summaryrefslogtreecommitdiffstats
path: root/video/zimg.c
Commit message (Expand)AuthorAgeFilesLines
* DOCS/contribute.md, zimg: remove 2 instances of an extraneous "s"wm42019-11-071-1/+1
* zimg: support subsampled chroma with non-aligned image sizeswm42019-11-021-2/+9
* zinmg: stop using GBRP for RGBwm42019-11-021-23/+28
* zimg: correct RGB30 order (probably)wm42019-11-021-1/+1
* zimg: make --zimg-fast=yes defaultwm42019-11-021-0/+1
* zimg: pass through Y plane when repacking nv12wm42019-11-021-31/+38
* zimg: add semi-planar repackerwm42019-11-021-1/+123
* zimg: fix out of bounds memory accesses due to broken zmaskwm42019-11-021-39/+37
* zimg: add more packers/unpackerswm42019-10-311-59/+106
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-311-29/+40
* sws_utils: shuffle around some shitwm42019-10-311-4/+19
* Use mp_log2() instead of av_log2()wm42019-10-311-3/+3
* 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