summaryrefslogtreecommitdiffstats
path: root/gst/wavparse
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-242-41/+132
* 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-142-27/+44
* 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
* gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build onTim-Philipp Müller2006-05-121-3/+9
* 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-282-160/+444
* gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleepStefan Kost2006-04-262-450/+158
* gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from...Stefan Kost2006-04-262-95/+130
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-76/+333
* 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-232-26/+79
* 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
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-7/+3
* gst/wavparse/gstwavparse.c: Implement seek in READY (re-fixes #327658)Wim Taymans2006-03-131-2/+2
* docs/plugins/: Added wavparse docs.Wim Taymans2006-03-032-21/+110
* gst/wavparse/gstwavparse.c: Use DEBUG_OBJECT more.Wim Taymans2006-02-281-22/+28
* gst/wavparse/gstwavparse.c: Pass extra_data to gst_riff_create_audio_caps(), ...Tim-Philipp Müller2006-02-161-20/+27
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-1/+3
* gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #...Tommi Myöhänen2006-01-181-2/+2
* gst/avi/gstavidemux.c: Construct index for indexless files.Edward Hervey2005-12-191-2/+3
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-181-2/+3
* gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features.Wim Taymans2005-12-162-121/+167
* gst/avi/gstavidemux.c: Memleak and crasher fixes.Edward Hervey2005-12-071-7/+15
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-2/+2
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-2/+2
* gst/wavparse/gstwavparse.c: Use GST_DEBUG_FUNCPTR; add debug message in pad a...Tim-Philipp Müller2005-11-211-5/+9
* Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-4/+4
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* STOPPED->FAILEDThomas Vander Stichele2005-10-231-2/+3
* gst/wavparse/gstwavparse.c: Set stream time correctly in newsegment.Wim Taymans2005-10-201-2/+3
* API change fix.Wim Taymans2005-10-191-6/+26