summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
Commit message (Expand)AuthorAgeFilesLines
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
* pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM2014-07-221-146/+179
* pnmenc: remove empty lineLuis de Bethencourt2014-05-061-1/+0
* pnmenc: fix flow return and buffer leak in not-negotiated caseTim-Philipp Müller2014-05-061-4/+9
* Fix for not checking zero width and heightSanjay NM2014-05-061-0/+5
* 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
* rename some caps and elements in examplesWim Taymans2012-09-141-1/+1
* pnm: Port to 1.0 APIOlivier Crête2012-09-121-49/+69
* Fix pad template memleaksDavid Schleef2010-11-301-6/+2
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-1/+1
* pnmenc: remove stray " in doc commentStefan Kost2010-10-191-1/+1
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+2
* pnm: make element details a bit more descriptiveTim-Philipp Müller2010-01-221-6/+4
* pnm: add copyright noticeTim-Philipp Müller2010-01-221-1/+2
* pnm: Add ASCII decoding supportLutz Mueller2009-09-171-1/+1
* pnm: Support ASCII format for encoding and handle unsupported formats better ...Lutz Mueller2009-09-161-13/+80
* pnm: Use correct rowstride for 8 bit grayscale tooSebastian Dröge2009-09-131-4/+13
* pnm: Correctly convert from/to GStreamer rowstrideSebastian Dröge2009-09-131-2/+16
* pnm: Fix capsSebastian Dröge2009-09-131-2/+2
* pnm: Lots of bugfixesLutz Mueller2009-09-131-70/+44
* pnmenc: Fix negotiation issues and refcount leaksSebastian Dröge2009-09-101-40/+66
* pnm: Add PNM encoder and decoder elementsLutz Mueller2009-09-101-0/+170