summaryrefslogtreecommitdiffstats
path: root/video/zimg.c
Commit message (Expand)AuthorAgeFilesLines
* zimg: minor name consistency improvementwm42019-10-211-3/+3
* zimg: support RGB30 outputwm42019-10-201-1/+30
* zimg: move component order arrays to top of filewm42019-10-201-4/+6
* zimg: support 3 component 16 bit pixel unpackingwm42019-10-201-0/+22
* zimg: avoid theoretical FFmpeg planar RGB/YUV mixupwm42019-10-201-5/+17
* zimg: add some more colorspace mappingswm42019-10-201-5/+5
* video: add zimg wrapperwm42019-10-201-0/+608