summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-213-1/+61
* ext/esd/esdsink.c: When we post an error, we must return -1 to let the parent...Michael Meeks2008-05-202-1/+8
* gst/videomixer/videomixer.c: Add missing incudes.Stefan Kost2008-05-202-0/+10
* gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single).Peter Kjellerstedt2008-05-203-5/+10
* gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-...Wim Taymans2008-05-205-35/+309
* gst/equalizer/gstiirequalizer.c: Use a bigger type in integer mode for the in...Sebastian Dröge2008-05-202-6/+13
* gst/videomixer/videomixer.*: Instead of a random number for the request pad i...Jan Schmidt2008-05-203-3/+22
* gst/smpte/: Add new plugin that adds the SMPTE transition in the alpha channe...Wim Taymans2008-05-207-12/+804
* Try using thaytans new mechanism to get extra classes into plugin docs. Apare...Stefan Kost2008-05-198-109/+16404
* tests/check/elements/deinterleave.c: Set keep-positions property to TRUE for ...Sebastian Dröge2008-05-191-0/+1
* gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2008-05-192-6/+68
* gst/avi/gstavimux.c: Set proper rate in avi stream header for PCM audio, and ...Mark Nauwelaerts2008-05-182-5/+28
* gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2008-05-173-0/+94
* gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge2008-05-171-20/+23
* sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...Sebastian Dröge2008-05-172-0/+46
* gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge2008-05-164-64/+379
* Fix some compiler warnings.Jan Schmidt2008-05-165-1/+13
* gst/rtp/gstrtph264depay.c: Small comment added.Wim Taymans2008-05-144-101/+167
* gst/rtp/gstrtph264pay.*: Make it possible to specify profile-level-id and spr...Peter Kjellerstedt2008-05-144-7/+108
* tests/check/Makefile.am: Add deinterleave unit test to VALGRIND_TO_FIX, since...Tim-Philipp Müller2008-05-141-0/+183
* docs/plugins/: Remove ladspa fro plugin-docs, its in gst-plugins-bad.Stefan Kost2008-05-144-20677/+24
* gst/interleave/: Split definitions into separate header files for better docu...Sebastian Dröge2008-05-147-120/+567
* gst/avi/gstavimux.c: Send an initial BYTE segment to inform downstream of lat...Mark Nauwelaerts2008-05-132-0/+10
* gst/rtp/gstrtpg729depay.c: Fix wrong caps string.Wim Taymans2008-05-132-2/+7
* gst/rtp/: Added G729 pay and depayloaders. Fixes #532409.Olivier Crete2008-05-137-0/+537
* ext/speex/gstspeexdec.c: Fix the calculation of the duration of the concealme...Wim Taymans2008-05-132-1/+6
* gst/rtp/: Add DV pay and depayloaders. Fixes #532423.Olivier Crete2008-05-127-0/+973
* gst/matroska/matroska-demux.c: Convert subtitle palette info in VobSub privat...Mark Nauwelaerts2008-05-122-2/+20
* gst/avi/gstavimux.c: Do not leave fourcc stream header field empty upon reset.Mark Nauwelaerts2008-05-123-2/+8
* Add goom2k1 into the docs.Jan Schmidt2008-05-118-11/+72
* gst/rtsp/gstrtspsrc.c: Support Digest authentication. Fixes #532065.Wouter Cloetens2008-05-082-6/+139
* gst/level/gstlevel.c: Also support 32bit (e.g. whe having it after 'mad'). Ad...Stefan Kost2008-05-082-12/+36
* gst/matroska/matroska-mux.c: Update the track duration if the old one was inv...Sjoerd Simons2008-05-082-1/+9
* gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL wh...Ole André Vadla Ravnås2008-05-072-1/+7
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir...Haakon Sporsheim2008-05-072-0/+11
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch...Haakon Sporsheim2008-05-072-1/+14
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,Haakon Sporsheim2008-05-072-19/+34
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ...Haakon Sporsheim2008-05-072-0/+15
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-072-5/+27
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-0/+1
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-13/+5
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-072-5/+20
* gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and mad...Ole André Vadla Ravnås2008-05-072-0/+6
* gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and mad...Ole André Vadla Ravnås2008-05-071-2/+3
* configure.ac: Error out if we don't have the required core/base versions.Tim-Philipp Müller2008-05-072-5/+10
* sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir2008-05-063-3/+10
* gst/rtsp/gstrtspsrc.c: Don't leak file descriptors on error. Fixes #531532.Sjoerd Simons2008-05-052-0/+11
* ext/gconf/: When we can't create a fakesink/fakesrc complain instead of unref...Sebastian Dröge2008-05-035-9/+49
* gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small ...Wim Taymans2008-05-023-3/+32
* ext/speex/gstspeexenc.c: Add negotiation for the speex channels and rate. Fix...Olivier Crete2008-05-022-2/+50