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