summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs/codec.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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