summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.11Jan Schmidt2008-10-2472-1048/+1139
* Update .po filesJan Schmidt2008-10-2431-1941/+3051
* configure.ac: Commit 0.10.10.4 pre-releaseJan Schmidt2008-10-242-1/+6
* gst/avi/gstavimux.c: Fix VPRP chunk setup in avimux.Mark Nauwelaerts2008-10-212-4/+12
* gst/videobox/gstvideobox.c: support dynamically changing properties in videoboxWim Taymans2008-10-213-28/+26
* configure.ac: 0.10.10.3 pre-releaseJan Schmidt2008-10-162-1/+6
* tests/check/Makefile.am: Don't run the states test on pulsesrc and pulsesinkJan Schmidt2008-10-162-1/+6
* configure.ac: Commit 0.10.10.2 pre-release bump that actually went out on 200...Jan Schmidt2008-10-162-1/+7
* gst/avi/gstavidemux.c: Skip entries for streams that don't have a output pad ...Edward Hervey2008-10-152-0/+13
* gst/qtdemux/qtdemux.c: Remove previous wrong commitEdward Hervey2008-10-153-1/+10
* gst/qtdemux/qtdemux.c: Remove problematic and useless refcount check.Edward Hervey2008-10-152-2/+6
* ext/flac/: Cast some size_t arguments to guint to avoid compiler warnings on ...Jan Schmidt2008-10-103-3/+11
* gst/rtsp/gstrtspsrc.c: Return TRUE instead of FALSE from the event handler wh...Wim Taymans2008-10-092-1/+7
* remove old CDIO plugin now in uglyChristian Schaller2008-10-081-1/+0
* gst/avi/gstavidemux.c: Reset header state. Fixes #555321.Wim Taymans2008-10-082-0/+7
* gst/avi/gstavidemux.*: For timestamping audio packets we need to take into ac...Wim Taymans2008-10-083-5/+42
* gst/multifile/gstmultifilesrc.c: Implement DEFAULT and BUFFER position querie...Wim Taymans2008-10-082-2/+43
* sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey2008-10-083-0/+9
* tests/examples/rtp/: Add some more H263p server and client examples.Wim Taymans2008-10-075-0/+83
* configure.ac: Depend on released versions of core and base.Tim-Philipp Müller2008-10-032-2/+7
* ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2008-10-033-5/+16
* sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans2008-10-032-0/+20
* sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a ma...Wim Taymans2008-10-032-3/+10
* configure.ac: Fix libs for linking directsound.Michael Smith2008-10-013-41/+105
* ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt2008-09-272-2/+16
* gst/rtp/gstrtpamrdepay.c: Mark DISCONT on output buffers when the marker bit ...Wim Taymans2008-09-263-11/+39
* gst/rtp/: Added MP4A-LATM payloader to match the depayloader.Wim Taymans2008-09-265-1/+550
* gst/videomixer/videomixer.c: Handle segments a little better. Fixes #537361.Wim Taymans2008-09-252-1/+21
* gst/rtsp/gstrtspsrc.c: Don't assume the server supports PAUSE by default. Fix...Wim Taymans2008-09-252-3/+8
* gst/udp/gstudpsrc.c: Switch on the socket family to get the addrlen size right.Wim Taymans2008-09-252-12/+20
* gst/udp/gstudpsrc.c: OS X's bind() implementation is picky about its addrlen ...Daniel Franke2008-09-252-10/+12
* gst/rtsp/gstrtspsrc.c: Handle the case where we cannot do desribe or when the...Wim Taymans2008-09-232-0/+21
* gst/udp/gstmultiudpsink.c: Fix setting the qos.Wim Taymans2008-09-232-1/+6
* gst/qtdemux/qtdemux.c: Some 'broken' files out there have atom lengths of zer...Edward Hervey2008-09-172-0/+26
* gst/: Fix build flags order.Jan Schmidt2008-09-178-29/+46
* gst/rtp/gstrtpmp4gdepay.*: Handle interleaved streams by reordering AU in a q...Wim Taymans2008-09-153-13/+223
* gst/rtp/gstrtpmp4gdepay.c: Change some of the ranges in the caps, mostly for ...Wim Taymans2008-09-152-21/+142
* gst/qtdemux/qtdemux.c: Add mapping for 'tiff' => image/tiffJonathan Matthew2008-09-142-0/+11
* ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2008-09-114-4/+12
* ext/flac/gstflacenc.c: Make sure the desired default values are actually set,...Tim-Philipp Müller2008-09-042-14/+31
* gst/qtdemux/: Add support for video/mj2 mime-type and its additional atoms/bo...Mark Nauwelaerts2008-09-035-3/+137
* gst/debug/gsttaginject.c: Add warning when tags parameter is unparsable and g...Stefan Kost2008-09-032-5/+18
* gst/qtdemux/qtdemux.c: Add mapping for IMA Loki SDL MJPEG ADPCM codec.Wim Taymans2008-09-022-1/+19
* po/: Add 'ca' to LINGUAS; add some more files with translations and some file...Tim-Philipp Müller2008-09-024-1/+14
* ext/speex/: Use integer encoding and decoding functions instead of converting...Sebastian Dröge2008-09-025-37/+37
* configure.ac: Fix --disable-externalTim-Philipp Müller2008-09-012-10/+19
* ext/wavpack/gstwavpackenc.*: Handle non-zero start timestamps and stream disc...Sebastian Dröge2008-08-313-3/+79
* ext/speex/gstspeexenc.c: Correct the timestamp and granulepos calculation by ...Sebastian Dröge2008-08-312-2/+8
* ext/speex/gstspeexdec.c: Correctly take the granulepos from upstream if possi...Sebastian Dröge2008-08-314-68/+184
* ext/annodex/gstcmmlparser.c: Fix compiler warnings caused by passing a string...Craig Keogh2008-08-312-1/+10