summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey2008-01-091-27/+68
* gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2008-01-092-11/+80
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-0923-886/+68
* gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller2008-01-081-1/+5
* gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2008-01-082-16/+48
* Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge2008-01-089-21/+39
* gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2008-01-022-2/+21
* gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2007-12-312-6/+57
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-262-2/+4
* gst/: Ignore more.Tim-Philipp Müller2007-12-201-0/+1
* Add seeking support for avi subtitleThijs Vermeir2007-12-181-1/+24
* gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller2007-12-181-16/+73
* gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2007-12-182-94/+147
* Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir2007-12-184-3/+252
* gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2007-12-172-1/+10
* gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller2007-12-141-0/+5
* gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts2007-12-111-1/+7
* gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2007-12-112-15/+280
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-1/+4
* gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge2007-12-061-1/+1
* gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge2007-12-061-0/+3
* gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2007-12-062-8/+0
* gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2007-12-062-9/+8
* gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge2007-12-068-18/+15
* gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ...Tim-Philipp Müller2007-12-061-3/+2
* gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans2007-12-052-18/+167
* gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps...Tommi Myöhänen2007-12-052-1/+105
* gst/videobox/gstvideobox.c: Initialise liboil in plugin_init()Arek Korbik2007-11-291-0/+2
* gst/rtp/gstrtph263depay.c: Code beautification.Edward Hervey2007-11-281-99/+96
* gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #4992...Jayarama S. Santana2007-11-271-1/+1
* gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can ...Edward Hervey2007-11-272-32/+97
* gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside o...Wim Taymans2007-11-262-24/+74
* gst/level/gstlevel.c: Add GAP-flag support.Stefan Kost2007-11-261-6/+10
* gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set...Edward Hervey2007-11-261-0/+5
* gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost2007-11-261-1/+11
* gst/level/gstlevel.c: Remove some dead code and do cleanups.Stefan Kost2007-11-261-28/+25
* gst/qtdemux/qtdemux.c: Implement reverse playback support.Julien Moutte2007-11-241-31/+214
* gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2007-11-212-0/+4
* gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2007-11-212-22/+4
* Fix build on Mac OS X 10.5Julien Moutte2007-11-201-1/+2
* gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2007-11-192-4/+22
* gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes...Jordi Jaen Pallares2007-11-152-19/+82
* gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007.Tommi Myöhänen2007-11-151-0/+3
* gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.Tommi Myöhänen2007-11-151-2/+10
* gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017.Tommi Myöhänen2007-11-151-0/+1
* gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT.Wim Taymans2007-11-153-0/+148
* gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller2007-11-143-13/+16
* gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2007-11-142-0/+3
* gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752).Tommi Myöhänen2007-11-141-0/+3
* gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems.Arek Korbik2007-11-141-1/+1