summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x/codecs/vp8.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow1-3/+7
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow1-2/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-11-13codes: Rename ComposeFrameHeader to ComposeFrameameerj1-3/+2
These functions were composing the entire frame, not just the headers. Rename to more accurately describe them.
2021-11-13vp8: Implement header compositionameerj1-1/+45
Enables frame decoding with FFmpeg
2021-11-13codecs: Add VP8 codec classameerj1-0/+31