205 Commits (f87b3d552394cd03c1e9f180553d41600c575c69)

Author SHA1 Message Date
Michael Niedermayer 64b79141bd avcodec/libx264: move where x264opts is applied down so it isnt overridden by avctx & defaults 11 years ago
James Darnley f02832904d lavc/libx264: add a warning when using qscale 11 years ago
Vittorio Giovara 75177b2f5e libx264: check color_range 11 years ago
Michael Niedermayer 018e2b57ca avcodec/libx264: also consider ticks per frame for fps/timebase setup 11 years ago
Torsten Jager 48d39c8786 avcodec/libx264: Set colorspace details correctly 11 years ago
Vittorio Giovara 09cb75cdeb libx264: set frame packing information when relevant information is found 11 years ago
Anton Khirnov d2287740d9 libx264: use the AVFrame API properly. 11 years ago
Clément Bœsch b46f19100b cosmetics: group remaining .name and .long_name. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Kieran Kunhya 58894ab3f9 lavc: add support for interleaved chroma formats to libx264. 11 years ago
Kieran Kunhya 283fb76d3d lavc: Add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format 11 years ago
Carl Eugen Hoyos 79209f5d6c Allow encoding YUVJ422P and YUVJ444P with libx264. 11 years ago
Luca Barbato bc54c2ae3c libx264: add shortcut for the bluray compatibility option 11 years ago
Derek Buitenhuis 4719040cd1 libx264: Define X264_API_IMPORTS on MSVC/ICL 11 years ago
Sean McGovern bf18abb2eb Rename "AVClass class" as "AVClass component_class" for external codecs. 12 years ago
Michael Niedermayer 2187600f47 libx264: silence: warning: the address of val will always evaluate as true 12 years ago
Michael Niedermayer 5d22ac488b libx264: zero x264_picture before use. 12 years ago
Gunther Piez acc4a7e5b3 Ticket #2540 Enable threading when using -c:v libx264rgb 12 years ago
Carl Eugen Hoyos 75c7e4583f Do not (re-)set libx264 parameter b_tff if interlaced encoding was not requested. 12 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
Michael Niedermayer 5fe808578c libx264: fix open GOP 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
Lyubomir Marinov 63951aec2b libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence of other information 12 years ago
Lyubomir Marinov fd9cd8cd5a libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size 12 years ago
Derek Buitenhuis 59db014b5b Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE" 12 years ago
Stefano Sabatini 911519caec lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE 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
Mahendra M 9b4badb09b Fix libx264 profile listing 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
Nicolas George 5c81a9ff55 libx264: list possible profiles. 12 years ago
Nicolas George 3aba391fb5 libx264: list possible presets and tunes. 13 years ago
JULIAN GARDNER 0dd283faca libx264: support aspect ratio switching 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 660e8cb9e3 libx264: switch to ff_alloc_packet2(). 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
Paul B Mahol bfe7bace8e libx264: unbreak libx264rgb 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