Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | videoencoders: use template subset check for accept-caps | Thiago Santos | 2015-08-17 | 1 | -0/+2 |
| | | | | | | | It is faster than doing a query that propagates downstream and should be enough Elements: openjpegenc, schroenc, webpenc, pnmenc | ||||
* | videodecoders: use default pad accept-caps handling | Thiago Santos | 2015-08-15 | 1 | -0/+4 |
| | | | | | | | | Avoids useless check of downstream caps when handling an accept-caps query Elements: daaladec, libde265dec, openjpegdec, rsvgdec, schrodec, webpdec, pnmdec, vmncdec, openexrdec | ||||
* | Remove obsolete Android build cruft | Tim-Philipp Müller | 2015-04-26 | 1 | -14/+0 |
| | | | | This is not needed any longer. | ||||
* | pnmenc: Port PNM Encoder to use GstVideoEncoder Class | Sanjay NM | 2014-07-22 | 2 | -150/+182 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=731943 | ||||
* | pnmdec: Patch to handle max value | Sanjay NM | 2014-07-21 | 2 | -1/+25 |
| | | | | | | | Convert the image values from 0-maxvalue to 0-255 when 'decoding' the pnm image https://bugzilla.gnome.org/show_bug.cgi?id=731773 | ||||
* | pnm: link against libgstbase for GstAdapter | Tim-Philipp Müller | 2014-06-18 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730523 | ||||
* | pnmdec: Added PBM Support | Sanjay NM | 2014-06-17 | 2 | -6/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=730523 | ||||
* | pnmdec: use GstVideoDecoder Class | Sanjay NM | 2014-06-16 | 2 | -186/+187 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=731400 | ||||
* | pnmenc: remove empty line | Luis de Bethencourt | 2014-05-06 | 1 | -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 case | Tim-Philipp Müller | 2014-05-06 | 1 | -4/+9 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=729614 | ||||
* | Fix for not checking zero width and height | Sanjay NM | 2014-05-06 | 1 | -0/+5 |
| | | | | | | Signed-off-by: Sanjay NM <sanjay.nm@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=729614 | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 7 | -14/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 2 | -2/+2 |
| | | | | | 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_metadata | Mark Nauwelaerts | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | ffmpegcolorspace is no more | Wim Taymans | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | rename some caps and elements in examples | Wim Taymans | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | pnm: Port to 1.0 API | Olivier Crête | 2012-09-12 | 4 | -105/+142 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | pnm: add LIBTOOLFLAGS = --tag=disable-static | Stefan Kost | 2011-04-13 | 1 | -0/+1 |
| | |||||
* | android: make it ready for androgenizer | Thibault Saunier | 2011-04-11 | 1 | -0/+14 |
| | | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git | ||||
* | Fix pad template memleaks | David Schleef | 2010-11-30 | 2 | -11/+4 |
| | | | | | Pad templates returned by gst_static_pad_template_get() were not being unreffed. | ||||
* | various (gst): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 2010-10-19 | 1 | -1/+1 |
| | | | | Canonicalize property names as needed. | ||||
* | pnmenc: remove stray " in doc comment | Stefan Kost | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | pnmdec: Don't crash if no valid input was parsed yet | Benjamin Otte | 2010-06-16 | 1 | -1/+1 |
| | | | | https://bugzilla.redhat.com/show_bug.cgi?id=603771 | ||||
* | osx: more compiler warning fixes | Tristan Matthews | 2010-03-24 | 1 | -2/+0 |
| | | | | | | Avoid new warnings. Fixes #613758. | ||||
* | Add -Wredundant-decls flag | Benjamin Otte | 2010-03-22 | 2 | -4/+4 |
| | | | | and fix warnings from it | ||||
* | pnm: use same media type as other elements | Tim-Philipp Müller | 2010-01-22 | 1 | -4/+4 |
| | | | | gdkpixbuf and our new typefinder in -base use image/x-portable-*. | ||||
* | pnm: make element details a bit more descriptive | Tim-Philipp Müller | 2010-01-22 | 2 | -11/+8 |
| | |||||
* | pnm: add copyright notice | Tim-Philipp Müller | 2010-01-22 | 7 | -7/+14 |
| | |||||
* | pnm: move typefinding into -base | Tim-Philipp Müller | 2010-01-22 | 1 | -52/+1 |
| | |||||
* | pnm: Handle ASCII encoded PNM data that is split over multiple buffers | Lutz Mueller | 2009-09-22 | 3 | -16/+51 |
| | | | | | | | | Also: - unref buffers after gst_buffer_span - fix scanning of header if header data is split over several buffers Fixes bug #595700. | ||||
* | pnm: Add ASCII decoding support | Lutz Mueller | 2009-09-17 | 2 | -40/+85 |
| | | | | | | ...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 Mueller | 2009-09-16 | 5 | -67/+127 |
| | | | | | | in the decoder Fixes bug #595215. | ||||
* | pnm: Use correct rowstride for 8 bit grayscale too | Sebastian Dröge | 2009-09-13 | 2 | -11/+28 |
| | |||||
* | pnm: Correctly convert from/to GStreamer rowstride | Sebastian Dröge | 2009-09-13 | 2 | -4/+44 |
| | |||||
* | pnm: Fix caps | Sebastian Dröge | 2009-09-13 | 2 | -3/+3 |
| | | | | | 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 bugfixes | Lutz Mueller | 2009-09-13 | 3 | -87/+65 |
| | | | | | | | | | | | (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. | ||||
* | pnmdec: Partially fix negotiation issues and refcount leaks | Sebastian Dröge | 2009-09-10 | 1 | -11/+26 |
| | |||||
* | pnmenc: Fix negotiation issues and refcount leaks | Sebastian Dröge | 2009-09-10 | 2 | -42/+68 |
| | |||||
* | pnm: Fix typefinder caps | Sebastian Dröge | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | pnm: Add PNM encoder and decoder elements | Lutz Mueller | 2009-09-10 | 8 | -0/+867 |
Fixes bug #164870. |