summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmdec.c
Commit message (Expand)AuthorAgeFilesLines
* pnmdec: Patch to handle max valueSanjay NM2014-07-211-1/+20
* pnmdec: Added PBM SupportSanjay NM2014-06-171-6/+29
* pnmdec: use GstVideoDecoder ClassSanjay NM2014-06-161-183/+183
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
* pnm: Port to 1.0 APIOlivier Crête2012-09-121-54/+69
* Fix pad template memleaksDavid Schleef2010-11-301-5/+2
* pnmdec: Don't crash if no valid input was parsed yetBenjamin Otte2010-06-161-1/+1
* osx: more compiler warning fixesTristan Matthews2010-03-241-2/+0
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+2
* pnm: make element details a bit more descriptiveTim-Philipp Müller2010-01-221-5/+4
* pnm: add copyright noticeTim-Philipp Müller2010-01-221-1/+2
* pnm: Handle ASCII encoded PNM data that is split over multiple buffersLutz Mueller2009-09-221-12/+47
* pnm: Add ASCII decoding supportLutz Mueller2009-09-171-39/+84
* pnm: Support ASCII format for encoding and handle unsupported formats better ...Lutz Mueller2009-09-161-8/+17
* pnm: Use correct rowstride for 8 bit grayscale tooSebastian Dröge2009-09-131-7/+15
* pnm: Correctly convert from/to GStreamer rowstrideSebastian Dröge2009-09-131-2/+28
* pnm: Fix capsSebastian Dröge2009-09-131-1/+1
* pnm: Lots of bugfixesLutz Mueller2009-09-131-17/+19
* pnmdec: Partially fix negotiation issues and refcount leaksSebastian Dröge2009-09-101-11/+26
* pnm: Add PNM encoder and decoder elementsLutz Mueller2009-09-101-0/+194