summaryrefslogtreecommitdiffstats
path: root/ext/wavpack
Commit message (Expand)AuthorAgeFilesLines
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-105-314/+15
* wavpack: Implement preset interfaceSebastian Dröge2009-05-041-1/+15
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-283-28/+16
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-312-3/+69
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-5/+5
* ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge2008-06-191-4/+56
* Fix some compiler warnings.Jan Schmidt2008-05-161-1/+1
* ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge2008-04-041-15/+0
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-033-23/+45
* ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in pu...Sebastian Dröge2008-02-222-12/+9
* ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge2007-12-091-1/+3
* ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller2007-12-091-3/+14
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-092-1/+12
* ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge2007-11-201-0/+1
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-209-49/+432
* ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge2007-07-241-2/+0
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-44/+4
* ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge2007-07-161-1/+1
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge2007-06-282-24/+20
* ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2007-06-091-4/+1
* ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge2007-06-094-2/+10
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-212-32/+40
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-024-2/+30
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-021-26/+29
* autogen.sh: Require automake 1.7Thomas Vander Stichele2007-04-291-1/+0
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-307-187/+106
* ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge2007-03-221-2/+4
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-222-5/+3
* ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge2007-03-221-6/+6
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-223-25/+10
* ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2007-03-211-10/+8
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-076-6/+19
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-2/+2
* ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2007-01-311-6/+4
* ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge2007-01-251-3/+6
* ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2007-01-252-3/+3
* ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge2007-01-111-11/+12
* ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge2006-12-181-1/+1
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-153-70/+103
* Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge2006-11-021-17/+35
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-172-0/+2
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-051-2/+2