summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/faad/gstfaad.c: Don't leak GstAudioChannelPosition. Fixes #529378.Stefan Kost2008-04-221-1/+2
* ext/timidity/Makefile.am: Dist all source files, no matter if only timidity o...Sebastian Dröge2008-04-161-5/+3
* ext/dirac/gstdiracenc.cc: Fix compilation by casting string constants.Jan Schmidt2008-04-131-4/+4
* Remove soup plugin that's moved to -good (#523124)Jan Schmidt2008-04-124-1293/+0
* ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller2008-04-061-0/+4
* ext/soup/gstsouphttpsrc.c: Only ignore actual redirects not all responses whe...Sjoerd Simons2008-04-061-2/+3
* ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil2008-03-312-15/+38
* ext/Makefile.am: Dist ofa correctly! Fixes non-uninstalled build.Zaheer Abbas Merali2008-03-271-0/+8
* ext/soup/gstsouphttpsrc.c: Don't autoplug souphttpsrc for dav/davs. This is b...Sebastian Dröge2008-03-221-4/+12
* ext/soup/gstsouphttpsrc.c: Actually set the icy caps on our src pad if we hav...Sebastian Dröge2008-03-221-0/+1
* configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2008-03-212-0/+3
* ext/ladspa/: Add some thoughts and FIXME's.Stefan Kost2008-03-202-1/+12
* ext/ofa/gstofa.c: Improve debugging, clean up a bit and really generate the f...Sebastian Dröge2008-03-191-18/+23
* ext/ofa/gstofa.c: Use GPL as license, the plugin itself is LGPL but libofa is...Sebastian Dröge2008-03-191-1/+1
* Add an OFA element, the successor of MusicBrainz TRM fingerprinting.Eric Buehl2008-03-193-0/+347
* ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument, and a potenti...Andy Wingo2008-03-182-1/+13
* ext/neon/gstneonhttpsrc.c: Handle HTTP status code 303 (See Other) the same w...Sebastian Dröge2008-03-171-9/+11
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-138-12/+8
* ext/soup/gstsouphttpsrc.*: Try to resume on server disconnect. Fixes bug #522...Wouter Cloetens2008-03-132-39/+69
* ext/xvid/gstxvidenc.c: Set correct pixel aspect ratio for the encoder.Wim Taymans2008-03-121-2/+2
* ext/faad/gstfaad.c: Improve the header checking to look for what faad2 looks ...Sjoerd Simons2008-03-081-12/+9
* ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed from the encoder ...David Schleef2008-03-061-59/+140
* Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.David Schleef2008-03-064-15/+805
* Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts2008-03-0510-273/+789
* configure.ac: Clean up detection of different mjpegtoolsAPI versions.Mark Nauwelaerts2008-03-058-110/+128
* Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as local tim...Edgard Lima2008-02-285-104/+1075
* ext/nas/nassink.c: Fix build warning by using portable API.Stefan Kost2008-02-261-2/+2
* Add support for libdc1394 2.0.0 and above and require this version now. Fixes...Daniel Fischer2008-02-262-50/+47
* Add support for specifying a list of cookies to be passed in the HTTP request...Wouter Cloetens2008-02-262-0/+22
* Remove midi typefinders and require base CVS as they moved there.Sebastian Dröge2008-02-252-54/+0
* ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _a...Sebastian Dröge2008-02-241-3/+5
* ext/Makefile.am: Build the wildmidi plugin if it's enabled and not only when ...Emilio Pozuelo Monfort2008-02-241-0/+6
* Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2008-02-232-4/+6
* Implement zero-copy and make the buffer size configurable.Wouter Cloetens2008-02-222-35/+103
* ext/mythtv/gstmythtvsrc.c: Don't allocate and copy the data to a new place bu...Sebastian Dröge2008-02-221-4/+2
* ext/timidity/gstwildmidi.c: If WILDMIDI_CFG is not defined, define it to the ...Sebastian Dröge2008-02-221-2/+6
* Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_...Sebastian Dröge2008-02-221-24/+13
* ext/mythtv/gstmythtvsrc.c: Using the wrong GstFormat for the filesize, and fa...Bastien Nocera2008-02-201-3/+4
* ext/metadata/Makefile.am: Don't install a header file. We will have to merge ...Jan Schmidt2008-02-121-3/+1
* Fix some finalize leaks by chaining up to the parent method.Jan Schmidt2008-02-121-0/+2
* ext/xvid/gstxvidenc.c: Unset GValues after using them. Fixes bug #515720.Sebastian Dröge2008-02-111-0/+1
* Revert changes to 2008-02-09 due to frozen.Edgard Lima2008-02-105-1075/+104
* ext/ivorbis/vorbisfile.c: Trivial fix for build warning.Josep Torre Valles2008-02-101-1/+1
* Convert from EXIF to XMP DataTime as local time.Edgard Lima2008-02-102-7/+11
* Map Date-Time and GPS tags.Edgard Lima2008-02-105-104/+1071
* Remove GIO plugin which has now moved to -base.Jan Schmidt2008-02-0716-2117/+0
* ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is definedSébastien Moutte2008-02-071-0/+2
* Add more tags. Improve test app.Edgard Lima2008-02-074-102/+225
* configure.ac: The dc1394 plugin seems to use API that was removed or changed ...Tim-Philipp Müller2008-02-071-1/+2
* ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens2008-02-061-2/+2