summaryrefslogtreecommitdiff
path: root/ext/x264
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong stuff from preset fileChristian Schaller2009-05-091-9/+0
* Add a more representative example preset file for x264Christian Schaller2009-05-091-8/+48
* Add ranks to various muxers and encoders in -badChristian Schaller2009-05-071-1/+1
* x264enc: add preset supportStefan Kost2009-04-303-1/+34
* x264enc: add some documentation on profileMark Nauwelaerts2009-04-291-0/+9
* x264enc: add force keyframe event handlingJanin Kolenc2009-04-092-2/+48
* ext/x264/gstx264enc.c: Use hyphen in property name, perform safety buffer siz...Mark Nauwelaerts2009-01-051-4/+5
* ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.Alessandro Decina2009-01-021-1/+1
* ext/x264/gstx264enc.c: Construct source caps in more conventional (and correc...Mark Nauwelaerts2008-11-141-6/+7
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/x264/gstx264enc.c: Adapt to slightly modified x264 API. Fixes #555238.Mark Nauwelaerts2008-10-271-0/+5
* ext/x264/gstx264enc.*: Do not deal with duplicated input (timestamps). If ne...Mark Nauwelaerts2008-08-122-26/+4
* docs/plugins/gst-plugins-bad-plugins.args: Integrate new properties into docu...Mark Nauwelaerts2008-08-121-34/+10
* Add documentation and unit test for x264enc.Mark Nauwelaerts2008-08-121-0/+30
* ext/x264/gstx264enc.c: Allocate some buffers in more adaptive and economical ...Mark Nauwelaerts2008-08-111-14/+14
* configure.ac: Check for sufficiently up-to-date x264 API.Mark Nauwelaerts2008-08-112-60/+285
* ext/x264/gstx264enc.c: Coding style and layout; re-order some functions in mo...Mark Nauwelaerts2008-08-081-192/+191
* ext/x264/: Use GQueue in stead of custom queue code.Mark Nauwelaerts2008-08-083-119/+82
* Use configure-generated _stdint.h.Mark Nauwelaerts2008-08-081-1/+1
* ext/x264/: Use video format library and GST_WRITE_*_BE macros where applicable.Mark Nauwelaerts2008-08-083-94/+115
* ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but h...Tim-Philipp Müller2008-06-041-13/+16
* ext/x264/gstx264enc.c: Fix caps memleak.Wim Taymans2007-12-111-2/+7
* ext/x264/gstx264enc.c: Fix build against the libx264 version that ships with ...Tim-Philipp Müller2007-10-261-0/+2
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-241-2/+1
* Add stdlib include (free, atoi, exit).Stefan Kost2007-07-181-0/+2
* ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost2007-05-151-1/+1
* Add libx264-based h264 encoder plugin (#421110). Probably doesn't handle 'odd...Michal Benes2007-03-253-0/+1158