summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.c
Commit message (Expand)AuthorAgeFilesLines
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-101-9/+12
* wavpack: Implement preset interfaceSebastian Dröge2009-05-041-1/+15
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-16/+8
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-311-3/+66
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-5/+5
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-031-7/+4
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-201-34/+112
* ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2007-06-091-4/+1
* 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-211-30/+37
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-301-83/+15
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-221-1/+1
* 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