summaryrefslogtreecommitdiff
path: root/ext/wavpack
AgeCommit message (Expand)AuthorFilesLines
2011-12-12Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+5
2011-11-28various: fix pad template leaksVincent Penquerc'h3-16/+10
2011-10-18wavpackenc: don't unref buffer with gst_object_unref()Tim-Philipp Müller1-1/+1
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-7/+8
2010-09-04wavpackparse: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-22/+21
2010-06-15wavpackdec: Initialize uninitialized variable and don't unref it if it's NULLSebastian Dröge1-2/+3
2010-06-06ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge3-6/+4
2010-03-22i18n: build fixes: #if -> #ifdef for ENABLE_NLSStefan Kost1-1/+1
2010-03-21Add -Wold-style-definition flagBenjamin Otte1-1/+1
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte1-1/+1
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-2/+4
2010-03-17Add -Wredundant-decls warning flagBenjamin Otte1-1/+0
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2-2/+2
2009-11-19wavpackparse: After pushing a frame, update last_stop to the end of the frameSebastian Dröge1-1/+6
2009-11-19wavpackparse: Allow pulling the last WavPack frame of a fileSebastian Dröge1-2/+2
2009-08-10wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge5-314/+15
2009-05-04wavpack: Implement preset interfaceSebastian Dröge1-1/+15
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost3-28/+16
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-31ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2-3/+69
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge1-5/+5
2008-06-19ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge1-4/+56
2008-05-16Fix some compiler warnings.Jan Schmidt1-1/+1
2008-04-04ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge1-15/+0
2008-04-03ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge3-23/+45
2008-02-22ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in pu...Sebastian Dröge2-12/+9
2007-12-09ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge1-1/+3
2007-12-09ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller1-3/+14
2007-12-09ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2-1/+12
2007-11-20ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge1-0/+1
2007-11-20ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge9-49/+432
2007-07-24ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge1-2/+0
2007-07-24Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge1-44/+4
2007-07-16ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge1-1/+1
2007-07-11Fix build against core CVS.Tim-Philipp Müller1-1/+2
2007-06-28ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge2-24/+20
2007-06-09ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge1-4/+1
2007-06-09ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge4-2/+10
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge1-7/+7
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2-32/+40
2007-05-20ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge1-3/+3
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge4-2/+30
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge1-5/+0
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge1-1/+13
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge1-4/+18
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge1-26/+29
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele1-1/+0
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge7-187/+106
2007-03-22ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge1-2/+4