summaryrefslogtreecommitdiff
path: root/ext/wavpack
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2-5/+3
2007-03-22ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge1-6/+6
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge3-25/+10
2007-03-21ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge1-10/+8
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge6-6/+19
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-2/+2
2007-01-31ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge1-6/+4
2007-01-25ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge1-3/+6
2007-01-25ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2-3/+3
2007-01-11ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge1-11/+12
2006-12-18ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge1-1/+1
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge3-70/+103
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge1-17/+35
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller2-0/+2