summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-01-29x264enc: make use of Access Unit delimiters configurableMark Nauwelaerts2-2/+17
2010-01-13x264enc: Add stream-format to output capsThiago Santos1-1/+10
2009-12-18amrwbdec: give decoder a rank so decodebin/playbin will use itTim-Philipp Müller1-1/+1
2009-12-02lame: Avoid crash when seeking before negotiatingThiago Santos2-10/+14
2009-11-20x264enc: Make upstream GstForceKeyUnit thread-safeOlivier Crête2-3/+31
2009-11-04a52dec: Fix debug statement: Pass pos variable instead of time() functionJan Schmidt1-1/+1
2009-10-26x264enc: Adapt to slightly modified x264 APIRobert Swain1-0/+5
2009-10-13a52dec: Fix reference leak on all input buffers in 'dvd mode'Jan Schmidt1-0/+4
2009-10-12a52dec: Add some debugging for new segment eventsJan Schmidt1-3/+8
2009-10-11mpeg2dec: fix warning in macosx snow leopardJosep Torra1-4/+6
2009-10-07mad: add missing include to fix the buildStefan Kost1-0/+1
2009-10-01x264enc: conditionally adjust to new upstream APIMark Nauwelaerts1-4/+38
2009-09-01mpeg2dec: Fix GstIndex handling, incl. refcounting and NULL indizesSebastian Dröge1-3/+23
2009-08-24Remove Ronald Bultje from Authors fieldDavid Schleef2-2/+1
2009-08-23a52dec: Only add the MM_ACCEL_DJBFFT flag if it's definedSebastian Dröge1-0/+4
2009-08-23a52dec: Allow liba52 to use djbfft based IMDCT transformMart Raudsepp1-1/+3
2009-07-27amr: Add AMR-WB decoder and AMR-NB encoder and decoderIago Toral16-874/+566
2009-07-22dvdnav: remove dvdnav pluginTim-Philipp Müller8-2852/+1
2009-06-19x264enc, rdtmanager: fix compilation with debugging disabledTim-Philipp Müller1-1/+3
2009-06-05mad, id3mux: (re)move broken, unmaintained and unloved id3mux elementTim-Philipp Müller4-1555/+195
2009-06-05Moved 'x264enc' from -bad to -uglyJan Schmidt1-2/+10
2009-06-05[MOVED FROM BAD 28/28] x264enc: add multipass-cache-file propertyWim Taymans2-12/+20
2009-06-05[MOVED FROM BAD 27/28] Remove wrong stuff from preset fileChristian Schaller1-9/+0
2009-06-05[MOVED FROM BAD 26/28] Add a more representative example preset file for x264Christian Schaller1-8/+48
2009-06-05[MOVED FROM BAD 25/28] Add ranks to various muxers and encoders in -badChristian Schaller1-1/+1
2009-06-05[MOVED FROM BAD 24/28] x264enc: add preset supportStefan Kost3-1/+34
2009-06-05[MOVED FROM BAD 23/28] x264enc: add some documentation on profileMark Nauwelaerts1-0/+9
2009-06-05[MOVED FROM BAD 22/28] x264enc: add force keyframe event handlingJanin Kolenc2-2/+48
2009-06-05[MOVED FROM BAD 21/28] ext/x264/gstx264enc.c: Use hyphen in property name, pe...Mark Nauwelaerts1-4/+5
2009-06-05[MOVED FROM BAD 20/28] ext/apexsink/Makefile.am: Link against -lgcrpyto for R...Alessandro Decina1-1/+1
2009-06-05[MOVED FROM BAD 19/28] ext/x264/gstx264enc.c: Construct source caps in more c...Mark Nauwelaerts1-6/+7
2009-06-05[MOVED FROM BAD 18/28] Don't install static libs for plugins. Fixes #550851 f...Stefan Kost1-0/+1
2009-06-05[MOVED FROM BAD 17/28] ext/x264/gstx264enc.c: Adapt to slightly modified x264...Mark Nauwelaerts1-0/+5
2009-06-05[MOVED FROM BAD 16/28] ext/x264/gstx264enc.*: Do not deal with duplicated inp...Mark Nauwelaerts2-26/+4
2009-06-05[MOVED FROM BAD 15/28] docs/plugins/gst-plugins-bad-plugins.args: Integrate n...Mark Nauwelaerts1-34/+10
2009-06-05[MOVED FROM BAD 14/28] Add documentation and unit test for x264enc.Mark Nauwelaerts1-0/+30
2009-06-05[MOVED FROM BAD 13/28] ext/x264/gstx264enc.c: Allocate some buffers in more a...Mark Nauwelaerts1-14/+14
2009-06-05[MOVED FROM BAD 12/28] configure.ac: Check for sufficiently up-to-date x264 API.Mark Nauwelaerts2-60/+285
2009-06-05[MOVED FROM BAD 11/28] ext/x264/gstx264enc.c: Coding style and layout; re-ord...Mark Nauwelaerts1-192/+191
2009-06-05[MOVED FROM BAD 10/28] ext/x264/: Use GQueue in stead of custom queue code.Mark Nauwelaerts3-119/+82
2009-06-05[MOVED FROM BAD 09/28] Use configure-generated _stdint.h.Mark Nauwelaerts1-1/+1
2009-06-05[MOVED FROM BAD 08/28] ext/x264/: Use video format library and GST_WRITE_*_BE...Mark Nauwelaerts3-94/+115
2009-06-05[MOVED FROM BAD 07/28] ext/x264/gstx264enc.c: Try harder not to crash when we...Tim-Philipp Müller1-13/+16
2009-06-05[MOVED FROM BAD 06/28] ext/x264/gstx264enc.c: Fix caps memleak.Wim Taymans1-2/+7
2009-06-05[MOVED FROM BAD 05/28] ext/x264/gstx264enc.c: Fix build against the libx264 v...Tim-Philipp Müller1-0/+2
2009-06-05[MOVED FROM BAD 04/28] Massive leak fixing, plus code cleanups.Stefan Kost1-2/+1
2009-06-05[MOVED FROM BAD 03/28] Add stdlib include (free, atoi, exit).Stefan Kost1-0/+2
2009-06-05[MOVED FROM BAD 02/28] ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): Thi...Stefan Kost1-1/+1
2009-06-05[MOVED FROM BAD 01/28] Add libx264-based h264 encoder plugin (#421110). Proba...Michal Benes3-0/+1158
2009-05-20a52dec: Reconcile code with dtsdecJan Schmidt1-56/+42