summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-04-09gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt4-5/+21
2008-04-06ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller2-0/+11
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2-2/+11
2008-04-06configure.ac: Actually build dlls when cross-compiling with mingw32.Damien Lespiau2-0/+9
2008-04-05tests/check/elements/ofa.c: Also check that we have processed at least 135 se...Sebastian Dröge2-0/+34
2008-04-04gst/subenc/gstsrtenc.*: GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.Tim-Philipp Müller3-57/+64
2008-04-04tests/check/: Add simple unit tests for the OFA plugin.Sebastian Dröge4-0/+392
2008-04-03update spec file with new ossv4 pluginChristian Schaller2-0/+4
2008-04-02Add initial support for OSSv4. Mixer still needs a bit more love, but even ma...Tim-Philipp Müller21-4/+7903
2008-04-01Rename new srtenc plugin to subenc.Tim-Philipp Müller8-342/+29
2008-04-01fix spec'a'lecChristian Schaller1-0/+4
2008-04-01gst/mpegtsparse/mpegtspacketizer.c: Cable delivery subsystem descriptors' fre...Zaheer Abbas Merali2-2/+11
2008-04-01Add srt subtitle encoderThijs Vermeir9-0/+664
2008-03-31ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil3-15/+48
2008-03-30configure.ac: Fix build with --disable-external (#525100).Jan de Groot2-0/+10
2008-03-28sys/dvb/gstdvbsrc.c: Repeat diseqc call to allow for some diseqc switches.Zaheer Abbas Merali2-1/+9
2008-03-27ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.Zaheer Abbas Merali2-0/+13
2008-03-27sys/dvb/gstdvbsrc.c: Make diseqc work more reliably.Zaheer Abbas Merali2-85/+94
2008-03-26gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge10-549/+126
2008-03-25gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans3-4/+24
2008-03-25gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson26-499/+1729
2008-03-25configure.ac: Add support for neon 0.28, which didn't change API. Fixes bug #...Ed Catmur2-1/+8
2008-03-24Make rganalysis and rglimiter elements GAP-flag aware.Rene Stadler6-1/+101
2008-03-22ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge3-5/+55
2008-03-22ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2-0/+7
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-3/+3
2008-03-21configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge6-1/+22
2008-03-20gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans2-5/+20
2008-03-20gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans2-0/+9
2008-03-20gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans2-22/+79
2008-03-20gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans3-110/+229
2008-03-20ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost3-1/+18
2008-03-20gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost2-0/+6
2008-03-19gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost5-6/+44
2008-03-19ext/ofa/gstofa.c: Improve debugging, clean up a bit and really generate the f...Sebastian Dröge2-18/+30
2008-03-19ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is...Sebastian Dröge2-1/+6
2008-03-19Add an OFA element, the successor of MusicBrainz TRM fingerprinting.Eric Buehl5-0/+374
2008-03-18ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...Andy Wingo3-1/+21
2008-03-17examples/switch/switcher.c: Update switch example to use input selector.Zaheer Abbas Merali2-16/+22
2008-03-17ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...Sebastian Dröge2-9/+19
2008-03-14gst-libs/gst/dshow/Makefile.am: Make sure the dshow helper library headers ge...Edward Hervey2-1/+7
2008-03-14gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.William M. Brack2-121/+404
2008-03-14gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans2-12/+52
2008-03-13gst/selector/gstinputselector.*: Various cleanups.Wim Taymans6-76/+167
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge11-14/+25
2008-03-13ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens3-39/+79
2008-03-12ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder.Wim Taymans2-2/+7
2008-03-11gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...Olivier Crete5-22/+273
2008-03-11gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...Ole André Vadla Ravnås2-4/+47
2008-03-11gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...Stefan Kost2-1/+9