summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-26ext/nas/nassink.c: Fix build warning by using portable API.Stefan Kost1-2/+2
2008-02-26Add support for libdc1394 2.0.0 and above and require this version now. Fixes...Daniel Fischer2-50/+47
2008-02-26Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2-0/+22
2008-02-25Remove midi typefinders and require base CVS as they moved there.Sebastian Dröge2-54/+0
2008-02-24ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _a...Sebastian Dröge1-3/+5
2008-02-24ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when ...Emilio Pozuelo Monfort1-0/+6
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2-4/+6
2008-02-22Implement zero-copy and make the buffer size configurable.Wouter Cloetens2-35/+103
2008-02-22ext/mythtv/gstmythtvsrc.c: Don't allocate and copy the data to a new place bu...Sebastian Dröge1-4/+2
2008-02-22ext/timidity/gstwildmidi.c: If WILDMIDI_CFG is not defined, define it to the ...Sebastian Dröge1-2/+6
2008-02-22Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge1-24/+13
2008-02-20ext/mythtv/gstmythtvsrc.c: Using the wrong GstFormat for the filesize, and fa...Bastien Nocera1-3/+4
2008-02-12ext/metadata/Makefile.am: Don't install a header file. We will have to merge ...Jan Schmidt1-3/+1
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt1-0/+2
2008-02-11ext/xvid/gstxvidenc.c: Unset GValues after using them. Fixes bug #515720.Sebastian Dröge1-0/+1
2008-02-10Revert changes to 2008-02-09 due to frozen.Edgard Lima5-1075/+104
2008-02-10ext/ivorbis/vorbisfile.c: Trivial fix for build warning.Josep Torre Valles1-1/+1
2008-02-10Convert from EXIF to XMP DataTime as local time.Edgard Lima2-7/+11
2008-02-10Map Date-Time and GPS tags.Edgard Lima5-104/+1071
2008-02-07Remove GIO plugin which has now moved to -base.Jan Schmidt16-2117/+0
2008-02-07ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte1-0/+2
2008-02-07Add more tags. Improve test app.Edgard Lima4-102/+225