| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/vaapi_{decode, av1}: Fix memory leak in fail codepath | Fei Wang | 2024-07-15 | 1 | -2/+3 |
* | lavc/vaapi_decode: Make it possible to send multiple slice params buffers | David Rosca | 2024-05-29 | 1 | -1/+2 |
* | lavc/vaapi_decode: Reject decoding of frames with no slices | David Rosca | 2024-05-21 | 1 | -0/+5 |
* | lavc/vaapi_decode: Use dynamic frame pool if possible | Haihao Xiang | 2024-04-18 | 1 | -16/+20 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | lavc/vaapi_decode: Don't update buffer number if allocataion fail | Fei Wang | 2024-03-18 | 1 | -6/+3 |
* | avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+1 |
* | avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | vaapi: support VAProfileH264High10 decoding | jianfeng.zheng | 2023-04-17 | 1 | -0/+5 |
* | lavc/vaapi_hevc: Add vaapi profile parse support for SCC | Linjie Fu | 2023-02-27 | 1 | -1/+3 |
* | lavc/vaapi: Add support for remaining 10/12bit profiles | Philip Langdale | 2022-09-03 | 1 | -0/+13 |
* | lavc/vaapi: Switch preferred 8bit 444 format to VUYX | Philip Langdale | 2022-08-25 | 1 | -1/+3 |
* | lavc/vaapi_decode: add missing flag when picking best pixel format | Philip Langdale | 2022-08-09 | 1 | -0/+2 |
* | lavc/vaapi: Declare support for decoding 8bit 4:4:4 content | Philip Langdale | 2022-08-03 | 1 | -0/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface | Wenbin Chen | 2022-01-29 | 1 | -1/+1 |
* | avcodec/vaapi: increase av1 decode pool size | Fei Wang | 2021-10-16 | 1 | -1/+1 |
* | avcodec/vaapi: Remove old and deprecated VAAPI context and header | Andreas Rheinhardt | 2021-04-27 | 1 | -53/+0 |
* | avcodec: add av1 VAAPI decoder | Fei Wang | 2020-11-02 | 1 | -0/+6 |
* | lavc/vaapi_decode: fix the build failure when hevc_vaapi is disabled | Linjie Fu | 2020-04-13 | 1 | -1/+1 |
* | lavc/vaapi_decode: add decode support for HEVC_MAIN_STILL_PICTURE | Linjie Fu | 2020-02-24 | 1 | -0/+2 |
* | lavc/vaapi_decode: add profile_parser and format map support for HEVC REXT | Linjie Fu | 2020-02-24 | 1 | -6/+22 |
* | avcodec/vaapi: free slice_buffers when decoding failed | Linjie Fu | 2018-09-23 | 1 | -6/+8 |
* | configure: Use pkgconfig for VAAPI | Mark Thompson | 2018-09-23 | 1 | -2/+0 |
* | vaapi: Add MJPEG decode hwaccel | Mark Thompson | 2018-02-21 | 1 | -0/+2 |
* | vaapi_decode: Make the frames context format selection more general | Mark Thompson | 2018-02-21 | 1 | -22/+130 |
* | vaapi_decode: Ignore the profile when not useful | Mark Thompson | 2017-11-26 | 1 | -1/+2 |
* | vaapi: Make the decode profile matching more explicit | Mark Thompson | 2017-11-26 | 1 | -11/+9 |
* | Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24' | James Almer | 2017-11-11 | 1 | -115/+101 |
|\ |
|
| * | lavc: external hardware frame pool initialization | wm4 | 2017-10-19 | 1 | -115/+101 |
| * | vaapi: Add external control of allow-profile-mismatch | Mark Thompson | 2017-04-26 | 1 | -9/+2 |
| * | vaapi: Implement device-only setup | Mark Thompson | 2017-02-13 | 1 | -18/+111 |
| * | vaapi_decode: use the correct logging context | Anton Khirnov | 2016-12-19 | 1 | -3/+3 |
| * | hevcdec: add a VAAPI hwaccel | Anton Khirnov | 2016-12-19 | 1 | -0/+1 |
| * | vaapi_decode: Remove vestigial unmap code | Mark Thompson | 2016-10-24 | 1 | -4/+1 |
| * | vaapi_decode: Clear parameter buffers to fix picture reuse | Mark Thompson | 2016-10-24 | 1 | -0/+1 |
| * | vaapi_decode: Ignore the profile when not useful | Mark Thompson | 2016-09-08 | 1 | -1/+2 |
| * | lavc: Remove old vaapi decode infrastructure | Mark Thompson | 2016-08-30 | 1 | -32/+46 |
| * | lavc: Rewrite VAAPI decode infrastructure | Mark Thompson | 2016-08-30 | 1 | -0/+534 |
* | lavc/vaapi_decode: fix profile search when profile mismatch is allowed | Jun Zhao | 2017-10-09 | 1 | -1/+3 |
* | vaapi: Always free parameter buffers after vaEndPicture() with libva2 | Mark Thompson | 2017-10-09 | 1 | -2/+2 |
* | vaapi: Remove H.264 baseline profile | Mark Thompson | 2017-10-09 | 1 | -1/+0 |
* | vaapi: Add external control of allow-profile-mismatch | Mark Thompson | 2017-06-14 | 1 | -9/+2 |
* | vaapi: Implement device-only setup | Mark Thompson | 2017-03-22 | 1 | -18/+111 |
* | lavc: Remove old vaapi decode infrastructure | Mark Thompson | 2017-01-17 | 1 | -32/+46 |
* | lavc: Rewrite VAAPI decode infrastructure | Mark Thompson | 2017-01-17 | 1 | -0/+536 |