| Commit message (Expand) | Author | Age | Files | Lines |
* | vaapi_encode: Fix format specifier for bitrate logging | Mark Thompson | 2016-11-21 | 1 | -1/+1 |
* | lavc/vaapi_encode_h264: fix poc incorrect issue after meeting idr frame. | Jun Zhao | 2016-11-21 | 1 | -5/+7 |
* | vaapi_h264: Write bitstream restriction fields | Mark Thompson | 2016-11-21 | 1 | -2/+23 |
* | vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContext | Mark Thompson | 2016-11-21 | 1 | -2/+2 |
* | vaapi_h264: Set max_num_ref_frames to 1 when not using B frames | Mark Thompson | 2016-11-21 | 1 | -1/+1 |
* | vaapi_encode: Check packed header capabilities | Mark Thompson | 2016-11-21 | 1 | -0/+4 |
* | vaapi_encode: Refactor initialisation | Mark Thompson | 2016-11-21 | 1 | -165/+90 |
* | vaapi_h264: Fix HRD bit_rate/cpb_size scaling | Mark Thompson | 2016-11-21 | 1 | -4/+4 |
* | lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator. | Carl Eugen Hoyos | 2016-08-05 | 1 | -4/+4 |
* | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' | James Almer | 2016-08-01 | 1 | -5/+5 |
|\ |
|
| * | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -5/+5 |
* | | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\| |
|
| * | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\| |
|
| * | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | avcodec/vaapi_encode_h264: Use av_clip_uintp2() | Michael Niedermayer | 2016-07-10 | 1 | -2/+2 |
* | | Merge commit '02fa1ad9266f9b1ea11565ac2f93f45853e351e8' | Clément Bœsch | 2016-06-29 | 1 | -0/+29 |
|\| |
|
| * | vaapi_h264: Add source version identifier as unregistered SEI | Mark Thompson | 2016-06-09 | 1 | -0/+29 |
* | | Merge commit '48e2967cd50c2e1a2a539fd697d20ead2c5c4cc8' | Clément Bœsch | 2016-06-29 | 1 | -1/+206 |
|\| |
|
| * | vaapi_h264: Add support for SEI messages | Mark Thompson | 2016-06-09 | 1 | -1/+206 |
* | | Merge commit '081961f819c0b16c7a860d7da7d39f1fd91bd2f0' | Clément Bœsch | 2016-06-29 | 1 | -2/+124 |
|\| |
|
| * | vaapi_h264: Add support for VUI parameters | Mark Thompson | 2016-06-09 | 1 | -2/+124 |
* | | Merge commit 'a86aa16088ad7f22a8918d71adb8c040d6033d84' | Hendrik Leppkes | 2016-06-26 | 1 | -2/+16 |
|\| |
|
| * | vaapi_h264: Add trivial support for low-power encoding | Mark Thompson | 2016-05-27 | 1 | -2/+16 |
* | | Merge commit 'b51c7c6b8a5b35cfd06cb9655f9ec4c9f0ddd81b' | Hendrik Leppkes | 2016-06-26 | 1 | -7/+11 |
|\| |
|
| * | vaapi_h264: Fix frame_num after non-reference frames | Mark Thompson | 2016-05-27 | 1 | -7/+11 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | vaapi_encode_h26[45]: Reject bitrate targets higher than 2^31 | Mark Thompson | 2016-06-10 | 1 | -0/+6 |
* | | lavc/vaapi_encoder_{h264,h265}: fix bad format warning | Matthieu Bouron | 2016-06-03 | 1 | -1/+1 |
* | | Merge commit '92fdea37477b5a2d1329e5ef0773e24473fa8f12' | Derek Buitenhuis | 2016-05-11 | 1 | -33/+163 |
|\| |
|
| * | vaapi_h264: Add encode quality option (for quality-speed tradeoff) | Mark Thompson | 2016-04-15 | 1 | -0/+28 |
| * | vaapi_h264: Add -qp option, use it to replace use of -global_quality | Mark Thompson | 2016-04-15 | 1 | -3/+18 |
| * | vaapi_h264: Add constant-bitrate encode support | Mark Thompson | 2016-04-15 | 1 | -25/+110 |
| * | vaapi_encode: Refactor slightly to allow easier setting of global options | Mark Thompson | 2016-04-15 | 1 | -14/+16 |
* | | Merge commit '2c62fcdf5d617791a653d7957d449f75569eede0' | Derek Buitenhuis | 2016-05-08 | 1 | -4/+4 |
|/ |
|
* | lavc: VAAPI H.264 encoder | Mark Thompson | 2016-03-30 | 1 | -0/+847 |