summaryrefslogtreecommitdiffstats
path: root/ext/musepack/gstmusepackdec.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-24musepackdec: Implement SEEKING querySebastian Dröge1-0/+13
2008-04-24Add support for the new libmpcdec API which magically gets us support for SV8...Sebastian Dröge1-14/+59
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/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üller1-200/+286
2005-12-12ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller1-1/+4
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 Lima1-114/+199
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. Bultje1-80/+79
2004-12-18ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.Ronald S. Bultje1-3/+4
2004-12-03ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje1-13/+21
2004-11-07Add musepack decoder.Ronald S. Bultje1-0/+505