summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmenc.c
Commit message (Collapse)AuthorAgeFilesLines
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-171-0/+2
| | | | | | | It is faster than doing a query that propagates downstream and should be enough Elements: openjpegenc, schroenc, webpenc, pnmenc
* pnmenc: Port PNM Encoder to use GstVideoEncoder ClassSanjay NM2014-07-221-146/+179
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731943
* pnmenc: remove empty lineLuis de Bethencourt2014-05-061-1/+0
| | | | | | Remove trailing empty line from commit bfdc54395238c04fc6e5b51880c2d706f33e9011 https://bugzilla.gnome.org/show_bug.cgi?id=729614
* pnmenc: fix flow return and buffer leak in not-negotiated caseTim-Philipp Müller2014-05-061-4/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729614
* Fix for not checking zero width and heightSanjay NM2014-05-061-0/+5
| | | | | | Signed-off-by: Sanjay NM <sanjay.nm@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=729614
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* 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
| | | | | Pad templates returned by gst_static_pad_template_get() were not being unreffed.
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-1/+1
| | | | Canonicalize property names as needed.
* pnmenc: remove stray " in doc commentStefan Kost2010-10-191-1/+1
|
* Add -Wredundant-decls flagBenjamin Otte2010-03-221-2/+2
| | | | and fix warnings from it
* 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
| | | | | | ...and make the ASCII output of the encoder a bit more pretty. Fixes bug #595409.
* pnm: Support ASCII format for encoding and handle unsupported formats better ↵Lutz Mueller2009-09-161-13/+80
| | | | | | in the decoder Fixes bug #595215.
* 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
| | | | | 8 bit grayscale caps have no endianness field and the caps name of GST_VIDEO_CAPS_RGB is still "video/x-raw-rgb" and not GST_VIDEO_CAPS_RGB.
* pnm: Lots of bugfixesLutz Mueller2009-09-131-70/+44
| | | | | | | | | | | (1) Fix examples. (2) Add support for gray images. (3) Remove "use_fixed_caps" which doesn't seem to be useful. (4) Do proper negotiation in the encoder. (5) Fix memleak in the setcaps function in the encoder. (6) Keep a link to the src pad in the encoder now that we need it more often. Partially fixes bug #164870.
* 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
Fixes bug #164870.