aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/codec.h
AgeCommit message (Expand)Author
2021-07-05Merge pull request #6537 from Morph1984/warningsbunnei
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-06-28video_core: Remove #pragma warning directives for external headersMorph
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp
2020-12-02Merge pull request #5002 from ameerj/nvdec-frameskipbunnei
2020-11-26codec: Fix `pragma GCC diagnostic pop` missing corresponding pushcomex
2020-11-26Address PR feedbackameerj
2020-11-25Queue decoded frames, cleanup decodersameerj
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash
2020-10-27nvdec: Tidy up header includesLioncash
2020-10-26video_core: NVDEC Implementationameerj