summaryrefslogtreecommitdiffstats
path: root/ext/x264
AgeCommit message (Expand)AuthorFilesLines
2009-05-25x264enc: add multipass-cache-file propertyWim Taymans2-12/+20
2009-05-09Remove wrong stuff from preset fileChristian Schaller1-9/+0
2009-05-09Add a more representative example preset file for x264Christian Schaller1-8/+48
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller1-1/+1
2009-04-30x264enc: add preset supportStefan Kost3-1/+34
2009-04-29x264enc: add some documentation on profileMark Nauwelaerts1-0/+9
2009-04-09x264enc: add force keyframe event handlingJanin Kolenc2-2/+48
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: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina1-1/+1
2008-11-14ext/x264/gstx264enc.c: Construct source caps in more conventional (and correc...Mark Nauwelaerts1-6/+7
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-27ext/x264/gstx264enc.c: Adapt to slightly modified x264 API. Fixes #555238.Mark Nauwelaerts1-0/+5
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-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
2008-08-11configure.ac: Check for sufficiently up-to-date x264 API.Mark Nauwelaerts2-60/+285
2008-08-08ext/x264/gstx264enc.c: Coding style and layout; re-order some functions in mo...Mark Nauwelaerts1-192/+191
2008-08-08ext/x264/: Use GQueue in stead of custom queue code.Mark Nauwelaerts3-119/+82
2008-08-08Use configure-generated _stdint.h.Mark Nauwelaerts1-1/+1
2008-08-08ext/x264/: Use video format library and GST_WRITE_*_BE macros where applicable.Mark Nauwelaerts3-94/+115
2008-06-04ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller1-13/+16
2007-12-11ext/x264/gstx264enc.c: Fix caps memleak.Wim Taymans1-2/+7
2007-10-26ext/x264/gstx264enc.c: Fix build against the libx264 version that ships with ...Tim-Philipp Müller1-0/+2
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost1-2/+1
2007-07-18Add stdlib include (free, atoi, exit).Stefan Kost1-0/+2
2007-05-15ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost1-1/+1
2007-03-25Add libx264-based h264 encoder plugin (#421110). Probably doesn't handle 'odd...Michal Benes3-0/+1158