summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau1-1/+4
2018-02-14pnm: Fixed segfault in pnmencDimitrios Katsaros1-12/+14
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-06-21doc: Automatic updateNicolas Dufresne1-1/+1
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-24pnmenc: Implementation of GRAY16 handlingDimitrios Katsaros1-29/+117
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-5/+2
2015-12-17pnmenc: Fix wrong logic leading to memory mishandlingVineeth TM1-2/+2
2015-12-16pnmenc: Fix string memory leakVineeth TM1-1/+2
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-08-17videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2014-07-22pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM1-146/+179
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
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-09-14rename some caps and elements in examplesWim Taymans1-1/+1
2012-09-12pnm: Port to 1.0 APIOlivier Crête1-49/+69
2010-11-30Fix pad template memleaksDavid Schleef1-6/+2
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-03-22Add -Wredundant-decls flagBenjamin Otte1-2/+2
2010-01-22pnm: make element details a bit more descriptiveTim-Philipp Müller1-6/+4
2010-01-22pnm: add copyright noticeTim-Philipp Müller1-1/+2
2009-09-17pnm: Add ASCII decoding supportLutz Mueller1-1/+1
2009-09-16pnm: Support ASCII format for encoding and handle unsupported formats better ...Lutz Mueller1-13/+80
2009-09-13pnm: Use correct rowstride for 8 bit grayscale tooSebastian Dröge1-4/+13
2009-09-13pnm: Correctly convert from/to GStreamer rowstrideSebastian Dröge1-2/+16
2009-09-13pnm: Fix capsSebastian Dröge1-2/+2
2009-09-13pnm: Lots of bugfixesLutz Mueller1-70/+44
2009-09-10pnmenc: Fix negotiation issues and refcount leaksSebastian Dröge1-40/+66
2009-09-10pnm: Add PNM encoder and decoder elementsLutz Mueller1-0/+170