summaryrefslogtreecommitdiff
path: root/gst/pnm
AgeCommit message (Expand)AuthorFilesLines
2016-06-21doc: Automatic updateNicolas Dufresne1-1/+1
2016-05-24pnmdec: Fix ASCII parsingJan Schmidt2-31/+103
2016-05-24pnmenc: Make output caps match the srcpad templateJan Schmidt1-1/+5
2016-05-24pnmenc: Tidy up code, support BE/LE GRAY16 properlyJan Schmidt1-95/+85
2016-05-24pnmdec: Actually output LE or BE GRAY16 as negotiatedJan Schmidt2-92/+91
2016-05-24pnmdec: Implementation of GRAY16 handlingDimitrios Katsaros3-11/+103
2016-05-24pnmenc: Implementation of GRAY16 handlingDimitrios Katsaros1-29/+117
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-9/+6
2015-12-17pnmenc: Fix wrong logic leading to memory mishandlingVineeth TM1-2/+2
2015-12-16pnmdec: Fix scanner memory leakVineeth TM1-0/+1
2015-12-16pnmdec: Fix buffer memory leakVineeth TM1-0/+4
2015-12-16pnmenc: Fix string memory leakVineeth TM1-1/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-2/+2
2015-10-18pnmdec: drop frame in case of _handle() failureReynaldo H. Verdejo Pinochet1-0/+1
2015-10-18pnmdec: propagate input state after parsingReynaldo H. Verdejo Pinochet2-1/+32
2015-10-18pnmdec: completely reset parsing state at flushReynaldo H. Verdejo Pinochet1-4/+1
2015-08-17videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+4
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-07-22pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM2-150/+182
2014-07-21pnmdec: Patch to handle max valueSanjay NM2-1/+25
2014-06-18pnm: link against libgstbase for GstAdapterTim-Philipp Müller1-2/+2
2014-06-17pnmdec: Added PBM SupportSanjay NM2-6/+34
2014-06-16pnmdec: use GstVideoDecoder ClassSanjay NM2-186/+187
2014-05-06pnmenc: remove empty lineLuis de Bethencourt1-1/+0
2014-05-06pnmenc: fix flow return and buffer leak in not-negotiated caseTim-Philipp Müller1-4/+9
2014-05-06Fix for not checking zero width and heightSanjay NM1-0/+5
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller7-14/+14
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-09-14ffmpegcolorspace is no moreWim Taymans2-2/+2
2012-09-14rename some caps and elements in examplesWim Taymans1-1/+1
2012-09-12pnm: Port to 1.0 APIOlivier Crête4-105/+142
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