124 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
Anton Khirnov 7042337673 libx264: add 'cplxblur' private option 13 years ago
Anton Khirnov 71b5f4427b libx264: add 'deblock' private option 13 years ago
Anton Khirnov f83c45183e libx264: add 'b-bias' private option 13 years ago
Anton Khirnov bb73cda2f6 libx264: fix setting some options. 13 years ago
Anton Khirnov d8dee0e7bd libx264: remove useless assignment 13 years ago
Anton Khirnov 1440037411 libx264: use X264_THREADS_AUTO constant instead of 0. 14 years ago
Anton Khirnov 5d06f15235 libx264: set default thread count to 0 (auto) 14 years ago
Anton Khirnov 0dc5e12f1e libx264: add 'mbtree' private option. 14 years ago
Anton Khirnov 38934f19fe libx264: add 'psy' private option. 14 years ago
Anton Khirnov cf90c5d0e0 libx264: add 'aud' private option. 14 years ago
Anton Khirnov 3b82aeeec0 libx264: add 'fast-pskip' private option. 14 years ago
Anton Khirnov 373257fa79 libx264: add '8x8dct' private option. 14 years ago
Anton Khirnov eab21c32e3 libx264: add 'mixed-refs' private option. 14 years ago
Anton Khirnov 0f29699db7 libx264: add 'weightb' private option. 14 years ago
Anton Khirnov 34dda1251d libx264: add 'b-pyramid' private option. 14 years ago
Anton Khirnov 5d4a1048ee libx264: add 'intra-refresh' private option. 14 years ago
Anton Khirnov faaecd4708 libx264: add 'ssim' private option. 14 years ago
Anton Khirnov 3b81636f33 libx264: make options compatible with x264 14 years ago
Anton Khirnov 4ae30cac22 libx264: add 'crf_max' private option. 14 years ago
Anton Khirnov c5dd0bc4ca libx264: add 'weightp' private option. 14 years ago
Anton Khirnov d4b9671318 libx264: add 'rc_lookahead' private option. 14 years ago
Anton Khirnov 2a44a8f609 libx264: add 'psy_trellis' private option. 14 years ago
Anton Khirnov 93e623c642 libx264: add 'psy_rd' private option. 14 years ago
Anton Khirnov 5c75b2a0b7 libx264: add 'aq_strength' private option. 14 years ago
Anton Khirnov 85254fcb46 libx264: add 'aq_mode' private option. 14 years ago
Anton Khirnov 9d508e4914 libx264: add 'cqp' private option. 14 years ago
Anton Khirnov d5dc8cc297 libx264: add 'crf' private option. 14 years ago
Anton Khirnov ae60927aef libx264: only use ABR mode when the user explicitly set bitrate. 14 years ago
Anton Khirnov 03eff2bf43 libx264: use medium preset by default. 14 years ago
Reinhard Tartler 69c4bee8fa libx264: Include hint for possible values for configuring libx264 14 years ago
Baptiste Coudurier 5caa2de19e libx264: do not set pic quality if no frame is output 14 years ago
Baptiste Coudurier 07a227b432 libx264: add preset, tune, profile and fastfirstpass private options 14 years ago
Jindrich Makovicka e25c67108a libx264: handle closed GOP codec flag 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jason Garrett-Glaser f7f8120fb9 Fix broken vbv_buffer_init handling in libx264.c 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