| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | lavc/vdpau_hevc: add function to find exact vdp_profile for REXT | ManojGuptaBonda | 2020-07-09 | 1 | -1/+88 |
* | lavc: Rename hwaccel.h to hwconfig.h | Mark Thompson | 2020-04-26 | 1 | -1/+1 |
* | avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAU | ManojGuptaBonda | 2019-05-05 | 1 | -0/+41 |
* | 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 |
| * | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2016-12-19 | 1 | -0/+2 |
* | | Merge commit '150c896a9e46b23b97debb0a5f66fbaeaa32f153' | James Almer | 2017-03-23 | 1 | -0/+1 |
|\| |
|
| * | hevcdec: split ff_hevc_diag_scan* declarations into a separate header | Anton Khirnov | 2016-10-16 | 1 | -0/+1 |
* | | Merge commit '4abe3b049d987420eb891f74a35af2cebbf52144' | Clément Bœsch | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | hevc: rename hevc.[ch] to hevcdec.[ch] | Anton Khirnov | 2016-10-16 | 1 | -1/+1 |
* | | pthread_frame: do not run hwaccel decoding asynchronously unless it's safe | Anton Khirnov | 2017-03-21 | 1 | -0/+2 |
* | | avcodec/vdpau_hevc: Fix potential out-of-bounds write | Philip Langdale | 2016-11-30 | 1 | -1/+1 |
* | | Merge commit '8d34a2f803c9ca9433b5a51bacbbe352e8d327e2' | Derek Buitenhuis | 2016-02-16 | 1 | -98/+87 |
|\| |
|
| * | vdpau: Support for VDPAU accelerated HEVC decoding | Philip Langdale | 2016-02-13 | 1 | -0/+426 |
* | avcodec/vdpau_hevc: Properly signal the num_delta_pocs from the SPS RPS | Philip Langdale | 2015-08-04 | 1 | -1/+1 |
* | avcodec/vdpau_hevc: Remove experimental flag | Philip Langdale | 2015-08-04 | 1 | -1/+0 |
* | avcodec/vdpau_hevc: unbreak compilation after sps/pps changes | Philip Langdale | 2015-07-12 | 1 | -2/+2 |
* | avcodec: Add flag for experimental HWAccels and use it for VDPAU/HEVC | Philip Langdale | 2015-06-26 | 1 | -0/+1 |
* | avcodec/vdpau: Support for VDPAU accelerated HEVC decoding | Philip Langdale | 2015-06-25 | 1 | -0/+437 |