summaryrefslogtreecommitdiff
path: root/modules/theora/yuv2rgb.h
AgeCommit message (Collapse)Author
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-01-16Style: No break before list braceRémi Verschelde
clang-format does not handle that well *at all*. For the reference, found the relevant pieces of code with: `ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty`
2016-10-23Add WebM moduleBłażej Szczygieł
Use already existing libraries: libvorbis and libopus. Also use newly added libraries: libvpx, libwebm, libsimplewebm.
2016-10-15theora: Move to a module and split thirdparty libRémi Verschelde
Same rationale as the previous commits.