summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/codec.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-81/+0
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* video_core: Reduce unused includesGravatar ameerj2022-03-191-1/+1
* video_core: constify AVCodec for ffmpeg >= 5.0Gravatar Jan Beich2022-01-201-1/+1
* codecs: Add VP8 codec classGravatar ameerj2021-11-121-0/+2
* codec: Add missing <string_view> includeGravatar Morph2021-09-111-0/+1
* codec: Improve libav memory alloc and cleanupGravatar ameerj2021-08-161-0/+2
* codec: Fallback to CPU decoding if no compatible GPU format is foundGravatar ameerj2021-08-161-1/+0
* nvdec: Implement GPU accelerated decoding for all platformsGravatar ameerj2021-08-121-2/+6
* nvdec: Implement VA-API hardware video acceleration (#6713)Gravatar yzct123452021-08-031-1/+3
* Merge pull request #6537 from Morph1984/warningsGravatar bunnei2021-07-051-8/+0
|\
| * video_core: Remove #pragma warning directives for external headersGravatar Morph2021-06-281-8/+0
* | Slightly refactor NVDEC and codecs for readability and safetyGravatar Kelebek12021-07-011-5/+7
|/
* codec,vic: Disable warnings in ffmpeg headersGravatar ReinUsesLisp2021-06-261-0/+8
* Merge pull request #5002 from ameerj/nvdec-frameskipGravatar bunnei2020-12-021-4/+7
|\
| * Address PR feedbackGravatar ameerj2020-11-261-2/+2
| * Queue decoded frames, cleanup decodersGravatar ameerj2020-11-251-4/+7
* | codec: Fix `pragma GCC diagnostic pop` missing corresponding pushGravatar comex2020-11-261-0/+1
|/
* nvdec: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-021-3/+3
* nvdec: Tidy up header includesGravatar Lioncash2020-10-271-2/+0
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+68