| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus... | Sebastian Dröge | 2006-08-24 | 2 | -3/+37 |
* | ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio... | Tim-Philipp Müller | 2006-08-23 | 2 | -4/+4 |
* | Add docs for wavpack elements (#352476). | Sebastian Dröge | 2006-08-23 | 6 | -3/+71 |
* | ext/wavpack/: More clean-ups: use shorter variable names to make code easier ... | Tim-Philipp Müller | 2006-08-21 | 3 | -289/+281 |
* | ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu... | Tim-Philipp Müller | 2006-08-21 | 1 | -172/+78 |
* | ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn... | Sebastian Dröge | 2006-08-18 | 1 | -28/+99 |
* | ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#... | Sebastian Dröge | 2006-08-16 | 2 | -5/+38 |
* | ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ... | Sebastian Dröge | 2006-08-15 | 2 | -50/+190 |
* | ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end... | Tim-Philipp Müller | 2006-07-18 | 3 | -2/+43 |
* | ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also... | Tim-Philipp Müller | 2006-07-18 | 2 | -32/+38 |
* | ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional... | Tim-Philipp Müller | 2006-07-18 | 2 | -278/+151 |
* | configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary. | Sebastian Dröge | 2006-07-18 | 9 | -264/+761 |
* | ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add... | Sebastian Dröge | 2006-06-14 | 2 | -49/+52 |
* | ext/wavpack/: Add wavpack encoder element (#343131). | Sebastian Dröge | 2006-06-10 | 7 | -6/+1411 |
* | configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343... | Tim-Philipp Müller | 2006-06-09 | 1 | -1/+1 |