Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-15vaapi_encode: Use gop_size consistently in RC parametersMark Thompson
2017-02-08vaapi_h264: Enable VBR modeMark Thompson
2017-02-08vaapi_h264: Scale log2_max_pic_order_cnt_lsb with max_b_framesMark Thompson
2017-01-09lavc/vaapi_encode_h264: disable B frames in baseline profileJun Zhao
2016-11-22vaapi_encode: Fix format specifier for bitrate loggingMark Thompson
2016-11-22lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame.Jun Zhao
2016-11-22vaapi_h264: Write bitstream restriction fieldsMark Thompson
2016-11-22vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson
2016-11-22vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson
2016-11-22vaapi_encode: Check packed header capabilitiesMark Thompson
2016-11-22vaapi_encode: Refactor initialisationMark Thompson
2016-11-22vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson
2016-08-05lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator.Carl Eugen Hoyos
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-10avcodec/vaapi_encode_h264: Use av_clip_uintp2()Michael Niedermayer
2016-06-29Merge commit '02fa1ad9266f9b1ea11565ac2f93f45853e351e8'Clément Bœsch
2016-06-29Merge commit '48e2967cd50c2e1a2a539fd697d20ead2c5c4cc8'Clément Bœsch
2016-06-29Merge commit '081961f819c0b16c7a860d7da7d39f1fd91bd2f0'Clément Bœsch
2016-06-26Merge commit 'a86aa16088ad7f22a8918d71adb8c040d6033d84'Hendrik Leppkes
2016-06-26Merge commit 'b51c7c6b8a5b35cfd06cb9655f9ec4c9f0ddd81b'Hendrik Leppkes
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21h264: add H264_ prefix to the NAL unit typesAnton Khirnov
2016-06-21h264: create a new header for common h264 definitionsAnton Khirnov
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2016-06-10vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31Mark Thompson
2016-06-09vaapi_h264: Add source version identifier as unregistered SEIMark Thompson
2016-06-09vaapi_h264: Add support for SEI messagesMark Thompson
2016-06-09vaapi_h264: Add support for VUI parametersMark Thompson
2016-06-03lavc/vaapi_encoder_{h264,h265}: fix bad format warningMatthieu Bouron
2016-05-27vaapi_h264: Add trivial support for low-power encodingMark Thompson
2016-05-27vaapi_h264: Fix frame_num after non-reference framesMark Thompson
2016-05-11Merge commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12'Derek Buitenhuis
2016-05-09Merge commit '2c62fcdf5d617791a653d7957d449f75569eede0'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-15vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson
2016-04-15vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson
2016-04-15vaapi_h264: Add constant-bitrate encode supportMark Thompson
2016-04-15vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson
2016-03-30lavc: VAAPI H.264 encoderMark Thompson