summaryrefslogtreecommitdiff
path: root/ext/libpng
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-06-021-1/+1
* libpng: allow per feature registrationStéphane Cerveau2021-03-295-7/+12
* libpng: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-163-40/+5
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-132-0/+2
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-1/+1
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* pngdec: fix build with libpng versions between 1.2 and 1.5.1Andreas Frisch2017-10-201-1/+2
* pngdec: Extract icc profiles and send them downstreams for colormanagement el...Andreas Frisch2017-10-191-0/+45
* pngenc: fix memory leak in error code pathPonnam Srinivas2017-09-201-1/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+19
* pngdec: Wait for segment event before checking itNicolas Dufresne2016-06-071-5/+22
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-10/+9
* videoencoders: use template subset check for accept-capsThiago Santos2015-08-161-0/+2
* videodecoders: use default pad accept-caps handlingThiago Santos2015-08-151-0/+4
* pngdec: change parse logicVineeth T M2014-11-042-24/+33
* 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
* png: Link with libgstbase for GstByteReader and GstAdapterSebastian Dröge2013-06-071-2/+2
* pngdec: Implement parsing functionalitySebastian Dröge2013-05-071-0/+106
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* pngenc: unmap source frame when doneDavid Schleef2013-03-221-0/+1
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-121-1/+2
* 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-046-12/+12
* jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* 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
* update for query api changesWim Taymans2012-07-061-1/+1
* update for allocation query changesWim Taymans2012-07-061-1/+1
* png: fix video state leaksVincent Penquerc'h2012-06-072-0/+23
* Some printf variable format fixesThiago Santos2012-06-051-2/+3
* png: Port to 0.11 againSebastian Dröge2012-05-284-93/+147
* png: Port to base video classesEdward Hervey2012-05-284-882/+263
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-102-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-03-223-12/+37
|\
| * pngenc: add support for 8- and 16-bit gray imagesAndrej Gelenberg2012-03-142-2/+13