summaryrefslogtreecommitdiff
path: root/ext/wavpack
AgeCommit message (Expand)Author
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge
2008-06-19ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge
2008-05-16Fix some compiler warnings.Jan Schmidt
2008-04-04ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge
2008-04-03ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge
2008-02-22ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in pu...Sebastian Dröge
2007-12-09ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge
2007-12-09ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller
2007-12-09ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge
2007-11-20ext/wavpack/gstwavpackcommon.c: Also set the channel layout on the Wavpack ca...Sebastian Dröge
2007-11-20ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge
2007-07-24ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge
2007-07-24Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge
2007-07-16ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge
2007-07-11Fix build against core CVS.Tim-Philipp Müller
2007-06-28ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge
2007-06-09ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge
2007-06-09ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge
2007-05-20ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge
2007-05-02ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge
2007-03-21ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller
2007-01-31ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge
2007-01-25ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge
2007-01-25ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge
2007-01-11ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge
2006-12-18ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in re...Sebastian Dröge
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller
2006-09-16More G_OBJECT macro fixing.Stefan Kost
2006-08-24ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller