pnmdec: Return early on ::finish() if we have no actual data to parse
[platform/upstream/gst-plugins-bad.git] / gst / pnm / gstpnmdec.c
2019-10-24 Sebastian Drögepnmdec: Return early on ::finish() if we have no actual...
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-05-23 Jan Schmidtpnmdec: Fix ASCII parsing
2016-05-23 Jan Schmidtpnmdec: Actually output LE or BE GRAY16 as negotiated
2016-05-23 Dimitrios Katsarospnmdec: Implementation of GRAY16 handling
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2015-12-16 Vineeth TMpnmdec: Fix scanner memory leak
2015-12-16 Vineeth TMpnmdec: Fix buffer memory leak
2015-12-15 Vineeth TMplugins-bad: Fix example pipelines
2015-10-18 Reynaldo H. Verdej... pnmdec: drop frame in case of _handle() failure
2015-10-18 Reynaldo H. Verdej... pnmdec: propagate input state after parsing
2015-10-18 Reynaldo H. Verdej... pnmdec: completely reset parsing state at flush
2015-08-15 Thiago Santosvideodecoders: use default pad accept-caps handling
2014-07-21 Sanjay NMpnmdec: Patch to handle max value
2014-06-17 Sanjay NMpnmdec: Added PBM Support
2014-06-16 Sanjay NMpnmdec: use GstVideoDecoder Class
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-17 Tim-Philipp MüllerUse gst_element_class_set_static_metadata()
2012-09-14 Mark Nauwelaertsreplace gst_element_class_set_details_simple with gst_e...
2012-09-14 Wim Taymansffmpegcolorspace is no more
2012-09-12 Olivier Crêtepnm: Port to 1.0 API
2012-04-06 Mark NauwelaertsMerge remote-tracking branch 'origin/0.10'
2012-04-05 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-04-02 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-20 Wim TaymansMerge branch 'master' into 0.11
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-15 Mark NauwelaertsMerge branch 'master' into 0.11
2012-02-14 Wim TaymansMerge branch 'master' into 0.11
2012-02-10 Wim TaymansMerge branch 'master' into 0.11
2012-01-25 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-13 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-01-10 Sebastian DrögeMerge branch 'master' into 0.11
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-12-30 Edward HerveyMerge remote-tracking branch 'origin/master' into 0...
2011-11-28 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2011-11-28 Tim-Philipp MüllerMerge commit '7521b597f4dc49d8d168f368f0e7ebaf98a72156...
2011-11-28 Vincent Penquerc'hvarious: fix pad template ref leaks
2010-12-01 David SchleefFix pad template memleaks
2010-06-16 Benjamin Ottepnmdec: Don't crash if no valid input was parsed yet
2010-03-24 Tristan Matthewsosx: more compiler warning fixes
2010-03-22 Benjamin OtteAdd -Wredundant-decls flag
2010-01-22 Tim-Philipp Müllerpnm: make element details a bit more descriptive
2010-01-22 Tim-Philipp Müllerpnm: add copyright notice
2009-09-22 Lutz Muellerpnm: Handle ASCII encoded PNM data that is split over...
2009-09-17 Lutz Muellerpnm: Add ASCII decoding support
2009-09-16 Lutz Muellerpnm: Support ASCII format for encoding and handle unsup...
2009-09-13 Sebastian Drögepnm: Use correct rowstride for 8 bit grayscale too
2009-09-13 Sebastian Drögepnm: Correctly convert from/to GStreamer rowstride
2009-09-13 Sebastian Drögepnm: Fix caps
2009-09-13 Lutz Muellerpnm: Lots of bugfixes
2009-09-10 Sebastian Drögepnmdec: Partially fix negotiation issues and refcount...
2009-09-10 Lutz Muellerpnm: Add PNM encoder and decoder elements