aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/vp8.cpp
AgeCommit message (Collapse)Author
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-03-19video_core: Reduce unused includesameerj
2021-11-12codes: Rename ComposeFrameHeader to ComposeFrameameerj
These functions were composing the entire frame, not just the headers. Rename to more accurately describe them.
2021-11-12vp8: Implement header compositionameerj
Enables frame decoding with FFmpeg
2021-11-12codecs: Add VP8 codec classameerj