106 Commits (2852740e23f91d6775714d7cc29b9a73e1111ce0)

Author SHA1 Message Date
Derek Buitenhuis 4719040cd1 libx264: Define X264_API_IMPORTS on MSVC/ICL 11 years ago
John Van Sickle 2f325a6fd4 libx264: change i_qfactor to use x264cli's default 12 years ago
Gavriloaie Eugen-Andrei 29b553c1a6 libx264: introduce -x264-params private option 12 years ago
Luca Barbato 47812070a2 libx264: use the library specific default rc_initial_buffer_occupancy 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
John Van Sickle a716006a7d libx264: change default to closed gop to match x264cli 12 years ago
Anton Khirnov e52e4fe10d libx264: add forgotten ; 12 years ago
John Van Sickle 9bf41210a9 libx264: add support for nal-hrd, required for Blu-ray streams. 12 years ago
Martin Storsjö c7b610aa0b avopt: Explicitly store float/double option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
JULIAN GARDNER 0dd283faca libx264: support aspect ratio switching 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anton Khirnov d533e395e1 libx264: add 'stats' private option for setting 2pass stats filename. 13 years ago
Anton Khirnov 9d5c131ece libx264: fix help text for slice-max-size option. 13 years ago
Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 13 years ago
Anton Khirnov 06484d0b8a libx264: implement encode2(). 13 years ago
Anton Khirnov 05d699222d libx264: split extradata writing out of encode_nals(). 13 years ago
Anton Khirnov e15e2a6d2a libx264: fix indentation. 13 years ago
Anton Khirnov 7232bfbd93 lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft. 13 years ago
Martin Storsjö 57facb73ab libx264: Don't leave max_b_frames as -1 if the user didn't set it 13 years ago
Janne Grunau b4d44a45f9 threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 46c3c53bae libx264: support yuv422/444 output. 13 years ago
Anton Khirnov d97efd7f87 libx264: support 9- and 10-bit output. 13 years ago
Luca Barbato 3a78fb57de libx264: introduce slice-max-size option 13 years ago
Anton Khirnov 0962f23b35 libx264: fix setting some more parameters 13 years ago
Andrej Peterka 2bb5d637fc libx264: fix setting the H.264 level 13 years ago
Anton Khirnov 9c684feadc libx264: add 'direct-pred' private option 13 years ago
Anton Khirnov 0635a8aa21 libx264: add 'partitions' private option 13 years ago
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. 13 years ago
Anton Khirnov 5d06f15235 libx264: set default thread count to 0 (auto) 13 years ago
Anton Khirnov 0dc5e12f1e libx264: add 'mbtree' private option. 13 years ago
Anton Khirnov 38934f19fe libx264: add 'psy' private option. 13 years ago
Anton Khirnov cf90c5d0e0 libx264: add 'aud' private option. 13 years ago
Anton Khirnov 3b82aeeec0 libx264: add 'fast-pskip' private option. 13 years ago
Anton Khirnov 373257fa79 libx264: add '8x8dct' private option. 13 years ago
Anton Khirnov eab21c32e3 libx264: add 'mixed-refs' private option. 13 years ago
Anton Khirnov 0f29699db7 libx264: add 'weightb' private option. 13 years ago
Anton Khirnov 34dda1251d libx264: add 'b-pyramid' private option. 13 years ago
Anton Khirnov 5d4a1048ee libx264: add 'intra-refresh' private option. 13 years ago
Anton Khirnov faaecd4708 libx264: add 'ssim' private option. 13 years ago
Anton Khirnov 3b81636f33 libx264: make options compatible with x264 13 years ago