summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp8.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* codes: Rename ComposeFrameHeader to ComposeFrameameerj2021-11-131-3/+2
| | | | These functions were composing the entire frame, not just the headers. Rename to more accurately describe them.
* vp8: Implement header compositionameerj2021-11-131-1/+45
| | | | Enables frame decoding with FFmpeg
* codecs: Add VP8 codec classameerj2021-11-131-0/+31