summaryrefslogtreecommitdiff
path: root/ext/wavpack
AgeCommit message (Expand)AuthorFilesLines
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-3/+3
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle1-0/+4
2020-03-16wavpack: Use G_DECLARE_FINAL_TYPENiels De Graef2-39/+8
2019-10-14Remove autotools build systemTim-Philipp Müller1-21/+0
2019-10-05documentation: fix a number of typosAaron Boxer1-2/+2
2019-08-23docstrings: port ulinks to markdown linksMathieu Duponchelle2-4/+4
2019-05-13doc: Port documentation to hotdocThibault Saunier1-0/+1
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier2-6/+6
2018-07-27meson: Add feature options for all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+21
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-10/+5
2015-08-21wavpackdec: fix taglist memory leakVineeth TM1-0/+1
2015-08-16audioencoders: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-15audiodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2014-11-01wavpack: remove support for ancient API versionTim-Philipp Müller3-20/+0
2013-12-05wavpackdec: Require caps to be set before accepting any dataSebastian Dröge1-0/+2
2013-11-21g_memmove() is deprecatedTim-Philipp Müller2-2/+2
2013-10-31wavpackenc: Fix writing of MD5 sums and other metadata blocksSebastian Dröge1-1/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-12-18wavpack: use appropriate printf format for gsizeThijs Vermeir1-2/+2
2012-11-04Fix FSF addressTim-Philipp Müller9-18/+18
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2-4/+4
2012-08-08Silence some 'variable may be used uninitialized' compiler warningsTim-Philipp Müller1-0/+1
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-3/+2
2012-06-08update for audio api changeWim Taymans1-1/+1
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-30ext: Update for GstAudioEncoder API changesSebastian Dröge1-2/+2
2012-03-28wavpackenc: query downstream for BYTE seeking supportMark Nauwelaerts1-0/+19
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-03-22Merge branch 'master' into 0.11Wim Taymans1-2/+3
2012-03-14wavpackenc: do not set output caps directlyMark Nauwelaerts1-1/+1
2012-03-06wavpack: Fix possible underflow of unsigned integer variableSebastian Dröge1-2/+3
2012-03-05wavpackdec: port to 0.11Mark Nauwelaerts2-116/+112
2012-03-05wavpackenc: port to 0.11Mark Nauwelaerts3-78/+66
2012-03-05wavpack: remove legacy wavpackparseMark Nauwelaerts4-1404/+1
2012-03-05Merge branch 'master' into 0.11Mark Nauwelaerts3-43/+13
2012-03-05wavpackdec: allow some timestamp tolerance to arrange for perfect timestampingMark Nauwelaerts1-0/+2
2012-03-05wavpackdec: fix copying output dataMark Nauwelaerts1-2/+2
2012-03-05wavpackenc: restore legacy buffer offset decorating somewhatMark Nauwelaerts1-0/+7
2012-03-05wavpackparse: remove empty lines in varable declarations caused by old indentStefan Sauer1-43/+3
2012-03-01Merge branch 'master' into 0.11Mark Nauwelaerts4-475/+372
2012-02-27wavpackdec: adjust to audio format limitationsMark Nauwelaerts2-8/+63
2012-02-27wavpackdec: determine depth from bytes per sampleMark Nauwelaerts2-3/+3
2012-02-27wavpackdec: port to audiodecoderMark Nauwelaerts2-198/+110
2012-02-27wavpackenc: port to audioencoderMark Nauwelaerts2-272/+201
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-3/+3