summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/vic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-238/+0
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPUameerj2021-10-111-16/+15
* vic: Allow surface to be higher than frameValeri2021-10-091-2/+3
* vic: Avoid memory corruption when multiple streams with different dimensions are decodedameerj2021-10-081-0/+9
* vic: Refactor frame writing methodsameerj2021-10-071-121/+142
* vic: Implement RGBX frame formatameerj2021-10-071-3/+14
* vic: Specify sws_scale height stride.ameerj2021-08-101-3/+2
* nvdec: Implement VA-API hardware video acceleration (#6713)yzct123452021-08-041-33/+54
* Merge pull request #6525 from ameerj/nvdec-fixesFernando S2021-07-151-11/+10
|\
| * vic: Fix dimension compuation of YUV framesameerj2021-07-151-11/+10
* | video_core: Remove #pragma warning directives for external headersMorph2021-06-281-7/+0
* | codec,vic: Disable warnings in ffmpeg headersReinUsesLisp2021-06-261-4/+21
|/
* rebase, fix name shadowing, more constameerj2021-02-131-5/+5
* streamline cdma_pusher/command_classesameerj2021-02-131-13/+5
* nvdec cleanupameerj2021-02-131-8/+13
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-3/+0
* general: Fix various spelling errorsMorph2021-01-021-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-4/+4
* video_core: Remove unnecessary enum class casting in logging messagesLioncash2020-12-071-1/+1
* vp9/vic: Resolve pessimizing movesLioncash2020-12-031-1/+1
* Queue decoded frames, cleanup decodersameerj2020-11-251-10/+5
* nvdec: Tidy up header includesLioncash2020-10-271-1/+1
* video_core: NVDEC Implementationameerj2020-10-271-0/+180