aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/vic.cpp
AgeCommit message (Expand)Author
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-10-10vic: Use the minimum of surface/frame dimensions when writing the final frame...ameerj
2021-10-09vic: Allow surface to be higher than frameValeri
2021-10-08vic: Avoid memory corruption when multiple streams with different dimensions ...ameerj
2021-10-07vic: Refactor frame writing methodsameerj
2021-10-07vic: Implement RGBX frame formatameerj
2021-08-09vic: Specify sws_scale height stride.ameerj
2021-08-03nvdec: Implement VA-API hardware video acceleration (#6713)yzct12345
2021-07-15Merge pull request #6525 from ameerj/nvdec-fixesFernando S
2021-07-15vic: Fix dimension compuation of YUV framesameerj
2021-06-28video_core: Remove #pragma warning directives for external headersMorph
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp
2021-02-13 rebase, fix name shadowing, more constameerj
2021-02-13 streamline cdma_pusher/command_classesameerj
2021-02-13nvdec cleanupameerj
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-01-02general: Fix various spelling errorsMorph
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-03vp9/vic: Resolve pessimizing movesLioncash
2020-11-25Queue decoded frames, cleanup decodersameerj
2020-10-27nvdec: Tidy up header includesLioncash
2020-10-26video_core: NVDEC Implementationameerj