Age | Commit message (Expand) | Author | Files | Lines |
2008-03-19 | ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is... | Sebastian Dröge | 1 | -0/+5 |
2008-03-19 | Add an OFA element, the successor of MusicBrainz TRM fingerprinting. | Eric Buehl | 1 | -0/+14 |
2008-03-18 | ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti... | Andy Wingo | 1 | -0/+8 |
2008-03-17 | examples/switch/switcher.c: Update switch example to use input selector. | Zaheer Abbas Merali | 1 | -0/+5 |
2008-03-17 | ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w... | Sebastian Dröge | 1 | -0/+8 |
2008-03-14 | gst-libs/gst/dshow/Makefile.am: Make sure the dshow helper library headers ge... | Edward Hervey | 1 | -0/+6 |
2008-03-14 | gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392. | William M. Brack | 1 | -0/+6 |
2008-03-14 | gst/selector/gstinputselector.c: Add lots of debugging. | Wim Taymans | 1 | -0/+11 |
2008-03-13 | gst/selector/gstinputselector.*: Various cleanups. | Wim Taymans | 1 | -0/+32 |
2008-03-13 | Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin... | Sebastian Dröge | 1 | -0/+15 |
2008-03-13 | ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522... | Wouter Cloetens | 1 | -0/+10 |
2008-03-12 | ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder. | Wim Taymans | 1 | -0/+5 |
2008-03-11 | gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman... | Olivier Crete | 1 | -0/+20 |
2008-03-11 | gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread... | Ole André Vadla Ravnås | 1 | -0/+11 |
2008-03-11 | gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h... | Stefan Kost | 1 | -0/+8 |
2008-03-08 | ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ... | Sjoerd Simons | 1 | -0/+9 |
2008-03-07 | configure.ac: Really check for libdc1394 >= 2.0.0, pkg-config thinks that 2.0... | Sebastian Dröge | 1 | -0/+6 |
2008-03-06 | ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ... | David Schleef | 1 | -0/+5 |
2008-03-06 | Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements. | David Schleef | 1 | -0/+10 |
2008-03-05 | Port mplex element to 0.10. Fixes bug #520329. | Mark Nauwelaerts | 1 | -0/+23 |
2008-03-05 | configure.ac: Clean up detection of different mjpegtoolsAPI versions. | Mark Nauwelaerts | 1 | -0/+20 |
2008-03-04 | gst/mpegtsparse/: Add parsing of cable delivery system descriptor. | Zaheer Abbas Merali | 1 | -0/+6 |
2008-03-03 | configure.ac: Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify w... | Peter Kjellerstedt | 1 | -0/+6 |
2008-03-03 | gst/mve/gstmvedemux.c: Fix audio discontinuity that happens when silent chunk... | Jens Granseuer | 1 | -0/+9 |
2008-03-01 | sys/dvb/: Add DVB-C support. Special thanks to Christian Schaller for a testi... | Zaheer Abbas Merali | 1 | -0/+7 |
2008-02-28 | gst/mpegtsparse/mpegtsparse.c: Only send PMTs to program pads that the PMT is... | Zaheer Abbas Merali | 1 | -0/+8 |
2008-02-28 | Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim... | Edgard Lima | 1 | -0/+12 |
2008-02-27 | sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only add... | Zaheer Abbas Merali | 1 | -1/+7 |
2008-02-27 | sys/dvb/camutils.c: Don't free the program descriptors, this structure contai... | Zaheer Abbas Merali | 1 | -0/+7 |
2008-02-27 | sys/dvb/camutils.c: Extra checks to prevent data corruption/segfaults. | Zaheer Abbas Merali | 1 | -0/+5 |
2008-02-26 | ext/nas/nassink.c: Fix build warning by using portable API. | Stefan Kost | 1 | -0/+5 |
2008-02-26 | gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha... | Stefan Kost | 1 | -0/+5 |
2008-02-26 | Add support for libdc1394 2.0.0 and above and require this version now. Fixes... | Daniel Fischer | 1 | -0/+11 |
2008-02-26 | Add support for specifying a list of cookies to be passed in the HTTP request... | Wouter Cloetens | 1 | -0/+14 |
2008-02-25 | gst/selector/gstinputselector.*: Added "select-all" property to make it work ... | Stefan Kost | 1 | -0/+14 |
2008-02-25 | Remove midi typefinders and require base CVS as they moved there. | Sebastian Dröge | 1 | -0/+7 |
2008-02-24 | ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _a... | Sebastian Dröge | 1 | -0/+6 |
2008-02-24 | ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when ... | Emilio Pozuelo Monfort | 1 | -0/+8 |
2008-02-23 | Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi... | Tim-Philipp Müller | 1 | -0/+9 |
2008-02-23 | sys/dvb/gstdvbsrc.c: Add initial support for multiproto driver (not yet merge... | Zaheer Abbas Merali | 1 | -0/+7 |
2008-02-22 | docs/plugins/inspect/: Update to version 0.10.6.1. | Tim-Philipp Müller | 1 | -0/+62 |
2008-02-22 | docs/plugins/: Remove docs for elements that have moved to other modules or b... | Tim-Philipp Müller | 1 | -0/+10 |
2008-02-22 | Implement zero-copy and make the buffer size configurable. | Wouter Cloetens | 1 | -0/+16 |
2008-02-22 | tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind wa... | Sebastian Dröge | 1 | -0/+8 |
2008-02-22 | ext/mythtv/gstmythtvsrc.c: Don't allocate and copy the data to a new place bu... | Sebastian Dröge | 1 | -0/+7 |
2008-02-22 | ext/timidity/gstwildmidi.c: If WILDMIDI_CFG is not defined, define it to the ... | Sebastian Dröge | 1 | -0/+6 |
2008-02-22 | Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_... | Sebastian Dröge | 1 | -0/+12 |
2008-02-22 | configure.ac: Check for X for the nas plugin to make it possible to build it ... | Sebastian Dröge | 1 | -0/+6 |
2008-02-22 | tests/check/Makefile.am: Ignore some more elements for the states unit test, ... | Sebastian Dröge | 1 | -0/+6 |
2008-02-22 | Some C89 fixes, moving variable declarations to the beginning of a block. Fix... | Jens Granseuer | 1 | -0/+15 |