summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-031-3/+15
* 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
* gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are goi...Tim-Philipp Müller2006-02-011-10/+16
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-302-8/+26
* gst/qtdemux/qtdemux.c: Fix wrong memcpy source pointer.Tim-Philipp Müller2006-01-261-3/+2
* gst/id3demux/gstid3demux.c: Don't put function calls in g_return_if_fail() st...Tim-Philipp Müller2006-01-251-3/+5
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-251-0/+11
* I'm too lazy to comment thisEdgard Lima2006-01-241-7/+24
* gst/qtdemux/qtdemux.c: More coherent framerate setting on caps.Edward Hervey2006-01-241-5/+9
* gst/matroska/: Added recognition of Real Audio and Video streams in matroska ...Edward Hervey2006-01-232-4/+71
* gst/qtdemux/qtdemux.c: Added codec recognition for: _ VP31 : video/x-vp3 _ AV...Edward Hervey2006-01-231-0/+21
* gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilatio...Jan Schmidt2006-01-231-4/+3
* gst/matroska/matroska-mux.c: Fix possible deadlock in matroska muxer (#327825).Tim-Philipp Müller2006-01-231-29/+42
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-235-8/+7
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-233-83/+235
* gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.Fabrizio2006-01-211-21/+36
* gst/videobox/gstvideobox.c: Don't forget to initialize liboil, otherwise our ...Christoph Burghardt2006-01-201-2/+0
* gst/wavparse/gstwavparse.c: Fix conversion from TIME to BYTES format (fixes #...Tommi Myöhänen2006-01-181-2/+2
* Ronald's patch applied. see bug #326318.Edgard Lima2006-01-181-7/+20
* gst/qtdemux/qtdemux.*: Fix seeking for quicktime files. Could still use some ...Tim-Philipp Müller2006-01-172-35/+44
* gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not pres...Sergey Scobich2006-01-151-0/+6
* gst/level/gstlevel.c: Fix memleak. Fixes #326612Mike Smith2006-01-131-0/+4
* gst/qtdemux/qtdemux.c: Add support for Indeo3 video in Quicktime files.Edward Hervey2006-01-111-0/+3
* gst/level/gstlevel.c: Don't leak filter arrays.Michael Smith2006-01-101-0/+24
* gst-plugins-good/gst/udp/: Allow udpsrc and dynudpsink to take a sockfd as a ...Philippe Kalaf2006-01-072-31/+71
* gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey2006-01-062-6/+8
* gst/videobox/gstvideobox.c: call oil_init() when using liboilStefan Kost2006-01-051-0/+5
* remove old plugin that went badThomas Vander Stichele2005-12-306-600/+0
* moved level-example to tests/examples/level-exampleStefan Kost2005-12-302-105/+0
* gst/udp/gstmultiudpsink.*: Track packets sent per client in addition to bytes...Michael Smith2005-12-292-2/+10
* gst/auparse/gstauparse.c: Can't use gst_object_unref() on a GstAdapter (#3251...Tim-Philipp Müller2005-12-291-1/+1
* gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still s...Jan Schmidt2005-12-281-1/+4
* gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf2005-12-224-146/+104
* Add documentation for id3demux.Jan Schmidt2005-12-212-14/+34
* gst/udp/gstmultiudpsink.*: Collect statistics; return them from get_stats.Michael Smith2005-12-202-2/+66
* gst/avi/gstavidemux.c: Stupid signedness issue...Edward Hervey2005-12-191-5/+12
* ext/swfdec/gstswfdec.c: Add debugging category and return GstFlowReturn in th...Edward Hervey2005-12-191-3/+10
* gst/avi/gstavidemux.c: Construct index for indexless files.Edward Hervey2005-12-192-49/+192
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-189-2/+4568
* change some char* into char[]Stefan Kost2005-12-161-1/+1
* gst/wavparse/gstwavparse.*: Use GstSegment to implement more seeking features.Wim Taymans2005-12-162-121/+167
* gst/rtsp/rtspconnection.c: Add <netinet/in.h> include and move <arpa/inet.h> ...Benjamin Pineau2005-12-161-1/+2
* Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima2005-12-142-4/+4
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-1413-14/+7
* gst/videomixer/videomixer.c: Code cleanup and re-enabling queued time validit...Julien Moutte2005-12-131-5/+5
* gst/flx/gstflxdec.c: If the speed of the file is null in the header, set the ...Edward Hervey2005-12-131-0/+2
* Adding documentation for videomixer on my way with a funny sample pipeline.Julien Moutte2005-12-121-2/+40
* gst/videomixer/videomixer.c: Fix caps negotiation. (#323896)Julien Moutte2005-12-121-22/+30
* Set correct timestamps on audio laces, fixes playback of mp3 from matroska.Arwed v. Merkatz2005-12-121-7/+15