205 Commits (f87b3d552394cd03c1e9f180553d41600c575c69)

Author SHA1 Message Date
Reinhard Tartler 69c4bee8fa libx264: Include hint for possible values for configuring libx264 13 years ago
Baptiste Coudurier 5caa2de19e libx264: do not set pic quality if no frame is output 13 years ago
Baptiste Coudurier 07a227b432 libx264: add preset, tune, profile and fastfirstpass private options 13 years ago
Erik Slagter 045ef52ef5 libx264.c: distinguish between x264 parameter errors. 14 years ago
Michael Niedermayer d39b33c63b libx264: fix open gop default. 14 years ago
Etienne Buira 1e9b302690 libx264: fix double free 14 years ago
Etienne Buira 5e0dafe8ca Fix memleak 14 years ago
Etienne Buira 28768579aa Fix typo 14 years ago
Etienne Buira 5918d16742 Minor cleanup in libx264.c 14 years ago
JULIAN GARDNER 5655469ee7 libx264: support aspect Ratio Switch 14 years ago
Stefano Sabatini 458f20bc75 libx264: specify field for default union values in options 14 years ago
Michael Niedermayer d1f9621d39 libx264: support passing arbitrary parameters. 14 years ago
Jindrich Makovicka e25c67108a libx264: handle closed GOP codec flag 14 years ago
Baptiste Coudurier 580fa76c5c Allocate per codec options, now that options are freed between inputs and outputs. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Baptiste Coudurier 97dc86b793 In libx264 wrapper, change wpredp to a codec specific option. 14 years ago
Baptiste Coudurier c225615bf2 In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set 14 years ago
Robert Leatherwood 03ac799128 Rm duplicated define for OPT_STR. 14 years ago
Baptiste Coudurier 20a160484f In libx264 wrapper, detect default settings and use medium profile to avoid failure. 14 years ago
Baptiste Coudurier 2c18893a91 In libx264 wrapper, correctly support 2pass log filename option. 14 years ago
Baptiste Coudurier f92b0084c0 In libx264 wrapper, add -level specific option. 14 years ago
Baptiste Coudurier 37c0a443f9 Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized options. 14 years ago
Baptiste Coudurier 46f83e5b3c In libx264 wrapper, do not set pic quality if no frame is output, avoids 14 years ago
Baptiste Coudurier 0140d3f092 In libx264 wrapper, add -preset and -tune options 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jason Garrett-Glaser 2c855cea85 Fix broken vbv_buffer_init handling in libx264.c 14 years ago
Jason Garrett-Glaser f7f8120fb9 Fix broken vbv_buffer_init handling in libx264.c 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Marco Gittler 5f58927baf Pass field order flag to libx264 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Marco Gittler b09f548285 Pass field order flag to libx264 14 years ago
Jason Garrett-Glaser 3cf8db9447 Add fullrange support to libx264.c x264 interface 14 years ago
Jason Garrett-Glaser 2c5168afed Remove bitrate tolerance from libx264 interface 14 years ago
Nicolas George 3ab354d777 Make libx264 take the pict_type input parameter into account, 14 years ago
James Zern 2aa72ecccc Add new -slices option and use it for libvpx and libx264. 14 years ago
Jason Garrett-Glaser 652d9d24dc Properly initialize x264_picture_t in libx264. 15 years ago
Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
Jason Garrett-Glaser e8c7fca90c Add intra refresh and crf-max support to the libavcodec libx264 wrapper. 15 years ago
Jason Garrett-Glaser dbb4f0515f vertical align in libx264.c 15 years ago
Takashi Mochizuki d749da7e8b Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier f3b3b4895a Enable more libx264 options, aq, psy, rc lookahead and ssim 15 years ago
Jason Garrett-Glaser 76d81909ae Update libx264.c to use new libx264 features 15 years ago
Loren Merritt f543f636a5 revert r20775, because equivalent code has been committed to x264 instead 15 years ago
Jason Garrett-Glaser 2d0cacded7 Boolify options passed to x264. 15 years ago
Erik Slagter 25a42948c6 Add MBtree support for libx264 15 years ago
Jason Garrett-Glaser 096c87f667 Add weightp support in API for libx264. 15 years ago
Jason Garrett-Glaser 1953898162 Update libx264.c for x264 API change 15 years ago
Diego Biurrun 8a8720c1bb cosmetics: K&R coding style, prettyprinting 15 years ago