| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -9/+9 |
* | avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel | Andreas Rheinhardt | 2023-08-07 | 1 | -5/+5 |
* | avcodec/hwconfig: Move HWACCEL_CAP_* to a new header | Andreas Rheinhardt | 2023-08-07 | 1 | -1/+1 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec/hevc_ps: use get_ue_golomb() for some SPS Screen Content Coding exten... | James Almer | 2023-04-30 | 1 | -1/+1 |
* | lavc/vaapi_hevc: Remove duplicate code | Fei Wang | 2023-03-27 | 1 | -6/+0 |
* | lavc/vaapi_hevc: Loose the restricts for SCC decoding | Linjie Fu | 2023-02-27 | 1 | -1/+2 |
* | lavc/vaapi_hevc: Set correct rps type for scc | Linjie Fu | 2023-02-27 | 1 | -0/+4 |
* | lavc/vaapi_hevc: Add vaapi profile parse support for SCC | Linjie Fu | 2023-02-27 | 1 | -2/+12 |
* | lavc/vaapi_hevc: Pass SCC parameters Through VA-API | Linjie Fu | 2023-02-27 | 1 | -5/+52 |
* | lavc/vaapi: Add support for remaining 10/12bit profiles | Philip Langdale | 2022-09-03 | 1 | -1/+10 |
* | lavc/vaapi_hevc: fill rext luma/chroma offset in the right way | Xu Guangxin | 2022-06-24 | 1 | -16/+39 |
* | lavc/vaapi_hevc: add missing max_8bit_constraint_flag | Linjie Fu | 2020-05-27 | 1 | -0/+1 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | lavc/vaapi_hevc: add function to find exact va_profile for REXT | Linjie Fu | 2020-02-24 | 1 | -0/+78 |
* | lavc/vaapi_hevc: extend parameter buffer to ParameterBufferHEVCExtension | Linjie Fu | 2020-02-24 | 1 | -19/+85 |
* | lavc/vaapi_hevc: Do not initialize fields twice. | Carl Eugen Hoyos | 2019-03-28 | 1 | -2/+0 |
* | lavc: Mark all AVHWAccel structures as const | Mark Thompson | 2017-11-26 | 1 | -1/+1 |
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' | James Almer | 2017-11-11 | 1 | -0/+1 |
|\ |
|
| * | lavc: external hardware frame pool initialization | wm4 | 2017-10-19 | 1 | -0/+1 |
| * | hevcdec: add a VAAPI hwaccel | Anton Khirnov | 2016-12-19 | 1 | -0/+439 |
* | Merge commit '0bfdcce4d42a6e654c00ea5f9237dc987626457f' | James Almer | 2017-03-23 | 1 | -7/+7 |
* | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -1/+1 |
* | vaapi_hevc: Mark as async-safe | Mark Thompson | 2017-03-22 | 1 | -0/+2 |
* | vaapi_hevc: Convert to use the new VAAPI hwaccel code | Anton Khirnov | 2017-01-17 | 1 | -319/+268 |
* | lavc/vaapi_hevc: fix scaling list duplicate transfer issue. | Jun Zhao | 2016-11-23 | 1 | -7/+5 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2015-10-09 | 1 | -1/+1 |
* | vaapi: Add hevc hwaccel support | Timo Rothenpieler | 2015-08-27 | 1 | -0/+490 |