summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Use ScratchBuffer where possibleMorph2023-07-018-19/+28
|
* Remove memory allocations in some hot pathsKelebek12023-06-221-1/+3
|
* Add support for deinterlaced videos playbackDanila Malyutin2023-05-212-2/+99
| | | | | 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.
* Fix missing pic_order_present_flag in h264 headerDanila Malyutin2023-05-121-2/+2
| | | | Fixes #9635
* Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek12023-02-141-0/+2
|
* General: Fix clang format.Fernando Sahmkow2022-10-061-2/+3
|
* NVDRV: Refactor Host1xFernando Sahmkow2022-10-069-34/+49
|
* VideoCore: Refactor syncing.Fernando Sahmkow2022-10-069-0/+2414