summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/vic.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-238/+0
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* vic: Use the minimum of surface/frame dimensions when writing the final frame...Gravatar ameerj2021-10-101-16/+15
* vic: Allow surface to be higher than frameGravatar Valeri2021-10-091-2/+3
* vic: Avoid memory corruption when multiple streams with different dimensions ...Gravatar ameerj2021-10-081-0/+9
* vic: Refactor frame writing methodsGravatar ameerj2021-10-071-121/+142
* vic: Implement RGBX frame formatGravatar ameerj2021-10-071-3/+14
* vic: Specify sws_scale height stride.Gravatar ameerj2021-08-091-3/+2
* nvdec: Implement VA-API hardware video acceleration (#6713)Gravatar yzct123452021-08-031-33/+54
* Merge pull request #6525 from ameerj/nvdec-fixesGravatar Fernando S2021-07-151-11/+10
|\
| * vic: Fix dimension compuation of YUV framesGravatar ameerj2021-07-151-11/+10
* | video_core: Remove #pragma warning directives for external headersGravatar Morph2021-06-281-7/+0
* | codec,vic: Disable warnings in ffmpeg headersGravatar ReinUsesLisp2021-06-261-4/+21
|/
* rebase, fix name shadowing, more constGravatar ameerj2021-02-131-5/+5
* streamline cdma_pusher/command_classesGravatar ameerj2021-02-131-13/+5
* nvdec cleanupGravatar ameerj2021-02-131-8/+13
* video_core: Reimplement the buffer cacheGravatar ReinUsesLisp2021-02-131-3/+0
* general: Fix various spelling errorsGravatar Morph2021-01-021-1/+1
* video_core: Rewrite the texture cacheGravatar ReinUsesLisp2020-12-301-4/+4
* video_core: Remove unnecessary enum class casting in logging messagesGravatar Lioncash2020-12-071-1/+1
* vp9/vic: Resolve pessimizing movesGravatar Lioncash2020-12-031-1/+1
* Queue decoded frames, cleanup decodersGravatar ameerj2020-11-251-10/+5
* nvdec: Tidy up header includesGravatar Lioncash2020-10-271-1/+1
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+180