summaryrefslogtreecommitdiffstats
path: root/ext/x264
AgeCommit message (Expand)AuthorFilesLines
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