summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-116-14/+135
* gst/qtdemux/qtdemux.c: Add some fourcc for DV format.Edward Hervey2006-10-111-0/+4
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-113-0/+3
* gst/udp/gstudpsrc.c: Fix some leaks in caps and uris. Fixes #361252.Sebastien Cote2006-10-111-8/+23
* gst/qtdemux/qtdemux.c: Printf format fixes.Tim-Philipp Müller2006-10-101-3/+3
* gst/qtdemux/qtdemux.c: Reorganise some stuff.Wim Taymans2006-10-101-234/+285
* gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #3...Tim-Philipp Müller2006-10-101-1/+1
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-071-0/+2
* Activate pads before adding.Wim Taymans2006-10-061-0/+1
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-062-4/+3
* Add ReplayGain analysis element (#357069).René Stadler2006-10-065-0/+1612
* ext/faad/gstfaad.c: Some cleanups.Wim Taymans2006-10-061-0/+1
* gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans2006-10-069-241/+552
* gst/spectrum/gstspectrum.c: Fix mem leak, avoid unnecessary memcpy.Tim-Philipp Müller2006-10-061-3/+5
* gst/spectrum/gstspectrum.c: Removed cruft code that was just commented out. R...Stefan Kost2006-10-061-109/+1
* Another batch of printf format fixes.Tim-Philipp Müller2006-10-052-10/+11
* Printf format fixes.Tim-Philipp Müller2006-10-059-22/+23
* gst/videocrop/gstvideocrop.*: Handle packed YUV formats (UYVY, YUY2, YUYV) se...Tim-Philipp Müller2006-10-042-17/+116
* gst/rtsp/Makefile.am: Dist new .h file too.Wim Taymans2006-10-041-1/+1
* gst/rtsp/: Factor out extension in separate module.Wim Taymans2006-10-0411-67/+425
* gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try ...Tim-Philipp Müller2006-10-041-1/+34
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-294-74/+194
* gst/udp/gstudpsrc.*: Added property to post a message on timeout.Wim Taymans2006-09-292-33/+90
* gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2006-09-292-4/+4
* gst/udp/gstudpsrc.c: Fix possible infinite loop when shutting down, a read ca...Antoine Tremblay2006-09-291-1/+1
* gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc.Tim-Philipp Müller2006-09-281-0/+4
* gst/autodetect/: Small cleanups. don't try to set "sync" property when it is ...Wim Taymans2006-09-252-7/+17
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-255-0/+5
* gst/rtsp/: Improve error reporting.Wim Taymans2006-09-234-23/+89
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-2317-33/+33
* gst/avi/gstavidemux.c: Don't check for a tag that is never there and check if...Wim Taymans2006-09-221-7/+4
* gst/rtp/: More fixage, set endoder-params correctly in the payloader.Wim Taymans2006-09-224-101/+194
* gst/autodetect/: Make static pad templates static to appease valgrind's leak ...Tim-Philipp Müller2006-09-222-18/+21
* gst/rtp/: Small cleanups.Wim Taymans2006-09-228-11/+924
* gst/rtp/gstrtpmp4gpay.c: Fix profile-level-id parsing and setup.Wim Taymans2006-09-211-11/+11
* gst/udp/: Update README, simple cleanup.Wim Taymans2006-09-212-22/+4
* gst/rtp/README: Update README with some examples.Wim Taymans2006-09-213-51/+135
* gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into accou...Philippe Kalaf2006-09-202-6/+15
* gst/rtp/Makefile.am: And makefile too.Wim Taymans2006-09-201-0/+2
* gst/rtp/: Added preliminary ASF depayloader.Wim Taymans2006-09-202-1/+5
* gst/rtsp/URLS: Added some test URLS.Wim Taymans2006-09-2022-201/+946
* gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.Wim Taymans2006-09-193-84/+172
* gst/rtsp/test.c: Fix build.Wim Taymans2006-09-191-3/+3
* gst/wavparse/gstwavparse.c: Add ms-gsm to the src template.Wim Taymans2006-09-191-0/+1
* gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans2006-09-189-306/+426
* gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...Wim Taymans2006-09-182-19/+68
* gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.Lutz Mueller2006-09-185-14/+70
* gst/rtsp/gstrtspsrc.*: Use boilerplate.Lutz Mueller2006-09-182-100/+31
* gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2006-09-182-84/+115
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1