summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs/codec.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use initial_frame to check interlaced flagDanila Malyutin2023-08-271-1/+2
| | | | | | If final frame was transferred from GPU, it won't carry the props. Fixes #11089
* settings,general: Rename non-confirming enumslat9nq2023-07-211-1/+1
|
* general: Use ScratchBuffer where possibleMorph2023-07-011-1/+1
|
* Add support for deinterlaced videos playbackDanila Malyutin2023-05-211-2/+91
| | | | | This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey. It uses ffmpeg's yadif filter for deinterlacing.
* Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek12023-02-141-0/+2
|
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-061-5/+5
|
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-061-0/+310