summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-02-16bpmdetect: Fix accidentally introduced stack overwriting introduced in last c...Sebastian Dröge1-1/+0
2009-02-16bpmdetect: Save one memory allocation per stereo bufferSebastian Dröge1-5/+6
2009-02-12metadata: also post error message when returning errorMark Nauwelaerts1-0/+5
2009-02-11Update spec file with latest changes, also add some missing disting directori...Christian Schaller1-0/+1
2009-02-10bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetectSebastian Dröge1-4/+16
2009-02-05Random cleanup and smaller bugfixesSebastian Dröge2-72/+54
2009-02-05Use GST_VIDEO_CAPS_RGB for the template capsSebastian Dröge2-4/+6
2009-02-05Fix compiler warningsSebastian Dröge1-6/+12
2009-02-05Add assrender plugin for rendering ASS/SSA subtitlesBenjamin Schmitz4-0/+821
2009-01-24Build the modplug plugin against the modplug library and remove our copyHans de Goede4-0/+961
2009-01-23Add README with midi related links.Stefan Kost1-0/+3
2009-01-23Log aac details found in codec_data.Stefan Kost1-0/+12
2009-01-23Configure byte order for EXIF. Fixes #568704Stefan Kost4-7/+82
2009-01-23Add seeking support to mmssrc. Fixes bug #469930.Hans de Goede2-61/+199
2009-01-09ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based seeki...Jan Schmidt1-21/+92
2009-01-08ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh...Brian Cameron1-2/+8
2009-01-08ext/resindvd/: Add support for time based seeking.Jan Schmidt4-11/+108
2009-01-08ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories.Sebastian Dröge1-0/+5
2009-01-05ext/x264/gstx264enc.c: Use hyphen in property name, perform safety buffer siz...Mark Nauwelaerts1-4/+5
2009-01-02ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.Alessandro Decina1-2/+2
2009-01-02ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina3-3/+3
2008-12-16Totally remove the internal taglists and fully use tagsetter. Fixes various t...Stefan Kost3-29/+60
2008-12-15ext/faac/gstfaac.c: Fix default for outputformat property.Stefan Kost1-2/+2
2008-12-02ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable...David Schleef1-0/+2
2008-12-01ext/jp2k/: Add image/x-jpc caps name for real, raw JPEG2000 codestream data.Sebastian Dröge3-15/+98
2008-11-29ext/jp2k/gstjasperdec.c: Don't unref the element instance if we don't own a r...Sebastian Dröge1-1/+0
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