summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-031-19/+103
* 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-161-114/+158
* gst/avi/gstavidemux.c: Memleak and crasher fixes.Edward Hervey2005-12-071-7/+15
* 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
* gst/wavparse/gstwavparse.c: Fix for segment-start/stop API change.Wim Taymans2005-10-181-2/+4
* newsegment API update.Wim Taymans2005-10-111-8/+4
* gst/wavparse/gstwavparse.*: Fix wavparse some more.Wim Taymans2005-09-191-142/+283
* All plugins updated for element state changes.Andy Wingo2005-09-021-12/+13
* gst/wavparse/gstwavparse.c: Add some fixes from 0.8 branch: allow 24/32bps so...Tim-Philipp Müller2005-08-101-3/+21
* Various event updates and cleanups.Wim Taymans2005-07-271-20/+17
* Ported wavparse to 0.9 . Playing, seeking and state changes work.Edward Hervey2005-07-201-210/+389
* gst-libs/gst/riff/riff-media.c: Do actually fix invalid RIFF fmt header value...Tim-Philipp Müller2005-02-201-1/+4
* Fix for #154773 - fixes playback of small .wav filesThomas Vander Stichele2005-01-041-0/+1
* gst/wavparse/gstwavparse.c: Fix memleak (#155223).Ronald S. Bultje2004-10-291-4/+1
* gst/wavparse/gstwavparse.c: add ATRAC3 to STATIC CAPS to fix a warningStéphane Loeuillet2004-10-061-1/+2
* gstwavparse.c: it did not build in system with Glib < 2.4 because it used the...Ramon Garcia Fernandez2004-10-021-0/+4
* gst/wavparse/gstwavparse.*: Added some more debugging info.Wim Taymans2004-10-011-13/+70
* gst/wavparse/gstwavparse.c: Throw error if we didn't recognize the stream. Fi...Ronald S. Bultje2004-10-011-4/+6
* gst/wavparse/gstwavparse.c: Fix memleak.Ronald S. Bultje2004-10-011-1/+3
* gst/wavparse/gstwavparse.c: Add the pad to the element after setting up the c...Wim Taymans2004-07-281-10/+2
* fix local includes and 64 bits constantsSteve Lhomme2004-07-271-1/+1
* Set the explicit caps on the pad when the file is parsed as explicit caps get...Iain Holmes2004-07-251-1/+2
* gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.Ronald S. Bultje2004-07-151-1/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-1/+1
* gst-libs/gst/riff/riff-read.c: Don't touch events after not owning them anymore.Ronald S. Bultje2004-05-161-249/+141
* ext/audiofile/gstafparse.c: change class to Codec/Demuxer/AudioStéphane Loeuillet2004-05-131-1/+1
* gst/wavparse/gstwavparse.c: make PAUSED=>READY=>PAUSED=READY work by not dest...Benjamin Otte2004-05-091-4/+5
* Rewrote wavparse to use riff-read instead of doing bytestream stuff by hand.Iain Holmes2004-05-081-276/+158
* gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of ...Ronald S. Bultje2004-04-231-2/+19
* gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always ->...Ronald S. Bultje2004-04-181-3/+36
* Allow all events, not just EOSIain Holmes2004-04-171-1/+1
* gst/: Add MS RLE support. I added some functions to read out strf chunks into...Ronald S. Bultje2004-04-161-1/+13
* small removalThomas Vander Stichele2004-03-301-1/+0
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-304/+308
* gst-indentThomas Vander Stichele2004-03-141-548/+542