summaryrefslogtreecommitdiff
path: root/gst/pnm
AgeCommit message (Expand)AuthorFilesLines
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-04-13pnm: add LIBTOOLFLAGS = --tag=disable-staticStefan Kost1-0/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-11-30Fix pad template memleaksDavid Schleef2-11/+4
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-10-19pnmenc: remove stray " in doc commentStefan Kost1-1/+1
2010-06-16pnmdec: Don't crash if no valid input was parsed yetBenjamin Otte1-1/+1
2010-03-24osx: more compiler warning fixesTristan Matthews1-2/+0
2010-03-22Add -Wredundant-decls flagBenjamin Otte2-4/+4
2010-01-22pnm: use same media type as other elementsTim-Philipp Müller1-4/+4
2010-01-22pnm: make element details a bit more descriptiveTim-Philipp Müller2-11/+8
2010-01-22pnm: add copyright noticeTim-Philipp Müller7-7/+14
2010-01-22pnm: move typefinding into -baseTim-Philipp Müller1-52/+1
2009-09-22pnm: Handle ASCII encoded PNM data that is split over multiple buffersLutz Mueller3-16/+51
2009-09-17pnm: Add ASCII decoding supportLutz Mueller2-40/+85
2009-09-16pnm: Support ASCII format for encoding and handle unsupported formats better ...Lutz Mueller5-67/+127
2009-09-13pnm: Use correct rowstride for 8 bit grayscale tooSebastian Dröge2-11/+28
2009-09-13pnm: Correctly convert from/to GStreamer rowstrideSebastian Dröge2-4/+44
2009-09-13pnm: Fix capsSebastian Dröge2-3/+3
2009-09-13pnm: Lots of bugfixesLutz Mueller3-87/+65
2009-09-10pnmdec: Partially fix negotiation issues and refcount leaksSebastian Dröge1-11/+26
2009-09-10pnmenc: Fix negotiation issues and refcount leaksSebastian Dröge2-42/+68
2009-09-10pnm: Fix typefinder capsSebastian Dröge1-1/+1
2009-09-10pnm: Add PNM encoder and decoder elementsLutz Mueller8-0/+867