summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-118-9/+28
* gst/avi/gstavimux.c: Explicitly cast result of pointer arithmetic to integer ...Tim-Philipp Müller2007-02-091-2/+2
* gst/debug/progressreport.c: Some more docs.Tim-Philipp Müller2007-02-081-0/+12
* docs/plugins/inspect/plugin-rtp.xml: Update for new elements.Tim-Philipp Müller2007-02-071-0/+68
* Make progressreport element post messages with the current progress on the bu...Tim-Philipp Müller2007-02-072-34/+84
* gst/smpte/gstsmpte.c: Let's try this again and use the right cast this time.Tim-Philipp Müller2007-02-061-2/+3
* gst/smpte/gstsmpte.c: Add cast to avoid compiler warnings with older GLib ver...Tim-Philipp Müller2007-02-061-2/+2
* gst/audiofx/: Some small cleanups and port both elements to the new GstAudioF...Sebastian Dröge2007-02-065-148/+101
* Fix up to use the newly ported (actually working) GstAudioFilter.Tim-Philipp Müller2007-02-033-149/+178
* gst/equalizer/gstiirequalizer.c: Rename "values" property to "band-values" an...Tim-Philipp Müller2007-02-021-17/+35
* Port equalizer plugin to 0.10 (#403572).James Doc Livingston2007-02-022-25/+22
* gst/videocrop/gstvideocrop.c: Fix cropping for packed 4:2:2 formats YUYV/YUY2...Tim-Philipp Müller2007-01-281-12/+14
* gst/rtsp/gstrtspsrc.c: Convert SDP fields to upper/lowercase following the ru...Wim Taymans2007-01-251-7/+19
* gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans2007-01-2512-19/+22
* gst/: Use proper print statements.Edward Hervey2007-01-252-2/+4
* gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.Wim Taymans2007-01-252-21/+62
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-2/+4
* gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more w...Wim Taymans2007-01-246-454/+303
* gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...Wim Taymans2007-01-242-9/+22
* gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans2007-01-245-6/+388
* gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge2007-01-244-3/+520
* gst/rtsp/gstrtspsrc.c: Unblock pads after adding the pads to the element so t...Wim Taymans2007-01-241-4/+7
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-2422-19/+49
* gst/qtdemux/gstrtpxqtdepay.c: Fix caps on the depayloader.Wim Taymans2007-01-241-6/+4
* gst/audiofx/: Add new audiofx element "audioinvert". This element swaps the u...Sebastian Dröge2007-01-234-4/+347
* gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int.Wim Taymans2007-01-231-35/+62
* gst/smpte/: constify some static structs.Wim Taymans2007-01-235-40/+82
* gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're r...Tim-Philipp Müller2007-01-221-9/+13
* gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats ...Tim-Philipp Müller2007-01-191-5/+18
* 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