summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're r...Tim-Philipp Müller2007-01-221-9/+13
* gst/avi/gstavidemux.c: Fix docs.Wim Taymans2007-01-091-2/+4
* gst/avi/gstavidemux.c: remove dead code, tweak debugs statements, add comment...Stefan Kost2006-11-241-75/+171
* gst/avi/gstavidemux.c: Initialise variable to get rid of bogus compiler warning.Tim-Philipp Müller2006-11-161-1/+1
* gst/avi/gstavidemux.c: Disable init_frames delay timestamp adjustment, it doe...Wim Taymans2006-11-141-2/+9
* gst/avi/gstavidemux.c: Use higher precision scale function.Wim Taymans2006-10-311-2/+2
* gst/avi/gstavidemux.c: Fix position query for audio. also fixes timestamps in...Wim Taymans2006-10-281-78/+88
* Printf format fixes.Tim-Philipp Müller2006-10-051-4/+4
* gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if...Wim Taymans2006-09-221-7/+4
* gst/avi/gstavidemux.c: More code reuse and better logging in _peek_chunk(). R...Stefan Kost2006-09-131-101/+100
* gst/avi/gstavidemux.c: Revert one change to fix streaming avi (adapter size !...Stefan Kost2006-09-061-12/+16
* gst/avi/gstavidemux.c: Initialze variables.Stefan Kost2006-08-271-4/+4
* gst/avi/gstavidemux.*: More attempts to turn this into readable code.Wim Taymans2006-08-251-216/+215
* gst/avi/gstavidemux.c: unbreak AVI index handling, some more debug, remove an...Stefan Kost2006-08-241-22/+24
* gst/avi/gstavidemux.*: Some more cleanups.Wim Taymans2006-08-241-115/+106
* gst/avi/gstavidemux.*: Initial streaming support for avidemux (fixes #336465)Stefan Kost2006-08-231-130/+907
* gst/avi/gstavidemux.*: Mark DISCONT.Wim Taymans2006-08-221-2/+22
* gst/avi/gstavidemux.*: Precalc most of the duration query for each stream.Wim Taymans2006-08-221-353/+340
* gst/avi/gstavidemux.*: Whitespace fixes and more debugStefan Kost2006-07-281-2/+7
* gst/avi/gstavidemux.c: Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gs...Stefan Kost2006-07-251-33/+22
* gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans2006-07-211-0/+4
* gst/avi/gstavidemux.*: Don't push tag events found by gst_riff_parse_info() b...Edward Hervey2006-07-101-6/+11
* gst/avi/gstavidemux.*: Proper aggregation of each stream's GstFlowReturn in o...Edward Hervey2006-07-031-32/+82
* gst/avi/gstavidemux.c: Prevent out of bounds array access when scrubbing towa...Tim-Philipp Müller2006-06-131-0/+2
* gst/avi/gstavidemux.c: add an explicit dll imported declaration for GST_CAT_E...Sébastien Moutte2006-05-301-21/+31
* gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, f...Wim Taymans2006-05-121-1/+1
* gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.Wim Taymans2006-05-121-140/+154
* Add docs for both avidemux and avimux.Tim-Philipp Müller2006-04-271-0/+24
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/avi/gstavidemux.c: When splitting audio chunks, the block alignment is no...Fabrizio Gennari2006-04-211-1/+8
* gst/avi/gstavidemux.c: Fix index creation when we have to scan the file to cr...Fabrizio Gennari2006-04-201-60/+56
* gst/avi/gstavidemux.c: Fix some crashers with empty chunks. (Fixes #337749)Ryan Lortie (desrt)2006-04-101-22/+29
* gst/avi/gstavidemux.c: Don't unref the GstPadTemplate returned by gst_element...Edward Hervey2006-04-071-1/+0
* gst/avi/gstavidemux.c: this patch combines the global init_frames with the st...Wim Taymans2006-03-241-30/+38
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-3/+3
* gst/avi/gstavidemux.c: Catch short reads, like they might happen with truncat...Tim-Philipp Müller2006-03-141-22/+30
* gst/avi/gstavidemux.c: Fix DIB image inversion for pictures with a depth != 8...Tim-Philipp Müller2006-03-141-6/+16
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-031-8/+46
* gst/avi/gstavidemux.c: Use scaling code for added precission and more correct...Wim Taymans2006-02-191-134/+219
* gst/avi/gstavidemux.c: Add comment in a fultile attempt to stop the copy-and-...Wim Taymans2006-02-151-0/+2
* gst/avi/gstavidemux.c: There can be bogus data before the hdrl LIST tag in th...Edward Hervey2006-02-141-6/+28
* gst/avi/gstavidemux.c: Properly handle end of segment. Closes #330885.Edward Hervey2006-02-131-8/+22
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-1/+1
* gst/avi/gstavidemux.*: Third attempt, use gst_pad_is_linked() this time.Tim-Philipp Müller2006-02-041-10/+9
* gst/avi/gstavidemux.c: Only pause if all pads are unlinked AND we've tried to...Tim-Philipp Müller2006-02-021-1/+1
* gst/avi/gstavidemux.c: Make loop function/task pause itself when all source p...Tim-Philipp Müller2006-02-021-3/+32
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-1/+1
* gst/avi/gstavidemux.c: Stupid signedness issue...Edward Hervey2005-12-191-5/+12
* gst/avi/gstavidemux.c: Construct index for indexless files.Edward Hervey2005-12-191-47/+189
* gst/avi/gstavidemux.c: Memleak and crasher fixes.Edward Hervey2005-12-071-5/+18