summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackparse.c
Commit message (Expand)AuthorAgeFilesLines
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-6/+4
* ext/wavpack/gstwavpackparse.c: Use G_GINT64_CONSTANT, this fixes the duration...Sebastian Dröge2008-06-191-4/+56
* ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge2008-04-041-15/+0
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-031-9/+36
* ext/wavpack/gstwavpackparse.*: Always report the duration if we know it in pu...Sebastian Dröge2008-02-221-11/+8
* ext/wavpack/: Workaround the non-existance of WavpackGetChannelMask in Wavpac...Sebastian Dröge2007-12-091-1/+4
* ext/wavpack/: Add support for encoding, parsing and decoding multichannel fil...Sebastian Dröge2007-11-201-7/+62
* ext/wavpack/gstwavpackparse.*: Use a GSList for the GArray that is used like ...Sebastian Dröge2007-06-281-22/+18
* 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-2/+15
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18
* ext/wavpack/gstwavpackparse.c: Correctly handle errors, especially in the loo...Sebastian Dröge2007-05-021-26/+29
* ext/wavpack/: Don't play audioconvert. As wavpack wants/outputs all samples w...Sebastian Dröge2007-03-301-1/+1
* ext/wavpack/gstwavpackparse.c: Revert last commit, preventing infinite pluggi...Sebastian Dröge2007-03-221-2/+4
* ext/wavpack/gstwavpackenc.c: Send the new segment event in time format instea...Sebastian Dröge2007-03-221-4/+2
* ext/wavpack/gstwavpackenc.*: Put the write helpers into the GstWavpackEnc str...Sebastian Dröge2007-03-221-0/+1
* ext/wavpack/: Use a general wavpack debug category for common code.Sebastian Dröge2007-03-071-2/+2
* ext/wavpack/gstwavpackparse.c: Fix a off by one that leads to the duration re...Sebastian Dröge2007-01-311-6/+4
* ext/wavpack/gstwavpackparse.c: Fix the SEEKING query. We can seek if we are i...Sebastian Dröge2007-01-251-3/+6
* ext/wavpack/: Fix spelling in 2 places: It's called Wavpack, not WavePack.Sebastian Dröge2007-01-251-1/+1
* ext/wavpack/: Some small clean-ups: use enums instead of hard-coded numbers, ...Sebastian Dröge2006-11-151-1/+3
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-171-0/+1
* ext/wavpack/gstwavpackdec.c: Post audio codec and average bitrate tags on bus...Sebastian Dröge2006-08-241-3/+6
* ext/wavpack/gstwavpackenc.c: Fix mem leak, send newsegment event on correctio...Tim-Philipp Müller2006-08-231-1/+1
* Add docs for wavpack elements (#352476).Sebastian Dröge2006-08-231-0/+17
* ext/wavpack/: More clean-ups: use shorter variable names to make code easier ...Tim-Philipp Müller2006-08-211-79/+76
* ext/wavpack/gstwavpackparse.c: Fix resyncing in push mode not stopping re-syn...Sebastian Dröge2006-08-181-28/+99
* ext/wavpack/: In push mode, re-sync to next wavpack header if sync is lost (#...Sebastian Dröge2006-08-161-2/+35
* ext/wavpack/gstwavpackparse.*: Make wavpackparse also work in push-mode (not ...Sebastian Dröge2006-08-151-50/+187
* ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order end...Tim-Philipp Müller2006-07-181-1/+39
* configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.Sebastian Dröge2006-07-181-22/+53
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-3/+4
* Unify the long descriptions in the plugin details (#337263).j^2006-04-061-7/+7
* ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix ...Tim-Philipp Müller2006-01-291-411/+561
* ext/wavpack/: Wavpack supports samplerates from 6-192kHz, fix pad template re...gcocatre@gmail.com2005-12-161-1/+1
* ext/: GstObjects must be unref'ed with gst_object_unref() instead of g_object...Tim-Philipp Müller2005-12-121-4/+4
* Wavpack ported to 0.9. No support for correction file yet.Edgard Lima2005-11-251-148/+320
* ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele2005-11-251-0/+529