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