Age | Commit message (Expand) | Author | Files | Lines |
2009-03-01 | ladspa: Don't compile unused code from load.c | Sebastian Dröge | 1 | -1/+1 |
2009-02-27 | celtdec: Move define into the C file so it doesn't show up in the docs | Jan Schmidt | 2 | -2/+2 |
2009-02-27 | dtsdec: Add some basic docs to the plugin | Jan Schmidt | 1 | -3/+22 |
2009-02-27 | apexsink: Use a union to avoid type-punning strict aliasing compiler warning. | Jan Schmidt | 1 | -7/+17 |
2009-02-24 | dtsdec: Use new DCA functions/constants as not all distros package the compat... | Sebastian Dröge | 2 | -34/+70 |
2009-02-22 | Detect libsoundtouch 1.4 and higher. | Jan Schmidt | 2 | -5/+13 |
2009-02-22 | dfbvideosink: Don't use void * pointer arithmetic | Sebastian Dröge | 1 | -4/+4 |
2009-02-22 | xvid: Fix compilation warning | Edward Hervey | 1 | -2/+2 |
2009-02-16 | bpmdetect: Fix accidentally introduced stack overwriting introduced in last c... | Sebastian Dröge | 1 | -1/+0 |
2009-02-16 | bpmdetect: Save one memory allocation per stereo buffer | Sebastian Dröge | 1 | -5/+6 |
2009-02-12 | metadata: also post error message when returning error | Mark Nauwelaerts | 1 | -0/+5 |
2009-02-11 | Update spec file with latest changes, also add some missing disting directori... | Christian Schaller | 1 | -0/+1 |
2009-02-10 | bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect | Sebastian Dröge | 1 | -4/+16 |
2009-02-05 | Random cleanup and smaller bugfixes | Sebastian Dröge | 2 | -72/+54 |
2009-02-05 | Use GST_VIDEO_CAPS_RGB for the template caps | Sebastian Dröge | 2 | -4/+6 |
2009-02-05 | Fix compiler warnings | Sebastian Dröge | 1 | -6/+12 |
2009-02-05 | Add assrender plugin for rendering ASS/SSA subtitles | Benjamin Schmitz | 4 | -0/+821 |
2009-01-24 | Build the modplug plugin against the modplug library and remove our copy | Hans de Goede | 4 | -0/+961 |
2009-01-23 | Add README with midi related links. | Stefan Kost | 1 | -0/+3 |
2009-01-23 | Log aac details found in codec_data. | Stefan Kost | 1 | -0/+12 |
2009-01-23 | Configure byte order for EXIF. Fixes #568704 | Stefan Kost | 4 | -7/+82 |
2009-01-23 | Add seeking support to mmssrc. Fixes bug #469930. | Hans de Goede | 2 | -61/+199 |
2009-01-09 | ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based seeki... | Jan Schmidt | 1 | -21/+92 |
2009-01-08 | ext/ladspa/search.c: Avoid searching (null) paths or crashing on platforms wh... | Brian Cameron | 1 | -2/+8 |
2009-01-08 | ext/resindvd/: Add support for time based seeking. | Jan Schmidt | 4 | -11/+108 |
2009-01-08 | ext/ladspa/gstladspa.c: Add plugin dependency for the LADSPA plugin directories. | Sebastian Dröge | 1 | -0/+5 |
2009-01-05 | ext/x264/gstx264enc.c: Use hyphen in property name, perform safety buffer siz... | Mark Nauwelaerts | 1 | -4/+5 |
2009-01-02 | ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD. | Alessandro Decina | 1 | -2/+2 |
2009-01-02 | ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free. | Alessandro Decina | 3 | -3/+3 |
2008-12-16 | Totally remove the internal taglists and fully use tagsetter. Fixes various t... | Stefan Kost | 3 | -29/+60 |
2008-12-15 | ext/faac/gstfaac.c: Fix default for outputformat property. | Stefan Kost | 1 | -2/+2 |
2008-12-02 | ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable... | David Schleef | 1 | -0/+2 |
2008-12-01 | ext/jp2k/: Add image/x-jpc caps name for real, raw JPEG2000 codestream data. | Sebastian Dröge | 3 | -15/+98 |
2008-11-29 | ext/jp2k/gstjasperdec.c: Don't unref the element instance if we don't own a r... | Sebastian Dröge | 1 | -1/+0 |
2008-11-25 | ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for... | Jonathan Matthew | 1 | -9/+16 |
2008-11-23 | ext/jack/: Query port latencies for sink/src delays. | Stefan Kost | 3 | -3/+19 |
2008-11-23 | ext/resindvd/resindvdsrc.c: Fix format string. Fixes bug #561992. | Tal Shalif | 1 | -1/+1 |
2008-11-18 | ext/metadata/gstbasemetadata.c: Avoid deadlock during pad activation. | Alessandro Decina | 1 | -6/+14 |
2008-11-14 | ext/x264/gstx264enc.c: Construct source caps in more conventional (and correc... | Mark Nauwelaerts | 1 | -6/+7 |
2008-11-13 | ext/dirac/gstdiracenc.cc: Set pixel-aspect-ratio correctly in the encoder API... | David Schleef | 1 | -18/+16 |
2008-11-13 | ext/jp2k/: Add jp2kenc to jp2k plugin. | Mark Nauwelaerts | 5 | -30/+680 |
2008-11-13 | ext/jp2k/gstjasperdec.*: Make pad template caps reflect the supported formats. | Mark Nauwelaerts | 2 | -20/+21 |
2008-11-04 | Don't install static libs for plugins. Fixes #550851 for -bad. | Stefan Kost | 51 | -0/+57 |
2008-11-01 | ext/resindvd/Makefile.am: Dist the play scripts. | Stefan Kost | 1 | -0/+2 |
2008-10-30 | ext/resindvd/resindvdsrc.*: Better fix for #546319 and similar cases by expli... | Jan Schmidt | 2 | -20/+28 |
2008-10-30 | ext/ladspa/gstladspa.c: Whitespace. | Stefan Kost | 2 | -3/+3 |
2008-10-29 | ext/resindvd/resindvdsrc.c: Make sure to start the NAV packet processing when... | Jan Schmidt | 1 | -17/+27 |
2008-10-28 | ext/resindvd/resin-play: Remove $@ to fix parse_launch warning | Stefan Kost | 2 | -1/+14 |
2008-10-27 | ext/x264/gstx264enc.c: Adapt to slightly modified x264 API. Fixes #555238. | Mark Nauwelaerts | 1 | -0/+5 |
2008-10-27 | ext/faac/gstfaac.c: Prevent endless loop if buffer alloc error. | Mark Nauwelaerts | 1 | -1/+2 |