summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/smpte/gstsmpte.c: Ignore previous commit, that was only valid for widths ...Edward Hervey2007-01-191-6/+18
* gst/smpte/gstsmpte.c: Allocate buffers of the right size.Edward Hervey2007-01-191-3/+3
* gst/smpte/gstsmpte.c: Proxy getcaps on sink pads too, so that we either end u...Tim-Philipp Müller2007-01-181-2/+8
* gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946)Stefan Kost2007-01-181-1/+1
* gst/audiofx/audiopanorama.c: Use a function array for process methods, add mo...Sebastian Dröge2007-01-161-50/+40
* Add support for more than one audio stream; write better AVIX header; refacto...Mark Nauwelaerts2007-01-142-538/+536
* gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...Andy Wingo2007-01-131-5/+11
* gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...Andy Wingo2007-01-131-17/+133
* gst/audiofx/audiopanorama.*: Add 'method' property and provide a simple (non-...Sebastian Dröge2007-01-132-31/+229
* gst/qtdemux/: Add X-QT depayloader that will eventually share code with the d...Wim Taymans2007-01-126-25/+839
* gst/qtdemux/Makefile.am: Dist all new files.Tim-Philipp Müller2007-01-121-1/+6
* gst/qtdemux/: Cleanup and refactor to make the code more readable.Wim Taymans2007-01-129-1871/+2037
* gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller2007-01-112-0/+4
* gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg2007-01-111-40/+70
* gst/rtsp/gstrtspsrc.c: Check for stream pad before activating.Lutz Mueller2007-01-111-5/+7
* gst/rtsp/: Allow url to be NULL to be able to use it for server connections.Peter Kjellerstedt2007-01-1010-299/+644
* Some small docs fixes (#394851).Sebastian Dröge2007-01-101-4/+4
* gst/avi/gstavidemux.c: Fix docs.Wim Taymans2007-01-091-2/+4
* gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans2007-01-0911-155/+492
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-082-4/+11
* New elements interleave and deinterleave, implement channel interleaving and ...Andy Wingo2007-01-075-0/+1035
* gst/cutter/gstcutter.c: Use gst_guint64_to_gdouble for conversion.Sébastien Moutte2007-01-071-1/+3
* Check for zlib and if available pass it explicitly to the linker when linking...Tim-Philipp Müller2007-01-052-18/+33
* gst/matroska/Makefile.am: If zlib is available and used, we must link it expl...Tim-Philipp Müller2007-01-051-1/+2
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-032-14/+14
* gst/matroska/matroska-mux.c: The "signed" field in audio caps is of boolean t...Tim-Philipp Müller2006-12-241-8/+27
* gst/qtdemux/qtdemux.c: Don't post BUFFERING messages in streaming mode if the...Tim-Philipp Müller2006-12-181-7/+5
* gst/qtdemux/qtdemux.c: Don't output g_warning for an unsupported format, just...Jan Schmidt2006-12-181-6/+15
* gst/qtdemux/qtdemux.c: Fix crash dereferencing NULL pointer if there's no stc...Tim-Philipp Müller2006-12-181-1/+4
* gst/videomixer/videomixer.c: Introduce some locking around the videomixer sta...Sjoerd Simons2006-12-161-152/+109
* gst/qtdemux/qtdemux.c: We don't support seeking in streaming mode, so don't e...Tim-Philipp Müller2006-12-161-7/+33
* gst/effectv/gstquark.c: Add some NULL pointer checks (possibly related to #38...Tim-Philipp Müller2006-12-141-0/+6
* gst/qtdemux/qtdemux.c: Add AMR-WB to the list of supported formats.Wim Taymans2006-12-131-2/+10
* gst/: In streaming mode, if the first buffer we get doesn't have an offset, f...Tim-Philipp Müller2006-12-122-1/+24
* gst/qtdemux/qtdemux.c: Fix non-working redirects from inetfilm.com (handle 'a...Tim-Philipp Müller2006-12-111-3/+28
* gst/matroska/: Try harder to extract the framerate for video tracks correctly...Tim-Philipp Müller2006-12-113-8/+24
* gst/apetag/gstapedemux.c: We need to be able to read and parse any possible f...Sebastian Dröge2006-12-091-1/+5
* gst/qtdemux/qtdemux.c: Fix caps for 24 bit raw PCM audio (2).René Stadler2006-12-081-1/+1
* gst/audiofx/audiopanorama.*: Fix audiopanorame with float samples. Fixes #383...Sebastian Dröge2006-12-082-2/+13
* gst/smpte/: Port to 0.10 some more.Wim Taymans2006-12-073-66/+189
* gst/qtdemux/qtdemux.c: Handle more H263 variants.Wim Taymans2006-12-071-0/+2
* gst/videomixer/videomixer.c: Don't reset xpos and ypos in the setcaps functio...Sjoerd Simons2006-12-061-5/+1
* gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans2006-12-061-6/+8
* gst/udp/gstudpsrc.c: If using multicast in udpsrc, bind to the multicast addr...Rob Taylor2006-12-061-9/+15
* gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, ...Sebastian Dröge2006-12-061-1/+4
* gst/avi/gstavimux.c: accept all mpegversions,fixes #380825 spotted by: Jerome...Stefan Kost2006-11-301-1/+1
* gst/replaygain/gstrganalysis.c: Call the base class handler. Fixes #380610.René Stadler2006-11-301-1/+1
* gst/rtsp/: Add method so that extensions can choose to disable the setup of a...Wim Taymans2006-11-284-9/+43
* gst/qtdemux/qtdemux.c: Remove some asserts and replace them with a proper err...Wim Taymans2006-11-271-10/+26
* gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg2006-11-271-29/+26