summaryrefslogtreecommitdiff
path: root/ext/musepack
AgeCommit message (Expand)AuthorFilesLines
2018-08-19meson: build musepack pluginTim-Philipp Müller1-0/+16
2018-08-19musepack: remove support for the 'old' APITim-Philipp Müller4-120/+0
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-07-06musepackdeck: unsigned can't be less than zeroLuis de Bethencourt1-1/+1
2016-07-04musepackdec: port to 1.0Wim Taymans2-114/+140
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-07-05gst: Implement segment-done eventSebastian Dröge1-0/+2
2012-06-20update for task api changeWim Taymans1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-0/+4
2012-03-06Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey1-0/+4
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+3
2009-07-24musepackdec: Implement SEEKING querySebastian Dröge1-0/+13
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-04-24Add support for the new libmpcdec API which magically gets us support for SV8...Sebastian Dröge4-24/+128
2008-01-26ext/musepack/: First include the libmpcdec headers before everything else as ...Sebastian Dröge2-2/+2
2006-06-09configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller1-1/+1
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-5/+6
2006-04-20ext/musepack/gstmusepackdec.c: Add support for segment seeks.Tim-Philipp Müller1-4/+37
2006-04-14ext/musepack/gstmusepackdec.c: Fix track/album peak tag values; use GST_DEBUG...Tim-Philipp Müller1-15/+9
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
2006-03-06ext/musepack/: Forgot those two.Tim-Philipp Müller2-13/+11
2006-03-06ext/musepack/gstmusepackdec.c: Some cleanups; pause task when push fails.Tim-Philipp Müller1-208/+101
2006-01-24ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but...Tim-Philipp Müller4-328/+340
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller1-1/+4
2005-12-06expand tabsThomas Vander Stichele1-2/+2
2005-11-23ext/musepack/gstmusepackdec.c: Fix for latest API changesEdward Hervey1-2/+2
2005-11-22Musepackdec ported to 0.9. There is still a small problem to be solved, after...Edgard Lima4-167/+324
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-09-05Fix up all the state change functions.Jan Schmidt1-10/+10
2005-01-29Update to 1.1 API (#165446).Ronald S. Bultje7-833/+147
2005-01-10Some work on tags - still doesn't work in playbin...Ronald S. Bultje2-0/+12
2004-12-18ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.Ronald S. Bultje2-6/+8
2004-12-17configure.ac: look for musepack headers as musepack/*.h (fixes #159847)David Schleef2-2/+2
2004-12-03ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje2-26/+42
2004-11-11ext/musepack/gstmusepackreader.cpp: Workaround for older core.Ronald S. Bultje2-2/+2
2004-11-07Add musepack decoder.Ronald S. Bultje7-0/+1428