summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp8.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-13codes: Rename ComposeFrameHeader to ComposeFrameameerj1-1/+1
These functions were composing the entire frame, not just the headers. Rename to more accurately describe them.
2021-11-13vp8: Implement header compositionameerj1-3/+38
Enables frame decoding with FFmpeg
2021-11-13codecs: Add VP8 codec classameerj1-0/+20