log libmpcodecs/ve_x264.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 23 Mar 2013 00:50:51 +0000 diego build: Add _BSD_SOURCE definition for strsep().
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Thu, 28 Apr 2011 13:45:16 +0000 diego Add missing osdep/strsep.h #include where strsep() is used.
Wed, 10 Nov 2010 08:32:54 +0000 lorenm use x264_picture_init.
Fri, 29 Oct 2010 13:53:16 +0000 cigaes Support for -force-key-frames for ve_x264.
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.