summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp8.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* codes: Rename ComposeFrameHeader to ComposeFrameameerj2021-11-131-1/+1
| | | | These functions were composing the entire frame, not just the headers. Rename to more accurately describe them.
* vp8: Implement header compositionameerj2021-11-131-3/+38
| | | | Enables frame decoding with FFmpeg
* codecs: Add VP8 codec classameerj2021-11-131-0/+20