summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* command: extend subprocess commandwm42020-07-201-6/+12
* zimg: add slice threading and use it by defaultwm42020-07-151-0/+1
* test: update to new ffmpeg pixfmtswm42020-06-175-5/+25
* video: add AV_PIX_FMT_UYYVYY411 conversion supportwm42020-05-223-4/+8
* video: clean up pixel metadata stuff some morewm42020-05-202-275/+280
* video: shuffle imgfmt metadata code aroundwm42020-05-202-92/+97
* video: fix AV_PIX_FMT_UYYVYY411 allocationwm42020-05-181-2/+1
* video: add pixel component location metadatawm42020-05-182-1/+513
* video: clean up some imgfmt related stuffwm42020-05-184-667/+671
* test: explicitly test repacking for all packed RGB variantswm42020-05-182-36/+117
* draw_bmp: use command line options for any used scalerswm42020-05-131-3/+3
* 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-122-64/+64
* draw_bmp: add a function to return a single-texture OSD overlaywm42020-05-111-2/+2
* draw_bmp: rewritewm42020-05-092-0/+285
* repack: add support for converting from/to float formatswm42020-05-092-3/+282
* video: add yuv float formatswm42020-05-092-0/+122
* video: fix rgb30 component orderwm42020-05-092-1/+4
* video: separate repacking code from zimg and make it independentwm42020-05-094-0/+442
* test: fix some idiotic UBwm42020-05-061-3/+3
* 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
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-232-3/+2
* 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-132-0/+217
* 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
* path: add mp_path_is_absolute()wm42020-02-061-0/+20
* path: change win32 semantics for joining drive-relative pathswm42020-02-061-1/+1
* test: add some path handling testswm42020-02-063-0/+50
* test: add tests for zimg RGB repackingwm42019-11-099-4/+346
* test: fix --unittest matchingwm42019-11-081-1/+1
* test: add dumping of img_format metadatawm42019-11-084-1/+2076
* test: merge test_helpers.c and index.cwm42019-11-088-63/+51
* test: make build fail if NDEBUG is definedwm42019-11-081-0/+4
* test: just always provide a context for all entrypointswm42019-11-086-19/+24
* test: make tests part of the mpv binarywm42019-11-089-192/+229
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-231-0/+4
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+7
* test/linked_list: silence nonsense warningswm42019-09-211-6/+12
* test: fix cmocka assert_float_equal shadowing warningswm42019-09-212-8/+5
* misc: add linked list helperswm42018-05-241-0/+162
* json: add some non-standard extensionswm42018-05-241-3/+13
* json: format slightly nicer escape sequenceswm42018-05-241-1/+2
* test: add tests for json parser/formatterwm42018-05-241-0/+86
* tests: stop comparing floats against DBL_EPSILON, use FLT_EPSILONIlya Tumaykin2018-02-032-6/+7
* tests: fix include after 6597998Ilya Tumaykin2017-10-171-1/+1
* chmap_sel: prefer inexact equivalents over perfect upmixwm42016-01-041-3/+8
* tests: fix #includeIlya Tumaykin2015-12-221-1/+1
* audio: fix channel map fallback selection (again)wm42015-06-251-0/+10
* test: update cmocka version to 1.0Stefano Pigozzi2015-06-133-24/+24
* chmap_sel: improve speaker replacement handlingwm42015-06-121-0/+15
* audio: simplify furtherwm42015-05-081-12/+3
* audio: remove mp_chmap_contains()wm42015-05-081-24/+0
* audio: redo channel map fallback selectionwm42015-05-081-1/+7
* test: simplify chmap_sel testswm42015-05-081-121/+44
* audio: remove UNKNOWN pseudo speakerswm42015-05-071-3/+1
* audio: avoid downmixing in a certain special-casewm42015-04-271-0/+17
* vo_opengl: add gamma-auto optionStefano Pigozzi2015-03-042-0/+46
* chmap_sel: add multichannel fallback heuristicStefano Pigozzi2014-12-293-0/+229