summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-12Fix missing pic_order_present_flag in h264 headerDanila Malyutin1-2/+2
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
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
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