summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-08ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...Sjoerd Simons3-12/+18
2008-03-07configure.ac: Really check for libdc1394 >= 2.0.0, pkg-config thinks that 2.0...Sebastian Dröge2-1/+14
2008-03-06ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...David Schleef2-59/+145
2008-03-06Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.David Schleef6-15/+825
2008-03-05Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts14-274/+1199
2008-03-05configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts10-130/+178
2008-03-04gst/mpegtsparse/: Add parsing of cable delivery system descriptor.Zaheer Abbas Merali4-0/+100
2008-03-03configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w...Peter Kjellerstedt3-46/+46
2008-03-03Correct all relevant warnings found by the sparse semantic code analyzer. Thi...BRANCH-RELEASE-0_10_19Sebastian Dröge2-7/+5
2008-03-03gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk...Jens Granseuer2-17/+22
2008-03-01sys/dvb/: Add DVB-C support. Special thanks to Christian Schaller for a testi...Zaheer Abbas Merali4-9/+79
2008-02-28gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is...Zaheer Abbas Merali2-15/+64
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima7-105/+1120
2008-02-27sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only add...Zaheer Abbas Merali2-18/+19
2008-02-27sys/dvb/camutils.c: Don't free the program descriptors, this structure contai...Zaheer Abbas Merali2-3/+7
2008-02-27sys/dvb/camutils.c: Extra checks to prevent data corruption/segfaults.Zaheer Abbas Merali2-12/+23
2008-02-26update spec fileChristian Schaller1-7/+0
2008-02-26ext/nas/nassink.c: Fix build warning by using portable API.Stefan Kost2-2/+7
2008-02-26gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...Stefan Kost3-0/+10
2008-02-26Add support for libdc1394 2.0.0 and above and require this version now. Fixes...Daniel Fischer4-51/+59
2008-02-26Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens5-0/+53
2008-02-25gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost7-9/+476