summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller2005-11-211-15/+16
* gst/avi/gstavidemux.c: Invert DIB images again (see #132341).Tim-Philipp Müller2005-11-151-0/+38
* gst/avi/gstavidemux.*: Yeah, implement proper seeking. Exact seeking and segm...Edward Hervey2005-11-111-139/+182
* gst/avi/gstavidemux.c: No need to take the STREAM_LOCK in the loop function. ...Tim-Philipp Müller2005-11-071-9/+6
* Set correct stream_time in newsegment event. avi can also handle a duration q...Wim Taymans2005-10-211-0/+1
* gst/avi/gstavidemux.c: Correctly fill in the stream time.Wim Taymans2005-10-201-1/+1
* API change fix.Wim Taymans2005-10-191-4/+11
* newsegment API update.Wim Taymans2005-10-111-2/+2
* gst/avi/gstavidemux.c: Don't crash when encountering a stream with an unknown...Tim-Philipp Müller2005-09-261-16/+48
* All plugins updated for element state changes.Andy Wingo2005-09-021-7/+8
* gst/: Uncomment metadata and codec-name handling.Ronald S. Bultje2005-08-161-2/+11
* gst/avi/gstavidemux.c: Fix AVI header parsing: add missing break statement afterTim-Philipp Müller2005-08-091-0/+4
* gst/avi/gstavidemux.c: Fix seeking (or, well, fix threading issue where a var...Ronald S. Bultje2005-08-091-5/+5
* gst/avi/gstavidemux.c: Mixing binary and logical operators is not going to wo...Ronald S. Bultje2005-08-091-2/+2
* gst/avi/gstavidemux.c: You need to allocatate (len+1) characters to store a l...Edward Hervey2005-08-041-3/+5
* Various event updates and cleanups.Wim Taymans2005-07-271-14/+24
* ext/mad/gstmad.c: Add convert function for proper timestamp calculations.Wim Taymans2005-07-161-27/+26
* gst/base/gstbasesrc.c: Allow subclasses to implement their own negotiation.Wim Taymans2005-07-071-1/+0
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-9/+19
* gst/avi/gstavidemux.c: Compiler pains.Ronald S. Bultje2005-06-301-2/+3
* gst/avi/: Port from -THREADED to HEAD, and fix for latest API changes of the ...Ronald S. Bultje2005-06-301-899/+843
* gst/avi/gstavidemux.c: Declare variables at beginning of block and make gcc-2...Gergely Nagy2005-02-171-1/+2
* gst/avi/gstavidemux.*: Invert DIB images. Fixes #132341.Ronald S. Bultje2005-01-291-1/+43
* Allow seeks on audio pad, make mad forward those (#164826).Ronald S. Bultje2005-01-271-6/+0
* debuggingThomas Vander Stichele2005-01-131-13/+24
* gst-libs/gst/riff/riff-read.c: Don't bail on unknown events.Ronald S. Bultje2005-01-101-18/+26
* gst/avi/gstavidemux.c: Add some more debug. Fix logic error when setting movi...Ronald S. Bultje2004-12-231-4/+7
* gst/avi/gstavidemux.c: Add some debugging. Better detection of broken indexes...Ronald S. Bultje2004-12-231-4/+17
* gst/avi/gstavidemux.c: Work for truncated (unfinished download etc.) files. F...Ronald S. Bultje2004-12-181-4/+16
* ext/a52dec/gsta52dec.*: Do something useful with timestamps. Make chain-based...Ronald S. Bultje2004-12-061-2/+2
* gst/avi/gstavidemux.c: Fix quite humiliating bug in omitting 0-sized index ch...Ronald S. Bultje2004-11-291-9/+20
* ext/gnomevfs/gstgnomevfssrc.c: Some debug.Ronald S. Bultje2004-10-121-39/+319
* gst/avi/gstavidemux.c: OK, so the original code was too strict. It makes rand...Ronald S. Bultje2004-10-091-51/+56
* gst/avi/gstavidemux.c: Prevent overwrite of size member. Makes audio sound cr...Ronald S. Bultje2004-10-051-5/+6
* gst/avi/gstavidemux.c: There was something wrong with the index massaging.Ronald S. Bultje2004-10-041-2/+2
* gst/avi/gstavidemux.c: Fix seeking in some files. All this code is no longer ...Ronald S. Bultje2004-10-041-52/+3
* gst/avi/gstavidemux.c: Improve allocation, cutting and sorting of the index. ...Ronald S. Bultje2004-10-041-84/+132
* gst-libs/gst/riff/riff-media.c: Add wing commander format mimetype/fourccs.Ronald S. Bultje2004-10-021-6/+9
* gst-libs/gst/riff/riff-media.c: Add DIB fourcc (raw, palettized 8-bit RGB).Ronald S. Bultje2004-10-021-1/+6
* ext/flac/gstflacdec.c: Only return true if we actually filled something in. P...Ronald S. Bultje2004-09-291-107/+431
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-65/+7
* gst/avi/gstavidemux.c: Just hardcode for raw audio then. AVI audio sucks.Ronald S. Bultje2004-09-151-5/+3
* gst/avi/gstavidemux.c: Try to fix a/v sync issues.Ronald S. Bultje2004-09-151-6/+21
* gst/avi/gstavidemux.*: Fix for compressed audio (mp3) timestamp generation. H...Ronald S. Bultje2004-09-151-3/+12
* gst/: Make sure we don't create 0 sized subbufers in riff-read.Wim Taymans2004-07-161-0/+4
* gst/: Set codec_data on caps for avidemuxer.Wim Taymans2004-07-131-3/+4
* gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully get...Wim Taymans2004-05-241-2/+1
* first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet2004-05-211-2/+2