summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-07configure.ac: The dc1394 plugin seems to use API that was removed or changed ...Tim-Philipp Müller1-1/+2
2008-02-06ext/soup/gstsouphttpsrc.c: Fix memory leak and improve debugging a bit.Wouter Cloetens1-2/+2
2008-02-05Add more tags mapping.Edgard Lima4-231/+442
2008-02-04ext/ladspa/gstladspa.c: Don't use GST_BOILERPLATE as the stuff generated from...Sebastian Dröge1-34/+23
2008-02-04ext/mpeg2enc/gstmpeg2encpicturereader.cc: Really fix the build.Edward Hervey1-6/+0
2008-02-04ext/mpeg2enc/gstmpeg2encpicturereader.cc: Fix compilation with libmjpegtools ...Tim-Philipp Müller1-0/+6
2008-02-04ext/ladspa/gstsignalprocessor.c: Don't unref the pad template after adding it...Sebastian Dröge1-1/+0
2008-02-03ext/mpeg2enc/gstmpeg2encpicturereader.cc: Use the incoming pixel-aspect-ratio...Jan Schmidt1-7/+31
2008-02-02ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for th...Tim-Philipp Müller1-1/+1
2008-02-02Map more Exif tags.Edgard Lima6-196/+506
2008-01-31Add documentation.Edgard Lima6-76/+762
2008-01-31ext/metadata/metadataparsejpeg.c: Fix compilation.Wim Taymans1-0/+2
2008-01-31ext/faad/gstfaad.c: Fix compiler warning by making the function signature mat...Jan Schmidt1-1/+1
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, f...Sebastian Dröge13-50/+33
2008-01-31ext/soup/gstsouphttpsrc.c: Add changes to gstsouphttpsrc.c that were missing ...Sebastian Dröge1-150/+148
2008-01-31Make coding style more consistent, including class renaming.Wouter Cloetens1-49/+52
2008-01-30Fix build with exempi >= 1.99.5 and fix the include path for exempi.Sebastian Dröge1-1/+9
2008-01-30Just uptade the ToDo list.Edgard Lima1-0/+13
2008-01-30Add documentation. Speed up a bit png muxer. Fix xmp muxer.Edgard Lima7-81/+169
2008-01-30ext/soup/gstsouphttpsrc.c: Update documentation a bit.Wouter Cloetens1-7/+13
2008-01-30ext/gio/: Use async variants of the close stream functions to prevent blockin...Sebastian Dröge2-88/+95
2008-01-30ext/soup/gstsouphttpsrc.c: Let the proxy property default to the content of t...Wouter Cloetens1-1/+8
2008-01-30docs/plugins/: Add souphttpsrc to the docs.Wouter Cloetens2-264/+482
2008-01-30Add documentation. Fix test app compilation. Fix pull mode.Edgard Lima10-289/+779
2008-01-29ext/mpeg2enc/gstmpeg2enc.cc: Define LOG_NONE and friends if they're not defin...Sebastian Dröge1-0/+24
2008-01-29ext/metadata/README: Formatting.Stefan Kost1-1/+2
2008-01-28ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...Sebastian Dröge1-11/+20
2008-01-27ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a comp...Sebastian Dröge1-2/+4
2008-01-27ext/soundtouch/gstpitch.cc: Don't send a LATENCY event for now until we get t...Sebastian Dröge1-1/+5
2008-01-27ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency c...Sebastian Dröge2-15/+93