summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.c
Commit message (Expand)AuthorAgeFilesLines
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-221-23/+7
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-071-2/+2
* ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge2007-01-111-11/+12
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-151-49/+80
* 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-171-0/+1
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2006-08-231-3/+3
* Add docs for wavpack elements (#352476).Sebastian Dröge2006-08-231-0/+31
* ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller2006-08-211-207/+198
* ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller2006-08-211-172/+78
* ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2006-08-161-3/+3
* configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge2006-07-181-23/+24
* ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge2006-06-141-48/+51
* ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge2006-06-101-0/+1002