summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for...Jonathan Matthew2008-11-251-9/+16
* ext/jack/: Query port latencies for sink/src delays.Stefan Kost2008-11-233-3/+19
* ext/resindvd/resindvdsrc.c: Fix format string. Fixes bug #561992.Tal Shalif2008-11-231-1/+1
* ext/metadata/gstbasemetadata.c: Avoid deadlock during pad activation.Alessandro Decina2008-11-181-6/+14
* ext/x264/gstx264enc.c: Construct source caps in more conventional (and correc...Mark Nauwelaerts2008-11-141-6/+7
* ext/dirac/gstdiracenc.cc: Set pixel-aspect-ratio correctly in the encoder API...David Schleef2008-11-131-18/+16
* ext/jp2k/: Add jp2kenc to jp2k plugin.Mark Nauwelaerts2008-11-135-30/+680
* ext/jp2k/gstjasperdec.*: Make pad template caps reflect the supported formats.Mark Nauwelaerts2008-11-132-20/+21
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-0451-0/+57
* ext/resindvd/Makefile.am: Dist the play scripts.Stefan Kost2008-11-011-0/+2
* ext/resindvd/resindvdsrc.*: Better fix for #546319 and similar cases by expli...Jan Schmidt2008-10-302-20/+28
* ext/ladspa/gstladspa.c: Whitespace.Stefan Kost2008-10-302-3/+3
* ext/resindvd/resindvdsrc.c: Make sure to start the NAV packet processing when...Jan Schmidt2008-10-291-17/+27
* ext/resindvd/resin-play: Remove $@ to fix parse_launch warningStefan Kost2008-10-282-1/+14
* ext/x264/gstx264enc.c: Adapt to slightly modified x264 API. Fixes #555238.Mark Nauwelaerts2008-10-271-0/+5
* ext/faac/gstfaac.c: Prevent endless loop if buffer alloc error.Mark Nauwelaerts2008-10-271-1/+2
* ext/apexsink/gstapexplugin.c: Set apexsink's rank to NONE so it doesn't get u...Tim-Philipp Müller2008-10-191-1/+1
* ext/apexsink/gstapexsink.c: Fix some more format string compiler warnings (fr...Jan Schmidt2008-10-141-4/+4
* ext/apexsink/gstapexraop.c: Fix format string compiler warnings.Sebastian Dröge2008-10-131-4/+5
* ext/Makefile.am: Add apexsink to SUBDIRS. Fixes bug #555912.Sebastian Dröge2008-10-121-0/+7
* ext/amrwb/gstamrwbenc.*: Pass the discont flag from the input buffer on to th...Stefan Kost2008-10-092-2/+22
* ext/amrwb/gstamrwbparse.*: Add flush seek handler. Taken from recent armnbpar...Stefan Kost2008-10-092-38/+284
* ext/amrwb/gstamrwbparse.*: Fix the duration query. Also set caps on the pads ...Stefan Kost2008-10-092-16/+35
* ext/resindvd/resindvdsrc.c: Fix next/prev chapter seeking at the beginning or...Jan Schmidt2008-10-071-4/+14
* configure.acStefan Kost2008-10-064-343/+189
* ext/faac/gstfaac.c: Warn and clamp to max bitrate for samplerate.Wim Taymans2008-10-031-0/+15
* ext/metadata/: Add mapping of format and mime type to xmp.Stefan Kost2008-10-033-1/+58
* ext/metadata/: Reverting. Will need to wait for core 0.10.21 release.Stefan Kost2008-10-024-164/+340
* ext/metadata/: Use core gsp tags.Stefan Kost2008-10-024-340/+164
* ext/libmms/gstmms.c (plugin_init): Fix return type of the GstURIHandler::get_...Ole André Vadla Ravnås2008-09-301-1/+1
* ext/resindvd/: Add in Title/Chapter seeking, and simple but buggy audio and s...Jan Schmidt2008-09-274-54/+281
* ext/neon/gstneonhttpsrc.c: Clean up the debug logging code and #ifdef mess a ...Tim-Philipp Müller2008-09-171-37/+16
* ext/neon/gstneonhttpsrc.c: Don't post LIBRARY_INIT errors where we should be ...Tim-Philipp Müller2008-09-171-6/+13
* Fix compiler warnings on OS/XJan Schmidt2008-09-171-1/+1
* ext/celt/gstceltenc.h: Help gtk-doc to parse this correctly.Stefan Kost2008-09-151-2/+2
* Add jp2k plugin. Fixes #550657.Mark Nauwelaerts2008-09-094-0/+816
* Enable/fix up translations for these plugins.Tim-Philipp Müller2008-09-023-3/+10
* ext/celt/gstceltdec.c: Correctly take the granulepos from upstream if possibl...Sebastian Dröge2008-08-313-57/+162
* ext/dirac/gstdiracenc.cc: Fix some memleaks.David Schleef2008-08-301-0/+4
* ext/dirac/gstdiracenc.cc: Fix EOS handling. Clean up at object disposal. Ha...David Schleef2008-08-301-49/+164
* ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.Jan Schmidt2008-08-291-1/+1
* update spec file to include latest plugins, add apexsrc diretory to disted filesChristian Schaller2008-08-291-0/+3
* ext/faac/gstfaac.*: Add code for calculating proper timestamp/duration for th...Edward Hervey2008-08-292-2/+29
* Add apexsink for audio output to Apple AirPort Express Wireless devices. Fixe...Jérémie Bernard2008-08-287-0/+1687
* docs/plugins/gst-plugins-bad-plugins-docs.sgml: Add, but commented out xml/el...Stefan Kost2008-08-222-18/+8
* ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...Mark Nauwelaerts2008-08-122-26/+4
* docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...Mark Nauwelaerts2008-08-121-34/+10
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-122-5/+5
* Add documentation and unit test for x264enc.Mark Nauwelaerts2008-08-121-0/+30
* ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...Mark Nauwelaerts2008-08-111-14/+14