summaryrefslogtreecommitdiff
path: root/gst/wavparse
AgeCommit message (Expand)AuthorFilesLines
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-4/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-02-12avi,wav: also handle JUNQ chunk in addition to JUNKStefan Kost1-2/+3
2009-10-23Add dependencies of gstriff to things that link to gstriff, needed on Win32.Michael Smith1-0/+2
2009-10-08avi/wav: Fix some compiler warnings about incompatible pointers.Jan Schmidt1-1/+1
2009-09-11wavparse: treat a zero-sized data chunk as extending to the end of the file.Michael Smith1-2/+7
2009-08-31wavparse: reflow exit, and fix some leaksMark Nauwelaerts1-34/+46
2009-08-31wavparse: push mode; add pad if needed so downstream gets EOSMark Nauwelaerts1-2/+8
2009-08-31wavparse: push mode; fix/improve chunk handlingMark Nauwelaerts2-27/+81
2009-08-31wavparse: clean up adapter properlyTim-Philipp Müller1-8/+5
2009-08-31flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller1-1/+1
2009-06-07wavparse: handle LIST INFO of 0 sizeWim Taymans1-21/+28
2009-06-07Revert "wavparse: Remove dead assignments, move variable to where it's needed."Wim Taymans1-11/+16
2009-04-18wavparse: Remove dead assignment.Edward Hervey1-1/+0
2009-04-18wavparse: Remove dead assignments, move variable to where it's needed.Edward Hervey1-16/+11
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-3/+0
2009-04-07wavparse: don't leak pad-templateStefan Kost1-0/+1
2009-02-27wavparse: Fix SEEK event handling in push mode, and SEEKABLY query handlingMark Nauwelaerts1-28/+258
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-15/+7
2008-12-13Switch to using GstStaticPadTemplate.Edward Hervey1-1/+7
2008-11-20gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans1-3/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-08-05gst/wavparse/gstwavparse.c: Handle the list chunk and use gst_riff_parse_info...Stefan Kost1-1/+66
2008-08-05gst/wavparse/gstwavparse.c: Handle the acid chunk and send tempo as part of t...Stefan Kost1-0/+34
2008-08-05gst/wavparse/gstwavparse.c: Refactor wavparse. Call _reset() from dispose() a...Stefan Kost1-54/+71
2008-01-19gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent ...Sebastian Dröge1-2/+2
2007-12-26Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller1-1/+1
2007-12-06gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ...Tim-Philipp Müller1-3/+2
2007-11-13gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost1-9/+8
2007-11-13gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i...Stefan Kost1-13/+10
2007-11-08gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead o...Stefan Kost1-34/+35
2007-09-14gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme...Sebastian Dröge1-42/+32
2007-09-13gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ...Sebastian Dröge1-32/+42
2007-09-04gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp...Stefan Kost1-18/+33
2007-09-04gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati...Stefan Kost2-70/+151
2007-05-25gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller1-1/+2
2007-05-11gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437...Tim-Philipp Müller1-5/+1
2007-05-02gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont...Wim Taymans1-2/+15
2007-05-02gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ...Wim Taymans2-21/+36
2007-04-26gst/wavparse/gstwavparse.*: Apply DISCONT to buffers.Wim Taymans2-3/+25
2007-04-25gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135Stefan Kost1-5/+4
2007-04-17gst/wavparse/gstwavparse.c: Use correct format strings for integer types.Vincent Torri1-1/+1
2007-04-17gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea...Sebastian Dröge1-66/+12
2007-04-13gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co...Stefan Kost1-2/+4
2007-04-13gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type...Stefan Kost2-8/+47
2007-04-10gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost1-23/+34
2007-03-30gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only...Sebastian Dröge1-0/+5
2007-03-29gst/wavenc/gstwavenc.c: Correctly handle width!=depth input.Sebastian Dröge1-2/+9
2007-03-28gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ...Sebastian Dröge1-1/+1
2007-03-28gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-...Sebastian Dröge1-1/+1