summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
Commit message (Expand)AuthorAgeFilesLines
* wavparse: Remove dead assignment.Edward Hervey2009-04-181-1/+0
* wavparse: Remove dead assignments, move variable to where it's needed.Edward Hervey2009-04-181-16/+11
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-3/+0
* wavparse: don't leak pad-templateStefan Kost2009-04-071-0/+1
* wavparse: Fix SEEK event handling in push mode, and SEEKABLY query handlingMark Nauwelaerts2009-02-271-28/+258
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-15/+7
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-131-1/+7
* gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans2008-11-201-3/+4
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info...Stefan Kost2008-08-051-1/+66
* gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of t...Stefan Kost2008-08-051-0/+34
* gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() a...Stefan Kost2008-08-051-54/+71
* gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge2008-01-191-2/+2
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-261-1/+1
* gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ...Tim-Philipp Müller2007-12-061-3/+2
* gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost2007-11-131-9/+8
* gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i...Stefan Kost2007-11-131-13/+10
* gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead o...Stefan Kost2007-11-081-34/+35
* 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-042-70/+151
* gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller2007-05-251-1/+2
* 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-022-21/+36
* gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2007-04-262-3/+25
* 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-132-8/+47
* 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-142-240/+258
* 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
* gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3...Tim-Philipp Müller2006-10-101-1/+1
* 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