summaryrefslogtreecommitdiff
path: root/ext/musepack
Commit message (Expand)AuthorAgeFilesLines
* musepack: allow per feature registrationStéphane Cerveau2021-03-232-6/+9
* musepackdec: Don't fail all queries if no sample rate is known yetSebastian Dröge2020-05-061-3/+6
* Remove autotools build systemTim-Philipp Müller2019-10-141-12/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* meson: build musepack pluginTim-Philipp Müller2018-08-191-0/+16
* musepack: remove support for the 'old' APITim-Philipp Müller2018-08-194-120/+0
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* musepackdeck: unsigned can't be less than zeroLuis de Bethencourt2016-07-061-1/+1
* musepackdec: port to 1.0Wim Taymans2016-07-042-114/+140
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* gst: Implement segment-done eventSebastian Dröge2012-07-051-0/+2
* update for task api changeWim Taymans2012-06-201-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-0/+4
|\
| * Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey2012-03-061-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+3
|/
* musepackdec: Implement SEEKING querySebastian Dröge2009-07-241-0/+13
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Add support for the new libmpcdec API which magically gets us support for SV8...Sebastian Dröge2008-04-244-24/+128
* ext/musepack/: First include the libmpcdec headers before everything else as ...Sebastian Dröge2008-01-262-2/+2
* configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343...Tim-Philipp Müller2006-06-091-1/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-5/+6
* ext/musepack/gstmusepackdec.c: Add support for segment seeks.Tim-Philipp Müller2006-04-201-4/+37
* ext/musepack/gstmusepackdec.c: Fix track/album peak tag values; use GST_DEBUG...Tim-Philipp Müller2006-04-141-15/+9
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+2
* ext/musepack/: Forgot those two.Tim-Philipp Müller2006-03-062-13/+11
* ext/musepack/gstmusepackdec.c: Some cleanups; pause task when push fails.Tim-Philipp Müller2006-03-061-208/+101
* ext/musepack/: Fix seeking in musepack files (it's still incredibly slow, but...Tim-Philipp Müller2006-01-244-328/+340
* ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller2005-12-121-1/+4
* expand tabsThomas Vander Stichele2005-12-061-2/+2
* ext/musepack/gstmusepackdec.c: Fix for latest API changesEdward Hervey2005-11-231-2/+2
* Musepackdec ported to 0.9. There is still a small problem to be solved, after...Edgard Lima2005-11-224-167/+324
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* Fix up all the state change functions.Jan Schmidt2005-09-051-10/+10
* Update to 1.1 API (#165446).Ronald S. Bultje2005-01-297-833/+147
* Some work on tags - still doesn't work in playbin...Ronald S. Bultje2005-01-102-0/+12
* ext/musepack/gstmusepackdec.cpp: Fetch error return values. Fixes #161624.Ronald S. Bultje2004-12-182-6/+8
* configure.ac: look for musepack headers as musepack/*.h (fixes #159847)David Schleef2004-12-172-2/+2
* ext/musepack/gstmusepackdec.cpp: There's also floating point libmusepacks.Ronald S. Bultje2004-12-032-26/+42
* ext/musepack/gstmusepackreader.cpp: Workaround for older core.Ronald S. Bultje2004-11-112-2/+2
* Add musepack decoder.Ronald S. Bultje2004-11-077-0/+1428