summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-1/+4
* pnm: Fixed segfault in pnmencDimitrios Katsaros2018-02-141-12/+14
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* doc: Automatic updateNicolas Dufresne2016-06-211-1/+1
* pnmenc: Make output caps match the srcpad templateJan Schmidt2016-05-241-1/+5
* pnmenc: Tidy up code, support BE/LE GRAY16 properlyJan Schmidt2016-05-241-95/+85
* pnmenc: Implementation of GRAY16 handlingDimitrios Katsaros2016-05-241-29/+117
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-5/+2
* pnmenc: Fix wrong logic leading to memory mishandlingVineeth TM2015-12-171-2/+2
* pnmenc: Fix string memory leakVineeth TM2015-12-161-1/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* 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