summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-01-09gst/videomixer/videomixer.c: Implement GstChildProxy interface.Edward Hervey1-27/+68
2008-01-09gst/alpha/: Make the various properties of 'alpha' controllable. This allows ...Edward Hervey2-11/+80
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost23-886/+68
2008-01-08gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image...Tim-Philipp Müller1-1/+5
2008-01-08gst/matroska/matroska-mux.*: Keep track of first and last timestamps for each...Wouter Cloetens2-16/+48
2008-01-08Make elements GST_BUFFER_FLAG_GAP aware and call gst_base_transform_set_gap_a...Sebastian Dröge9-21/+39
2008-01-02gst/avi/gstavi.c: increase rank because no known issues anymore ...Thijs Vermeir2-2/+21
2007-12-31gst/rtsp/gstrtspsrc.*: Implement redirect for the DESCRIBE reply. Fixes #506025.Wim Taymans2-6/+57
2007-12-26Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2-2/+4
2007-12-20gst/: Ignore more.Tim-Philipp Müller1-0/+1
2007-12-18Add seeking support for avi subtitleThijs Vermeir1-1/+24
2007-12-18gst/avi/gstavisubtitle.c: Detect other UTF byte order markers and convert to ...Tim-Philipp Müller1-16/+73
2007-12-18gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume a...Tim-Philipp Müller2-94/+147
2007-12-18Add avi subtitle element for bug #442034. Need seeking support and more suppo...Thijs Vermeir4-3/+252
2007-12-17gst/multifile/gstmultifilesrc.*: When subsequent files are read, if the file ...David Schleef2-1/+10
2007-12-14gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller1-0/+5
2007-12-11gst/avi/gstavimux.c: Fix regression in stream numbering. Fixes #502655.Mark Nauwelaerts1-1/+7
2007-12-11gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2-15/+280
2007-12-11gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens1-1/+4
2007-12-06gst/equalizer/gstiirequalizer.c: Fix compilation.Sebastian Dröge1-1/+1
2007-12-06gst/equalizer/gstiirequalizer.c: Don't process buffers in passthrough mode.Sebastian Dröge1-0/+3
2007-12-06gst/filter/: The transform() methods are not called in passthrough mode so th...Sebastian Dröge2-8/+0
2007-12-06gst/filter/: Sync the GObject properties with the controller even in passthro...Sebastian Dröge2-9/+8
2007-12-06gst/audiofx/: The transform_ip() methods should do nothing if in passthrough ...Sebastian Dröge8-18/+15
2007-12-06gst/wavparse/gstwavparse.c: Fix seeking in .wav files again (#501775). Some ...Tim-Philipp Müller1-3/+2
2007-12-05gst/autodetect/gstautovideosink.*: Fix docs.Wim Taymans2-18/+167
2007-12-05gst/autodetect/gstautoaudiosink.*: Add property to filter sinks based on caps...Tommi Myöhänen2-1/+105
2007-11-29gst/videobox/gstvideobox.c: Initialise liboil in plugin_init()Arek Korbik1-0/+2
2007-11-28gst/rtp/gstrtph263depay.c: Code beautification.Edward Hervey1-99/+96
2007-11-27gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #4992...Jayarama S. Santana1-1/+1
2007-11-27gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can ...Edward Hervey2-32/+97
2007-11-26gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside o...Wim Taymans2-24/+74
2007-11-26gst/level/gstlevel.c: Add GAP-flag support.Stefan Kost1-6/+10
2007-11-26gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set...Edward Hervey1-0/+5
2007-11-26gst/spectrum/gstspectrum.c: Use dispose and finalize. Dispose can be called m...Stefan Kost1-1/+11
2007-11-26gst/level/gstlevel.c: Remove some dead code and do cleanups.Stefan Kost1-28/+25
2007-11-24gst/qtdemux/qtdemux.c: Implement reverse playback support.Julien Moutte1-31/+214
2007-11-21gst/filter/: Post a GST_MESSAGE_LATENCY if the latency changes.Sebastian Dröge2-0/+4
2007-11-21gst/equalizer/: Remove preset iface again. We'll re-add this after its been r...Stefan Kost2-22/+4
2007-11-20Fix build on Mac OS X 10.5Julien Moutte1-1/+2
2007-11-19gst/equalizer/: Activate preset iface and upload two presets here.Stefan Kost2-4/+22
2007-11-15gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes...Jordi Jaen Pallares2-19/+82
2007-11-15gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007.Tommi Myöhänen1-0/+3
2007-11-15gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.Tommi Myöhänen1-2/+10
2007-11-15gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017.Tommi Myöhänen1-0/+1
2007-11-15gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT.Wim Taymans3-0/+148
2007-11-14gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller3-13/+16
2007-11-14gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).Tim-Philipp Müller2-0/+3
2007-11-14gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752).Tommi Myöhänen1-0/+3
2007-11-14gst/alpha/gstalphacolor.c: Detect RGBA/BGRA correctly on little endian systems.Arek Korbik1-1/+1