summaryrefslogtreecommitdiff
path: root/ext/libpng/gstpngdec.c
Commit message (Expand)AuthorAgeFilesLines
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+4
* pngdec: change parse logicVineeth T M2014-11-041-24/+32
* Miscellaneous minor cleanupsSanjay NM2014-09-241-1/+1
* pngdec: Remove unused variableSebastian Dröge2014-09-161-1/+0
* pngdec: modify wrong packetized mode logicVineeth T M2014-09-161-1/+1
* pngdec: enable libpng interlaced picture handlingRafał Mużyło2014-04-111-9/+9
* pngdec: All frames are sync pointsSebastian Dröge2014-03-261-0/+2
* ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2013-08-151-13/+8
* pngdec: Implement parsing functionalitySebastian Dröge2013-05-071-0/+106
* pngdec: Actually use the stop() vfunc implementationSebastian Dröge2012-11-121-2/+3
* pngdec: Keep the input state in reset()Sebastian Dröge2012-11-121-23/+30
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* jpeg, png, vpx: 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
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* No code with side-effects inside g_assert() pleaseTim-Philipp Müller2012-08-081-4/+6
* ext: Update for video base classes API changesSebastian Dröge2012-07-231-1/+1
* jpeg/png: Call video_decoder_negotiate()Edward Hervey2012-07-181-0/+1
* update for query api changesWim Taymans2012-07-061-1/+1
* png: fix video state leaksVincent Penquerc'h2012-06-071-0/+9
* Some printf variable format fixesThiago Santos2012-06-051-2/+3
* png: Port to 0.11 againSebastian Dröge2012-05-281-52/+84
* png: Port to base video classesEdward Hervey2012-05-281-662/+140
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-03-221-10/+27
|\
| * pngdec: add support for video/x-raw-gray formatsAndrej Gelenberg2012-03-121-15/+44
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | don't pass random pointers to pull_rangeWim Taymans2012-03-161-1/+1
* | update for bufferpool changesWim Taymans2012-03-151-1/+1
* | update for allocation query changesWim Taymans2012-03-151-18/+24
* | take padding into accountWim Taymans2012-03-141-3/+5
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* | png: port to new memory APIWim Taymans2012-01-251-7/+6
* | pngdec: port to 0.11Mark Nauwelaerts2012-01-241-177/+256
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-5/+5
|/
* pngdec: Remove temporary codeDavid Schleef2011-04-241-9/+3
* pngdec: Handle 16-bit-per-channel imagesDavid Schleef2011-02-201-10/+15
* pngdec: use png_error() as recommended by libpng docs to signal an errorStefan Kost2010-12-031-0/+1
* pngdec: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-041-2/+6
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* pngenc: Use png_get_io_ptr() instead of accessing io_ptr directlyРуслан Ижбулатов2010-03-161-4/+4
* png: fix compilation with libpng 1.4David Hoyt2010-02-021-0/+4
* pngdec: Avoid possible overflow in calculationsJan Schmidt2009-06-021-4/+16
* pngdec: match g_malloc() with g_free()John Keeping2009-05-251-1/+1
* fix format string in pngdecAndy Wingo2009-04-201-1/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+0
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* pngdec: various cleanups.Wim Taymans2009-03-101-21/+44
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-1/+0
* ext/libpng/gstpngdec.c: Don't return GST_FLOW_ERROR when buffer_alloc fails -...Jan Schmidt2008-06-301-3/+2