summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2008-06-21ext/resindvd/rsnbasesrc.c: Use the right i18n header.Stefan Kost1-1/+3
2008-06-20ext/resindvd/resindvdsrc.*: Schedule NAV packets and activate them with an as...Jan Schmidt3-93/+433
2008-06-18ext/metadata/metadataexif.c: Add description tag mapping.Stefan Kost1-0/+3
2008-06-18Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.Stefan Kost6-20/+7
2008-06-17ext/resindvd/resindvdbin.c: Parse the URI argument into the device name so dv...Jan Schmidt2-7/+41
2008-06-17Make resindvd work with libdvdnav >= 4.0.0.Sebastian Dröge1-0/+9
2008-06-17configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt23-0/+9980
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost14-160/+93
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost6-6/+0
2008-06-12ext/amrwb/gstamrwbdec.c: Fix the sign of the data we pass to the decoder so t...Sebastien Merle1-1/+1
2008-06-11ext/timidity/gstwildmidi.*: Initialize wildmidi only once in the plugin init ...Sebastian Dröge2-14/+32
2008-06-10ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge1-0/+2
2008-06-04ext/dirac/gstdiracenc.cc: Update properties for recent dirac changes. Patch ...Jon Trowbridge1-9/+24
2008-06-04ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller1-13/+16
2008-06-02ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller1-1/+1
2008-06-02ext/faad/gstfaad.c: Always drain before activating the new segment.Wim Taymans1-3/+3
2008-06-02ext/faad/gstfaad.*: Add basic reverse playback support.Wim Taymans2-55/+96
2008-05-27configure.ac: Require CVS core and base for new audio clock reset method.Wim Taymans1-0/+1
2008-05-26ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans1-5/+8
2008-05-20ext/mythtv/gstmythtvsrc.c: Correctly set duration to get a more correct seek ...Bastien Nocera1-11/+31
2008-05-20ext/spc/: Add support for some essential features like seeking, reading song ...Brian Koropoff5-35/+679
2008-05-16ext/timidity/gstwildmidi.c: Check some more common locations for a valid conf...Sebastian Dröge1-0/+22
2008-04-25ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge2-4/+5
2008-04-24Add support for the new libmpcdec API which magically gets us support for SV8...Sebastian Dröge4-24/+128
2008-04-22ext/faad/gstfaad.c: Don't leak GstAudioChannelPosition. Fixes #529378.Stefan Kost1-1/+2
2008-04-16ext/timidity/Makefile.am: Dist all source files, no matter if only timidity o...Sebastian Dröge1-5/+3
2008-04-13ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt1-4/+4
2008-04-12Remove soup plugin that's moved to -good (#523124)Jan Schmidt4-1293/+0
2008-04-06ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller1-0/+4
2008-04-06ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons1-2/+3
2008-03-31ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil2-15/+38
2008-03-27ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.Zaheer Abbas Merali1-0/+8
2008-03-22ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge1-4/+12
2008-03-22ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge1-0/+1
2008-03-21configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2-0/+3
2008-03-20ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost2-1/+12
2008-03-19ext/ofa/gstofa.c: Improve debugging, clean up a bit and really generate the f...Sebastian Dröge1-18/+23
2008-03-19ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is...Sebastian Dröge1-1/+1
2008-03-19Add an OFA element, the successor of MusicBrainz TRM fingerprinting.Eric Buehl3-0/+347
2008-03-18ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...Andy Wingo2-1/+13
2008-03-17ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...Sebastian Dröge1-9/+11
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge8-12/+8
2008-03-13ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2-39/+69
2008-03-12ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder.Wim Taymans1-2/+2
2008-03-08ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...Sjoerd Simons1-12/+9
2008-03-06ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...David Schleef1-59/+140
2008-03-06Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.David Schleef4-15/+805
2008-03-05Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts10-273/+789
2008-03-05configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts8-110/+128
2008-02-28Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima5-104/+1075