summaryrefslogtreecommitdiffstats
path: root/video/zimg.c
Commit message (Expand)AuthorAgeFilesLines
* 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