summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.c
Commit message (Expand)AuthorAgeFilesLines
* gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme...Sebastian Dröge2007-09-141-42/+32
* gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ...Sebastian Dröge2007-09-131-32/+42
* gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...Stefan Kost2007-09-041-18/+33
* gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...Stefan Kost2007-09-041-70/+149
* gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437...Tim-Philipp Müller2007-05-111-5/+1
* gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont...Wim Taymans2007-05-021-2/+15
* gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ...Wim Taymans2007-05-021-20/+33
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-261-3/+23
* gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost2007-04-251-5/+4
* gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri2007-04-171-1/+1
* gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge2007-04-171-66/+12
* gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost2007-04-131-2/+4
* gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2007-04-131-5/+44
* gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost2007-04-101-23/+34
* gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only...Sebastian Dröge2007-03-301-0/+5
* gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.Sebastian Dröge2007-03-291-2/+9
* gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ...Sebastian Dröge2007-03-281-1/+1
* gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-...Sebastian Dröge2007-03-281-1/+1
* gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't...Tim-Philipp Müller2007-03-191-6/+1
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-1/+4
* gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & d...Stefan Kost2007-03-021-3/+3
* gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample fr...René Stadler2007-03-021-5/+22
* gst/wavparse/gstwavparse.*: Update docs.Wim Taymans2007-02-141-238/+253
* gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streami...Jonathan Matthew2007-02-121-7/+3
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-5/+0
* gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes.Wim Taymans2006-10-181-16/+18
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-161-4/+0
* Printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.Wim Taymans2006-09-191-0/+1
* Send the newsegment event in the streaming thread.Edward Hervey2006-08-101-10/+10
* gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling...Tim-Philipp Müller2006-07-261-2/+3
* gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc...Stefan Kost2006-07-241-41/+131
* gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil...Mark Nauwelaerts2006-06-181-2/+10
* gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump...Tim-Philipp Müller2006-06-141-26/+43
* gst/wavparse/gstwavparse.c: Handle premature EOS gracefully.Wim Taymans2006-06-131-0/+4
* gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo...Michael Smith2006-05-141-3/+0
* gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek...Michael Smith2006-05-121-3/+3
* C89 compliance fixes. Fixes #340980Jens Granseuer2006-05-081-1/+3
* fix docs for wavparseThomas Vander Stichele2006-05-021-3/+2
* gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.Tim-Philipp Müller2006-04-291-4/+4
* gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337...Stefan Kost2006-04-281-160/+434
* gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleepStefan Kost2006-04-261-440/+158
* gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...Stefan Kost2006-04-261-94/+126
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-76/+326
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+3
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* gst/wavparse/gstwavparse.c: Don't try to read beyond the end of the file just...Tim-Philipp Müller2006-03-231-4/+32
* gst/wavparse/gstwavparse.*: Delay source pad creation until we have the first...Tim-Philipp Müller2006-03-231-24/+70
* gst/: gcc 4.1 unreferenced pointer fixes.Edward Hervey2006-03-211-4/+11
* gst/wavparse/gstwavparse.c: Fix block alignment calculation. Alignment should...Tommi Myöhänen2006-03-211-2/+2