summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-21ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge1-7/+7
2007-05-21ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge1-30/+37
2007-05-20ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge1-3/+3
2007-03-30ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge1-83/+15
2007-03-22ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge1-1/+1
2007-03-22ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge1-23/+7
2007-03-07ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge1-2/+2
2007-01-11ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge1-11/+12
2006-11-15ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge1-49/+80
2006-11-02Fix enum nicks; only emit no-more-pads once; add support for very fast encodi...Sebastian Dröge1-17/+35
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller1-0/+1
2006-10-05Another batch of printf format fixes.Tim-Philipp Müller1-2/+2
2006-08-23ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller1-3/+3
2006-08-23Add docs for wavpack elements (#352476).Sebastian Dröge1-0/+31
2006-08-21ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller1-207/+198
2006-08-21ext/wavpack/gstwavpackenc.c: Fix caps set on buffers and template caps (outpu...Tim-Philipp Müller1-172/+78
2006-08-16ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge1-3/+3
2006-07-18configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge1-23/+24
2006-06-14ext/wavpack/gstwavpackenc.*: Use bitrate property solely for bitrates and add...Sebastian Dröge1-48/+51
2006-06-10ext/wavpack/: Add wavpack encoder element (#343131).Sebastian Dröge1-0/+1002