summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/: Use proper print statements.Edward Hervey2007-01-252-2/+4
* configure.ac: Bump required -core/-base to CVSWim Taymans2007-01-252-2/+7
* gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.Wim Taymans2007-01-253-21/+70
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-253-3/+13
* gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more w...Wim Taymans2007-01-247-454/+323
* gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...Wim Taymans2007-01-243-9/+31
* gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans2007-01-246-6/+403
* gst/audiofx/: Add new element "audioamplify". This allows scaling of raw audi...Sebastian Dröge2007-01-2412-3/+1065
* gst/rtsp/gstrtspsrc.c: Unblock pads after adding the pads to the element so t...Wim Taymans2007-01-242-4/+13
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-2423-19/+79
* 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-2312-4/+690
* gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int.Wim Taymans2007-01-232-35/+69
* gst/smpte/: constify some static structs.Wim Taymans2007-01-236-40/+95
* gst/avi/gstavidemux.c: Error out properly when pull_range fails while we're r...Tim-Philipp Müller2007-01-222-9/+19
* gst/smpte/gstsmpte.c: Some more sanity checks to make sure the input formats ...Tim-Philipp Müller2007-01-192-5/+26
* gst/smpte/gstsmpte.c: Ignore previous commit, that was only valid for widths ...Edward Hervey2007-01-192-6/+28
* gst/smpte/gstsmpte.c: Allocate buffers of the right size.Edward Hervey2007-01-192-3/+13
* gst/smpte/gstsmpte.c: Proxy getcaps on sink pads too, so that we either end u...Tim-Philipp Müller2007-01-182-2/+15
* docs/plugins/: Remove ladspa from docs; add hierarchy info for GstAudioPanora...Tim-Philipp Müller2007-01-1854-109/+186
* gst/audiofx/audiopanorama.c: Fix doc section name (Fixes #397946)Stefan Kost2007-01-182-1/+6
* Remove bogus ChangeLog entryTim-Philipp Müller2007-01-181-12/+0
* sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the nu...Stefan Kost2007-01-175-65/+93
* gst/audiofx/audiopanorama.c: Use a function array for process methods, add mo...Sebastian Dröge2007-01-162-50/+49
* Add support for more than one audio stream; write better AVIX header; refacto...Mark Nauwelaerts2007-01-144-540/+560
* 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-134-31/+501
* comment out LADSPA plugin for nowChristian Schaller2007-01-121-2/+2
* 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
* docs/plugins/: Activate docs for jack, sdl and qtdemux.Wim Taymans2007-01-121-1/+1
* gst/qtdemux/: Cleanup and refactor to make the code more readable.Wim Taymans2007-01-129-1871/+2037
* ext/wavpack/gstwavpackenc.c: Minor clean-up: use enum values instead of hardc...Sebastian Dröge2007-01-111-11/+12
* gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller2007-01-113-0/+11
* gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg2007-01-112-40/+81
* gst/rtsp/gstrtspsrc.c: Check for stream pad before activating.Lutz Mueller2007-01-112-5/+14
* gst/rtsp/: Allow url to be NULL to be able to use it for server connections.Peter Kjellerstedt2007-01-1011-299/+702
* Some small docs fixes (#394851).Sebastian Dröge2007-01-103-4/+13
* gst/avi/gstavidemux.c: Fix docs.Wim Taymans2007-01-092-2/+9
* gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans2007-01-0912-155/+529
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-087-10/+34
* 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-074-5/+17
* 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-052-1/+8
* tests/icles/videocrop-test.c: Call g_thread_init() right at the beginning. Re...Tim-Philipp Müller2007-01-052-2/+3
* ext/esd/esdsink.c: Don't return bogus values when esd_get_delay() fails for s...Tim-Philipp Müller2007-01-042-0/+11
* Add directsoundsink to build and dist it, so it gets built when compiling wit...Vincent Torri2007-01-042-1/+10
* Add directdrawsink to build and dist it, so it gets built when compiling with...Vincent Torri2007-01-032-7/+19