summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Clang format and other small issues.Fernando Sahmkow2024-01-191-3/+2
|
* GPU SMMU: Expand to 34 bitsFernando Sahmkow2024-01-193-10/+9
|
* Fix typos in video_coreViktor Szépe2024-01-071-1/+1
|
* video_core: refactor video frame and packet parsingLiam2023-11-164-339/+34
|
* host1x/codecs: enable CUDA on LinuxValeri2023-10-141-10/+0
|
* 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-212-2/+2
|
* 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