summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackdec.c
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-6/+4
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-031-7/+5
* ext/wavpack/gstwavpackdec.c: Also print a useful error message with the old W...Sebastian Dröge2007-12-091-1/+3
* ext/wavpack/gstwavpackdec.c: More build fixes for old libwavpack versions: in...Tim-Philipp Müller2007-12-091-3/+14
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-091-0/+8
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-201-5/+43
* ext/wavpack/gstwavpackdec.c: Don't unref the outgoing buffer twice when dropp...Sebastian Dröge2007-07-241-2/+0
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-44/+4
* ext/wavpack/gstwavpackdec.c: Fix buffer clipping to correctly clip to the seg...Sebastian Dröge2007-07-161-1/+1
* Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge2007-06-091-1/+4
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-021-0/+5
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-301-56/+50
* ext/wavpack/gstwavpackdec.c: Revert to use gst_pad_alloc_buffer() here. We ca...Sebastian Dröge2007-03-221-6/+6
* ext/wavpack/gstwavpackdec.c: Don't use gst_pad_alloc_buffer() as we might cli...Sebastian Dröge2007-03-211-10/+8
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-071-2/+2
* ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2007-01-251-2/+2
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-151-20/+20
* ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2006-08-241-0/+31
* Add docs for wavpack elements (#352476).Sebastian Dröge2006-08-231-0/+19
* ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller2006-07-181-1/+1
* ext/wavpack/gstwavpackdec.*: Output audio in native byte order (which is also...Tim-Philipp Müller2006-07-181-32/+37
* ext/wavpack/gstwavpackdec.*: More clean-ups: remove most of the disfunctional...Tim-Philipp Müller2006-07-181-276/+151
* configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge2006-07-181-189/+370
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-6/+5
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-291-79/+90
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-191-1/+2
* ext/wavpack/gstwavpackdec.c: Oops, remove trailing comma from caps string.Tim-Philipp Müller2005-12-161-1/+1
* ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2005-12-161-7/+4
* Wavpack ported to 0.9. No support for correction file yet.Edgard Lima2005-11-251-81/+55
* ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele2005-11-251-0/+406