summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/vic.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-11vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPUameerj1-16/+15
2021-10-09vic: Allow surface to be higher than frameValeri1-2/+3
2021-10-08vic: Avoid memory corruption when multiple streams with different dimensions are decodedameerj1-0/+9
2021-10-07vic: Refactor frame writing methodsameerj1-121/+142
2021-10-07vic: Implement RGBX frame formatameerj1-3/+14
2021-08-10vic: Specify sws_scale height stride.ameerj1-3/+2
2021-08-04nvdec: Implement VA-API hardware video acceleration (#6713)yzct123451-33/+54
2021-07-15vic: Fix dimension compuation of YUV framesameerj1-11/+10
2021-06-28video_core: Remove #pragma warning directives for external headersMorph1-7/+0
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp1-4/+21
2021-02-13 rebase, fix name shadowing, more constameerj1-5/+5
2021-02-13 streamline cdma_pusher/command_classesameerj1-13/+5
2021-02-13nvdec cleanupameerj1-8/+13
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-3/+0
2021-01-02general: Fix various spelling errorsMorph1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-4/+4
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-1/+1
2020-12-03vp9/vic: Resolve pessimizing movesLioncash1-1/+1
2020-11-25Queue decoded frames, cleanup decodersameerj1-10/+5
2020-10-27nvdec: Tidy up header includesLioncash1-1/+1
2020-10-27video_core: NVDEC Implementationameerj1-0/+180