summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp8.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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