summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Expand)AuthorAgeFilesLines
* 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
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+12
* gst/avi/gstavidemux.*: If we have an index, use a duration based on the index...Tim-Philipp Müller2006-03-032-8/+49
* 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-042-10/+10
* 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
* expand tabsThomas Vander Stichele2005-12-061-37/+37
* gst/avi/gstavidemux.c: Useless check now we're setting the current entry corr...Edward Hervey2005-11-281-6/+0
* More fractional framerate conversionsJan Schmidt2005-11-221-16/+17
* Update for gst_tag_setter API changes.Andy Wingo2005-11-221-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
* 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
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* gst/avi/gstavidemux.*: Yeah, implement proper seeking. Exact seeking and segm...Edward Hervey2005-11-112-143/+187
* 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
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* 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
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-5/+6
* All plugins updated for element state changes.Andy Wingo2005-09-022-16/+17
* gst/: Uncomment metadata and codec-name handling.Ronald S. Bultje2005-08-161-2/+11
* Use -lgstfoo-@GST_MAJORMINOR@ instead of -lgstfoo-0.9Tim-Philipp Müller2005-08-131-1/+1
* 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/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come...Andy Wingo2005-07-081-2/+1
* gst/base/gstbasesrc.c: Allow subclasses to implement their own negotiation.Wim Taymans2005-07-071-1/+0
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*Jan Schmidt2005-07-011-9/+19
* gst/avi/Makefile.am: Added linking to libgstriff-0.9Edward Hervey2005-06-301-1/+1
* gst/avi/gstavidemux.c: Compiler pains.Ronald S. Bultje2005-06-301-2/+3