summaryrefslogtreecommitdiffstats
path: root/video/zimg.c
Commit message (Expand)AuthorAgeFilesLines
* csputils: add MP_CHROMA_TOPLEFTNiklas Haas2020-12-021-0/+1
* zimg: add slice threading and use it by defaultwm42020-07-151-20/+108
* zimg: refactor (move around fields)wm42020-07-151-73/+104
* video: separate repacking code from zimg and make it independentwm42020-05-091-894/+60
* sws_utils: allow setting zimg options directlywm42020-05-091-8/+10
* zimg: remove C11 aligned_alloc() requirementwm42020-05-011-5/+9
* zimg: don't assume zimg reads are 64 byte alignedwm42020-04-251-4/+6
* video: add alpha type metadatawm42020-04-241-1/+2
* zimg: get rid of special "override" fields for low depth RGB/graywm42020-04-231-34/+16
* zimg: slightly cleanup some mpv format handling nonsensewm42020-04-231-34/+40
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-231-14/+7
* zimg: fix swapped chroma planes with packed YUV bullshitwm42020-04-141-4/+4
* zimg: fix build with older FFmpeg (troublesome Intel dude format)wm42020-04-141-0/+2
* zimg: add support for 1 bit per pixel formatswm42020-04-131-0/+52
* zimg: add packed YUV bullshitwm42020-04-131-1/+111
* zimg: add support for some RGB fringe formatswm42020-04-131-0/+174
* zimg: add support for big endian input and outputwm42020-04-131-50/+155
* options: change option macros and all option declarationswm42020-03-181-14/+13
* zimg: fix previous odd sizes commitwm42020-02-131-4/+2
* zimg: correct output to odd (chroma un-aligned) sizeswm42020-02-121-10/+18
* zimg: fix typos in a commentwm42020-02-121-3/+2
* zimg: add pal8 unpackerwm42020-02-101-0/+39
* zimg: rename zplanes fieldwm42020-02-101-4/+4
* zimg: support gray/alpha conversionwm42020-02-101-6/+19
* zimg: fix some confusion about plane permutationwm42020-02-101-4/+9
* zimg: add alpha supportwm42020-02-091-18/+63
* 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