summaryrefslogtreecommitdiff
path: root/ext/libpng
AgeCommit message (Expand)AuthorFilesLines
2015-08-16videoencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+4
2014-11-04pngdec: change parse logicVineeth T M2-24/+33
2014-09-24Miscellaneous minor cleanupsSanjay NM1-1/+1
2014-09-16pngdec: Remove unused variableSebastian Dröge1-1/+0
2014-09-16pngdec: modify wrong packetized mode logicVineeth T M1-1/+1
2014-04-11pngdec: enable libpng interlaced picture handlingRafał Mużyło1-9/+9
2014-03-26pngdec: All frames are sync pointsSebastian Dröge1-0/+2
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge1-13/+8
2013-06-07png: Link with libgstbase for GstByteReader and GstAdapterSebastian Dröge1-2/+2
2013-05-07pngdec: Implement parsing functionalitySebastian Dröge1-0/+106
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-22pngenc: unmap source frame when doneDavid Schleef1-0/+1
2012-12-12ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge1-1/+2
2012-11-12pngdec: Actually use the stop() vfunc implementationSebastian Dröge1-2/+3
2012-11-12pngdec: Keep the input state in reset()Sebastian Dröge1-23/+30
2012-11-04Fix FSF addressTim-Philipp Müller6-12/+12
2012-10-17jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-08-08No code with side-effects inside g_assert() pleaseTim-Philipp Müller1-4/+6
2012-07-23ext: Update for video base classes API changesSebastian Dröge1-1/+1
2012-07-18jpeg/png: Call video_decoder_negotiate()Edward Hervey1-0/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-07png: fix video state leaksVincent Penquerc'h2-0/+23
2012-06-05Some printf variable format fixesThiago Santos1-2/+3
2012-05-28png: Port to 0.11 againSebastian Dröge4-93/+147
2012-05-28png: Port to base video classesEdward Hervey4-882/+263
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-22Merge branch 'master' into 0.11Wim Taymans3-12/+37
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-1/+1
2012-03-15update for bufferpool changesWim Taymans1-1/+1
2012-03-15update for allocation query changesWim Taymans1-18/+24
2012-03-14take padding into accountWim Taymans1-3/+5
2012-03-14pngenc: add support for 8- and 16-bit gray imagesAndrej Gelenberg2-2/+13
2012-03-12pngdec: add support for video/x-raw-gray formatsAndrej Gelenberg1-15/+44
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-25png: port to new memory APIWim Taymans2-14/+12
2012-01-24pngenc: disably snapshot behaviour by defaultMark Nauwelaerts1-1/+1
2012-01-24pngdec: port to 0.11Mark Nauwelaerts2-179/+262
2012-01-24pngenc: port to 0.11Mark Nauwelaerts2-67/+92
2012-01-04GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-5/+5
2011-11-28various: fix pad template leaksVincent Penquerc'h2-8/+8
2011-10-21pngenc: increase arbitrary resolution limitsRené Stadler1-5/+7
2011-10-21pngenc: don't unconditionally allocate 4096 pointers on the stackRené Stadler1-3/+3
2011-10-21pngenc: ensure setcaps was called before chain functionRené Stadler1-0/+5