summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/qtdemux/qtdemux.c: If the buffer was entirely clipped ... don't try sendi...Edward Hervey2007-07-301-0/+3
* gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...Wim Taymans2007-07-271-2/+23
* gst/rtsp/: Clean up the interface list.Wim Taymans2007-07-273-29/+47
* gst/rtsp/gstrtspext.h: Fix include path for extension interface.Wim Taymans2007-07-271-1/+1
* gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.Sebastian Dröge2007-07-261-1/+0
* gst/audiofx/: Don't save format information ourselves, this is already saved inSebastian Dröge2007-07-265-18/+8
* gst/rtsp/: Use rank to filter out extensions.Wim Taymans2007-07-263-4/+10
* gst/rtsp/: Use shiny new RTSP and SDP library.Wim Taymans2007-07-2526-5848/+600
* gst/qtdemux/qtdemux.c: Add codec mapping for '2vuy' (Raw YUV produced by FCP)...Edward Hervey2007-07-241-0/+6
* gst/qtdemux/qtdemux.c: Clip raw audio and video when we can, keep track of cu...Wim Taymans2007-07-231-73/+282
* gst/equalizer/: Better algorith for the center frequencies. Subtract band fil...Stefan Kost2007-07-204-78/+66
* ext/annodex/Makefile.am: Fix CFLAGS/LIBS.Stefan Kost2007-07-201-1/+1
* gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-e...Stefan Kost2007-07-181-4/+21
* gst/qtdemux/qtdemux.c: Fix parsing of esds atoms inside mp4a atoms so that we...Wim Taymans2007-07-161-2/+3
* gst/: Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* Fix build against core CVS.Tim-Philipp Müller2007-07-1111-13/+13
* gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event...Edward Hervey2007-07-101-4/+1
* gst/law/: Fix capsnego bogosity in *law decoders.Michael Smith2007-07-064-165/+107
* gst/rtp/gstrtpilbcpay.c: Set the encoding-name in the rtp caps to all upperca...Tommi Myöhänen2007-07-031-16/+30
* gst/multifile/: Add .h files to be able to add it to the docs.Stefan Kost2007-07-036-80/+141
* gst/replaygain/gstrgvolume.h: Fix GObject macros.Stefan Kost2007-07-031-2/+2
* gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249.Wim Taymans2007-06-271-4/+4
* gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...Wim Taymans2007-06-272-1/+6
* gst/: Build fixes for gcc-2.9x (no mid-block variable declarations etc.).Jens Granseuer2007-06-224-4/+4
* Fix memory leaks.Edward Hervey2007-06-222-8/+3
* gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader.Michael Smith2007-06-201-1/+1
* gst/equalizer/gstiirequalizer.c: Document parameter mapping.Stefan Kost2007-06-201-3/+11
* gst/spectrum/gstspectrum.c: Fix leaking buffers.Stefan Kost2007-06-201-2/+3
* gst/qtdemux/: Add MJPG to the variants of motion jpeg.Stefan Kost2007-06-202-3/+4
* gst/rtsp/rtspconnection.c: Use threadsafe inet_ntop to convert an ip number t...Wim Taymans2007-06-191-6/+12
* add 'LEGAL' file describing why this is in -good and under what circumstances...Christian Schaller2007-06-191-0/+10
* gst/rtsp/rtspconnection.c: Revert previous commit again, since we are frozen ...Tim-Philipp Müller2007-06-171-2/+1
* gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we...Peter Kjellerstedt2007-06-171-1/+2
* gst/rtsp/rtspconnection.c: Fix the MingW build.Vincent Torri2007-06-151-0/+16
* gst/qtdemux/qtdemux.c: For AMR-NB streams, export the AMRSpecificBox as codec...Edward Hervey2007-06-141-0/+15
* gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_...Wim Taymans2007-06-131-1/+3
* gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen2007-06-112-2/+2
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2007-06-081-2/+2
* gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller2007-06-061-18/+17
* configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller2007-06-051-78/+2
* gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2007-06-051-2/+48
* gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...Sebastian Dröge2007-06-032-4/+58
* gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2007-06-011-0/+2
* gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt2007-06-015-65/+116
* gst/rtp/: Add support for AMR-WB.Daniel Charles2007-06-014-54/+154
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-311-1/+3
* gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller2007-05-302-2/+22
* gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller2007-05-301-8/+9
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-281-1/+1
* gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2007-05-281-119/+588