summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gst/goom/: Change license of these files to LGPL, as permitted by the author,...Tim-Philipp Müller2008-04-093-2/+35
* gst/goom/: As hinted in Bug #518213, revert one change and fix warnings prope...Stefan Kost2008-04-094-524/+525
* gst/matroska/: Fix the Forte build by making function declaration signatures ...Jan Schmidt2008-04-094-9/+20
* sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller2008-04-084-20/+22
* gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number.Julien Moutte2008-04-072-1/+6
* tests/icles/: Interactive test app for gdkpixbufsink.Tim-Philipp Müller2008-04-064-1/+377
* ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2008-04-061-2/+3
* configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau2008-04-062-0/+9
* ext/hal/hal.c: Don't munge device string to 'default:x' for capture devices.Tim-Philipp Müller2008-04-052-1/+11
* ext/wavpack/gstwavpackparse.c: Always use GSlice as we actually depend on GLi...Sebastian Dröge2008-04-042-15/+6
* configure.ac: Require core/base 0.10.18 for ARGB caps parsing fixes in libgst...Tim-Philipp Müller2008-04-042-3/+10
* gst/rtp/gstrtph264pay.*: Parse codec_data for future AVC compatibility.Wim Taymans2008-04-043-25/+180
* gst/spectrum/gstspectrum.c: Rename property enums and default defines for the...Tim-Philipp Müller2008-04-042-32/+45
* tests/check/: Add unit test for gdkpixbufsink element.Tim-Philipp Müller2008-04-034-1/+316
* ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946).Tim-Philipp Müller2008-04-035-4/+525
* tests/check/pipelines/wavpack.c: Bump timeout from 3 to 60 seconds.Sebastian Dröge2008-04-032-0/+8
* tests/check/pipelines/.cvignore: Remove useless file.Sebastian Dröge2008-04-033-1/+9
* tests/check/: Add unit test that encodes and decodes some data, checks that i...Sebastian Dröge2008-04-033-1/+238
* ext/wavpack/: Use GSlice for allocating index entries and use gst_element_cla...Sebastian Dröge2008-04-035-23/+57
* sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron2008-04-0212-11/+41
* add new goom plugin to spec fileChristian Schaller2008-04-021-0/+1
* gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings.Tim-Philipp Müller2008-04-023-1/+8
* gst/law/: Make negotiation a bit modern.mersad2008-04-017-39/+108
* gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently...David Schleef2008-03-312-3/+8
* sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...Brian Cameron2008-03-273-10/+19
* Add device-fd property to make it possible to apps to call ioctl's.Edgard Lima2008-03-263-0/+20
* gst/qtdemux/qtdemux.c: Unbreak streaming mode again.Wim Taymans2008-03-252-0/+8
* sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro.Tim-Philipp Müller2008-03-252-7/+7
* sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the frame...William M. Brack2008-03-252-27/+60
* Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler2008-03-244-1/+88
* gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until...Tim-Philipp Müller2008-03-232-2/+12
* m4/Makefile.am: Better not dist files that don't exist any longer (lrint*m4).Tim-Philipp Müller2008-03-233-2/+5
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-222-5/+35
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* Remove lrint/lrintf checks. We don't use it anywhere.Sebastian Dröge2008-03-215-59/+7
* gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost2008-03-191-0/+17
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-183-1/+23
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-11/+19
* sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in th...William M. Brack2008-03-172-4/+21
* gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Wins...Ole André Vadla Ravnås2008-03-172-0/+25
* gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the sp...Stefan Kost2008-03-162-1/+7
* gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller2008-03-163-1/+13
* gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the gu...Stefan Kost2008-03-162-3/+10
* gst/avi/gstavidemux.c: Chunksize is uint32. Fix format specifier.Stefan Kost2008-03-152-3/+8
* fix license file, remove extra line copied over by mistakeChristian Schaller2008-03-142-2/+5
* gst/audiofx/audiofx.c: Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIG...Sebastian Dröge2008-03-132-1/+7
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-132-39/+69
* sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2008-03-113-4/+30
* gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by set...Wim Taymans2008-03-112-3/+16
* gst/avi/gstavisubtitle.h: Fix up IS_FOO macros, which makes gtk-doc much happ...Tim-Philipp Müller2008-03-112-2/+8