summaryrefslogtreecommitdiffstats
path: root/test/ref
Commit message (Expand)AuthorAgeFilesLines
* test: update to new ffmpeg pixfmtswm42020-06-174-5/+22
* video: add AV_PIX_FMT_UYYVYY411 conversion supportwm42020-05-222-2/+3
* video: clean up pixel metadata stuff some morewm42020-05-201-271/+271
* video: shuffle imgfmt metadata code aroundwm42020-05-201-79/+79
* video: fix AV_PIX_FMT_UYYVYY411 allocationwm42020-05-181-2/+1
* video: add pixel component location metadatawm42020-05-181-1/+480
* video: clean up some imgfmt related stuffwm42020-05-181-651/+651
* test: explicitly test repacking for all packed RGB variantswm42020-05-181-31/+31
* draw_bmp: add integer blending for 8 bit formatswm42020-05-121-28/+28
* draw_bmp: don't make strange decisions on broken iknput csp paramswm42020-05-121-63/+63
* draw_bmp: rewritewm42020-05-091-0/+218
* repack: add support for converting from/to float formatswm42020-05-091-0/+164
* video: add yuv float formatswm42020-05-092-0/+122
* video: fix rgb30 component orderwm42020-05-091-1/+1
* video: separate repacking code from zimg and make it independentwm42020-05-091-0/+163
* img_format: treat both monow and monob as RGBwm42020-04-231-2/+2
* img_format: add some mpv-only helper formatswm42020-04-232-0/+61
* img_format: add format description table for mpv-only formatswm42020-04-231-2/+2
* zimg: add support for 1 bit per pixel formatswm42020-04-131-2/+2
* zimg: add packed YUV bullshitwm42020-04-131-5/+5
* test: add list of zimg/sws conversionswm42020-04-131-0/+198
* zimg: add support for big endian input and outputwm42020-04-131-0/+4
* test: update img_formats.txtwm42020-02-291-6/+27
* img_format: add gray/alpha planar formatswm42020-02-101-0/+14
* zimg: add alpha supportwm42020-02-091-0/+6
* test: add tests for zimg RGB repackingwm42019-11-092-0/+26
* test: add dumping of img_format metadatawm42019-11-081-0/+1802