| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse... | Tim-Philipp Müller | 2007-12-26 | 1 | -1/+1 |
* | gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ... | Tim-Philipp Müller | 2007-12-06 | 1 | -3/+2 |
* | gst/: Return the result in _activate_pull(). Don't ref element there. | Stefan Kost | 2007-11-13 | 1 | -9/+8 |
* | gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i... | Stefan Kost | 2007-11-13 | 1 | -13/+10 |
* | gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead o... | Stefan Kost | 2007-11-08 | 1 | -34/+35 |
* | gst/wavparse/gstwavparse.c: Don't push EOS from the chain function, the eleme... | Sebastian Dröge | 2007-09-14 | 1 | -42/+32 |
* | gst/wavparse/gstwavparse.c: Add EOS logic for the push-based mode too. Fixes ... | Sebastian Dröge | 2007-09-13 | 1 | -32/+42 |
* | gst/wavparse/gstwavparse.c: More code cleanups. Add some more comment and imp... | Stefan Kost | 2007-09-04 | 1 | -18/+33 |
* | gst/wavparse/gstwavparse.*: Implement seek-query. Refactor duration calculati... | Stefan Kost | 2007-09-04 | 2 | -70/+151 |
* | gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o... | Tim-Philipp Müller | 2007-05-25 | 1 | -1/+2 |
* | gst/wavparse/gstwavparse.c: Skip LIST chunks before the fmt chunk (fixes #437... | Tim-Philipp Müller | 2007-05-11 | 1 | -5/+1 |
* | gst/wavparse/gstwavparse.c: Only set DISCONT when there actually is a discont... | Wim Taymans | 2007-05-02 | 1 | -2/+15 |
* | gst/wavparse/gstwavparse.*: Be a bit more clever when dealing with VBR files ... | Wim Taymans | 2007-05-02 | 2 | -21/+36 |
* | gst/wavparse/gstwavparse.*: Apply DISCONT to buffers. | Wim Taymans | 2007-04-26 | 2 | -3/+25 |
* | gst/wavparse/gstwavparse.c: Make header field check conditional. Fixes #433135 | Stefan Kost | 2007-04-25 | 1 | -5/+4 |
* | gst/wavparse/gstwavparse.c: Use correct format strings for integer types. | Vincent Torri | 2007-04-17 | 1 | -1/+1 |
* | gst/wavparse/gstwavparse.c: Use gst_riff_create_audio_template_caps () instea... | Sebastian Dröge | 2007-04-17 | 1 | -66/+12 |
* | gst/wavparse/gstwavparse.c: Relax the audio/mpeg caps again and add FIXME: co... | Stefan Kost | 2007-04-13 | 1 | -2/+4 |
* | gst/wavparse/gstwavparse.*: More sanity check for the header fields. Fix type... | Stefan Kost | 2007-04-13 | 2 | -8/+47 |
* | gst/auparse/gstauparse.c: limit caps to the formats we announce in the template | Stefan Kost | 2007-04-10 | 1 | -23/+34 |
* | gst/wavparse/gstwavparse.c: Support audio/x-raw-float in wav files. This only... | Sebastian Dröge | 2007-03-30 | 1 | -0/+5 |
* | gst/wavenc/gstwavenc.c: Correctly handle width!=depth input. | Sebastian Dröge | 2007-03-29 | 1 | -2/+9 |
* | gst/wavparse/gstwavparse.c: Actually support depths from 1 to 32, not only 8 ... | Sebastian Dröge | 2007-03-28 | 1 | -1/+1 |
* | gst/wavparse/gstwavparse.c: Add support for wav files containing audio/x-raw-... | Sebastian Dröge | 2007-03-28 | 1 | -1/+1 |
* | gst/wavparse/gstwavparse.c: Streaming mode fixes: don't unref buffer we don't... | Tim-Philipp Müller | 2007-03-19 | 1 | -6/+1 |
* | Fix a bunch of leaks shown by the newly-added states test. | Jan Schmidt | 2007-03-04 | 1 | -1/+4 |
* | gst/wavparse/gstwavparse.c: Unbreak my previous commit (swapped nominator & d... | Stefan Kost | 2007-03-02 | 1 | -3/+3 |
* | gst/wavparse/gstwavparse.c: Handle rounding better to not drop last sample fr... | René Stadler | 2007-03-02 | 1 | -5/+22 |
* | gst/wavparse/gstwavparse.*: Update docs. | Wim Taymans | 2007-02-14 | 2 | -240/+258 |
* | gst/wavparse/gstwavparse.c: Fix massive memory leak when operating in streami... | Jonathan Matthew | 2007-02-12 | 1 | -7/+3 |
* | gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it... | Tim-Philipp Müller | 2006-11-01 | 1 | -5/+0 |
* | gst/wavparse/gstwavparse.c: Fix seeking some more, mostly for speed changes. | Wim Taymans | 2006-10-18 | 1 | -16/+18 |
* | Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ... | Josep Torra Valles | 2006-10-16 | 1 | -4/+0 |
* | gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3... | Tim-Philipp Müller | 2006-10-10 | 1 | -1/+1 |
* | Printf format fixes. | Tim-Philipp Müller | 2006-10-05 | 1 | -2/+2 |
* | gst/wavparse/gstwavparse.c: Add ms-gsm to the src template. | Wim Taymans | 2006-09-19 | 1 | -0/+1 |
* | Send the newsegment event in the streaming thread. | Edward Hervey | 2006-08-10 | 1 | -10/+10 |
* | gst/wavparse/gstwavparse.c: #define 'fact' RIFF chunk if we are not compiling... | Tim-Philipp Müller | 2006-07-26 | 1 | -2/+3 |
* | gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calc... | Stefan Kost | 2006-07-24 | 2 | -41/+132 |
* | gst/wavparse/gstwavparse.c: Make sure we don't read beyond the end of the fil... | Mark Nauwelaerts | 2006-06-18 | 1 | -2/+10 |
* | gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assump... | Tim-Philipp Müller | 2006-06-14 | 2 | -27/+44 |
* | gst/wavparse/gstwavparse.c: Handle premature EOS gracefully. | Wim Taymans | 2006-06-13 | 1 | -0/+4 |
* | gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull mo... | Michael Smith | 2006-05-14 | 1 | -3/+0 |
* | gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seek... | Michael Smith | 2006-05-12 | 1 | -3/+3 |
* | gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build on | Tim-Philipp Müller | 2006-05-12 | 1 | -3/+9 |
* | C89 compliance fixes. Fixes #340980 | Jens Granseuer | 2006-05-08 | 1 | -1/+3 |
* | fix docs for wavparse | Thomas Vander Stichele | 2006-05-02 | 1 | -3/+2 |
* | gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again. | Tim-Philipp Müller | 2006-04-29 | 1 | -4/+4 |
* | gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337... | Stefan Kost | 2006-04-28 | 2 | -160/+444 |
* | gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep | Stefan Kost | 2006-04-26 | 2 | -450/+158 |