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