Sun, 12 Sep 2010 16:08:57 +0000 |
reimar |
Replace sizeof(BITMAPINFOHEADER)
|
Sun, 12 Sep 2010 16:03:46 +0000 |
reimar |
Replace malloc+memset by calloc.
|
Sat, 11 Sep 2010 11:47:07 +0000 |
diego |
Move all MEncoder-related extern variable declarations to mencoder.h.
|
Thu, 09 Sep 2010 16:38:11 +0000 |
diego |
Mark video encoder vf_info_t structs as const.
|
Thu, 10 Jun 2010 21:58:03 +0000 |
tack |
Cosmetics: properly indent block after introducing if statement in r31363.
|
Thu, 10 Jun 2010 21:45:20 +0000 |
tack |
ve_x264: rewrite option parsing and add support for x264's presets,
|
Tue, 20 Apr 2010 09:14:54 +0000 |
lorenm |
Tell x264 that we aren't going to give it timestamps.
|
Sat, 03 Apr 2010 14:20:34 +0000 |
diego |
Add a header for x264enc_set_param() instead of forward declaring it.
|
Sun, 28 Feb 2010 07:52:34 +0000 |
reimar |
Reuse the keyframe flag from x264 instead of trying to derive it on our own.
|
Sun, 28 Feb 2010 07:45:23 +0000 |
reimar |
Use the KEYFRAME define instead of some magic number.
|
Sun, 21 Feb 2010 15:48:03 +0000 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
Mon, 19 Oct 2009 21:23:08 +0000 |
lorenm |
sync to x264-r1296
|
Wed, 23 Sep 2009 12:26:44 +0000 |
reimar |
Use x264_encoder_delayed_frames instead of the current hack to flush delayed
|
Wed, 23 Sep 2009 12:01:04 +0000 |
lorenm |
sync to x264-r1260 (which changed api)
|
Fri, 07 Aug 2009 09:07:02 +0000 |
reimar |
Add a giant hack to the x264 encoder module to ensure all delayed frames are
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 16 May 2008 00:23:02 +0000 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
Wed, 07 May 2008 07:49:35 +0000 |
diego |
Relicense file as GPL v2+; bero granted permission on IRC.
|
Sun, 06 Jan 2008 23:20:15 +0000 |
diego |
Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved
|
Sat, 05 Jan 2008 11:03:54 +0000 |
lorenm |
remove code for colorspaces x264 doesn't support
|
Sun, 02 Dec 2007 16:40:20 +0000 |
reimar |
Add appropriate const specifiers to some custom parse functions.
|
Thu, 15 Mar 2007 17:51:32 +0000 |
diego |
Add explicit location for headers from the libmpdemux/ directory.
|
Thu, 15 Mar 2007 17:30:55 +0000 |
diego |
Add explicit location for headers from the stream/ directory.
|
Thu, 08 Feb 2007 15:42:53 +0000 |
reimar |
Avoid crash when uninit is called without ever calling config in x264 encoder
|
Sun, 28 Jan 2007 20:22:21 +0000 |
lorenm |
fix a segfault if -x264encopts is the last commandline option (with no argument)
|
Mon, 18 Dec 2006 21:03:59 +0000 |
nicodvb |
muxers now write to output muxer->stream rather than to muxer->file
|
Sat, 09 Dec 2006 12:24:11 +0000 |
reimar |
Get rid of min/max macros from aviheader.h, they do not belong here.
|
Sat, 21 Oct 2006 21:57:15 +0000 |
lorenm |
x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)
|
Sat, 21 Oct 2006 19:34:06 +0000 |
reimar |
Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264
|
Fri, 20 Oct 2006 19:19:29 +0000 |
lorenm |
make any parse error in -x264encopts fatal
|