summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-3/+2
2024-01-19GPU SMMU: Expand to 34 bitsFernando Sahmkow3-10/+9
2024-01-07Fix typos in video_coreViktor Szépe1-1/+1
2023-11-16video_core: refactor video frame and packet parsingLiam4-339/+34
2023-10-14host1x/codecs: enable CUDA on LinuxValeri1-10/+0
2023-08-27Use initial_frame to check interlaced flagDanila Malyutin1-1/+2
If final frame was transferred from GPU, it won't carry the props. Fixes #11089
2023-07-21settings,general: Rename non-confirming enumslat9nq2-2/+2
2023-07-01general: Use ScratchBuffer where possibleMorph8-19/+28
2023-06-22Remove memory allocations in some hot pathsKelebek11-1/+3
2023-05-21Add support for deinterlaced videos playbackDanila Malyutin2-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.
2023-05-12Fix missing pic_order_present_flag in h264 headerDanila Malyutin1-2/+2
Fixes #9635
2023-02-14Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek11-0/+2
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2022-10-06General: Fix clang format.Fernando Sahmkow1-2/+3
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow9-34/+49
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow9-0/+2414