summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/directfb/dfbvideosink.c: When finalizing GstDfbSurface, a subclass of Gst...Sebastian Dröge2007-09-191-6/+5
* ext/amrwb/gstamrwbenc.*: Add property to control bandmode. Fixes #477306.Daniel Charles2007-09-162-2/+94
* ext/neon/gstneonhttpsrc.c: With libneon 2.6, we need to set the NE_SESSFLAG_I...Thomas Green2007-09-091-0/+4
* gmythsrc code rewrite;Renato Filho2007-09-032-686/+366
* ext/faad/gstfaad.c: Don't unref the buffer when it was clipped.Wim Taymans2007-08-221-2/+1
* ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468...Bastien Nocera2007-08-201-14/+17
* ext/amrwb/gstamrwbparse.c: Don't leak the adapter.Stefan Kost2007-08-171-0/+19
* ext/faad/gstfaad.c: Add some debug info.Wim Taymans2007-08-161-1/+5
* ext/ladspa/gstladspa.c: Don't leak like hell.Stefan Kost2007-08-161-5/+13
* ext/timidity/gstwildmidi.*: Stefan Kost2007-08-152-1/+19
* Add connection speed property to libmms. Fixes #464678.Josep Torre Valles2007-08-082-5/+33
* ext/timidity/gsttimidity.*: Don't initialize timidity in plugin_init for simi...Stefan Kost2007-07-252-13/+18
* ext/timidity/gstwildmidi.*: Don't initialize wildmidi in plugin_init as it al...Stefan Kost2007-07-242-56/+65
* Use the new buffer clipping function from gstaudio here and require gst-plugi...Sebastian Dröge2007-07-241-52/+3
* ext/dirac/Makefile.am: Also include stdlib here.Stefan Kost2007-07-201-1/+1
* ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...Michael Smith2007-07-181-3/+8
* ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost2007-07-181-0/+2
* Add stdlib include (free, atoi, exit).Stefan Kost2007-07-183-0/+4
* ext/faad/gstfaad.c: Fix buffer clipping to correctly clip to the segment stop.Sebastian Dröge2007-07-161-1/+1
* docs/plugins/inspect/: Add missing inspect files. Fixes build (#454313).Tim-Philipp Müller2007-07-061-2/+2
* ext/ivorbis/Makefile.am: Dist header files. Fixes #454078.Tim-Philipp Müller2007-07-051-0/+1
* docs/plugins/Makefile.am: Simplify --extra-dir as gtkdoc scans recursively.Stefan Kost2007-07-051-1/+1
* Also document AMR-WB elements.Stefan Kost2007-07-033-2/+52
* ext/timidity/: Fix licence (both are GPL). Add element docs.Stefan Kost2007-07-033-5/+46
* ext/musicbrainz/gsttrm.h: Fix _get_type signature.Stefan Kost2007-07-031-1/+1
* ext/dc1394/gstdc1394.c: Make a bunch of functions static, and move variable d...Jan Schmidt2007-06-291-56/+41
* ext/dc1394/gstdc1394.c: The correct fourcc for the 4:1:1 packed format is 'IY...Jan Schmidt2007-06-291-2/+2
* ext/dc1394/gstdc1394.c: Change a g_print to a GST_DEBUG message.Jan Schmidt2007-06-291-1/+2
* Commit new dc1394src element.Eric Jonas2007-06-294-0/+1349
* gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller2007-06-251-0/+7
* Fix leaks.Edward Hervey2007-06-2218-95/+40
* ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't le...Stefan Kost2007-06-203-53/+142
* Move wavpack to good.Thomas Vander Stichele2007-06-0815-3593/+1
* When driving the pipeline, also post an error when we get a not-linked flow r...Tim-Philipp Müller2007-06-082-16/+30
* ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ...Tim-Philipp Müller2007-06-062-2/+2
* ext/neon/gstneonhttpsrc.c: Don't leak buffer when returning an error.Tim-Philipp Müller2007-06-011-0/+2
* ext/neon/gstneonhttpsrc.*: Deprecated "uri" property. Clean up property desc...René Stadler2007-06-012-93/+92
* ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller2007-05-313-6/+5
* ext/sdl/sdlvideosink.c: Separate the authors by newlines instead of nothing. ...René Stadler2007-05-231-2/+2
* ext/wavpack/gstwavpackenc.c: Specify and use properties as unsigned int that ...Sebastian Dröge2007-05-211-7/+7
* ext/wavpack/gstwavpackenc.*: Fixup docs, make the bitrate property an int as ...Sebastian Dröge2007-05-212-32/+40
* ext/wavpack/gstwavpackenc.c: Add missing audioconverts in the example pipelin...Sebastian Dröge2007-05-201-3/+3
* ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_a...Stefan Kost2007-05-183-57/+43
* Use external shared libamrwb. Fixes #423741 (with lots of cleanup).Stanislav Brabec2007-05-169-87/+15
* ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost2007-05-151-1/+1
* ext/neon/gstneonhttpsrc.c: Make redirection the default behavior. Fixes #413...David Schleef2007-05-131-1/+2
* ext/wavpack/gstwavpack.c: Call bindtextdomain() to get localized strings.Sebastian Dröge2007-05-024-2/+30
* ext/wavpack/gstwavpackparse.c: Remove old workaround that was needed when see...Sebastian Dröge2007-05-021-5/+0
* ext/wavpack/gstwavpackparse.c: Handle segment seeks in the seek event handler...Sebastian Dröge2007-05-021-1/+13
* ext/wavpack/gstwavpackparse.c: Add handling for segment seeks.Sebastian Dröge2007-05-021-4/+18