summaryrefslogtreecommitdiffstats
path: root/video/repack.c
Commit message (Expand)AuthorAgeFilesLines
* repack: add restrict qualifier to src/dst pointersKacper Michajłow2024-03-191-36/+36
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-8/+8
* repack: add repacker for ccc16x16 formatsPhilip Langdale2022-09-101-9/+12
* osdep: rename MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* osdep: add MP_UNREACHABLENiklas Haas2021-11-031-1/+1
* repack: handle endian in a more general waywm42020-06-171-6/+7
* video: add AV_PIX_FMT_UYYVYY411 conversion supportwm42020-05-221-30/+52
* repack: use new imgfmt metadata in more caseswm42020-05-211-74/+59
* video: shuffle imgfmt metadata code aroundwm42020-05-201-11/+11
* repack: make generic weird pixfmt shit even more generic and obfuscatedwm42020-05-181-54/+20
* video: clean up some imgfmt related stuffwm42020-05-181-8/+8
* repack: fix incorrect assert()wm42020-05-121-1/+1
* repack: add support for converting from/to float formatswm42020-05-091-0/+116
* video: fix rgb30 component orderwm42020-05-091-2/+2
* video: separate repacking code from zimg and make it independentwm42020-05-091-0/+1110