Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara
2016-01-21fate: add 10-bit v210 encoder testsJames Darnley
2016-01-07checkasm: Check register clobbering on aarch64Martin Storsjö
2016-01-07checkasm: Check register clobbering on armMartin Storsjö
2015-12-29checkasm: x86: post commit review fixesJanne Grunau
2015-12-24dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková
2015-12-23dca: change the core to work with integer coefficients.Alexandra Hájková
2015-12-21checkasm: add fmtconvert testsJanne Grunau
2015-12-21checkasm: add synth_filter testJanne Grunau
2015-12-21checkasm: add tests for dcadspJanne Grunau
2015-12-21checkasm: add float comparison util functionsJanne Grunau
2015-12-21x86: checkasm: check for or handle missing cleanup after MMX instructionsJanne Grunau
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-12-05checkasm: add HEVC MC testsAnton Khirnov
2015-11-24movenc-test: Fix integer overflowsMichael Niedermayer
2015-11-24fate: Rework sgi tests into a suite and add the missing onesVittorio Giovara
2015-11-24sgienc: Do not end RLE lines with 0sVittorio Giovara
2015-11-11movenc: Add a unit test for signaling of the track start timesMartin Storsjö
2015-11-11movenc: Add a unit test for frag_discont with edit listsMartin Storsjö
2015-11-10movenc: Add an API unit test for fragmenting options/callsMartin Storsjö
2015-10-23innoHeim/Rsupport Screen Capture Codec decoderVittorio Giovara
2015-10-15fate: Move screenpresso to the appropriate screen capture fileVittorio Giovara
2015-10-03checkasm: Fix the function name sorting algorithmHenrik Gramner
2015-10-02dnxhddata: Fix 10-bit DNxHD quant matricesJoseph Artsimovich
2015-09-30Screenpresso SPV1 decoderVittorio Giovara
2015-09-29tiny_psnr: Use the correct abs() versionVittorio Giovara
2015-09-28checkasm/x86: Correctly handle variadic functionsHenrik Gramner
2015-09-28checkasm: Use a self-balancing treeHenrik Gramner
2015-09-17checkasm: v210: Fix array overwriteHenrik Gramner
2015-09-13fate: Change global error option to private error_rate optionVittorio Giovara
2015-09-13fate: Move mv0 option from global to mpv privateVittorio Giovara
2015-09-13avconv_filter: Use full named optionsVittorio Giovara
2015-09-06checkasm: add unit tests for v210encHenrik Gramner
2015-09-02DXV decoderVittorio Giovara
2015-08-28checkasm: Fix floating point arguments on 64-bit WindowsHenrik Gramner
2015-08-20checkasm: Explicitly declare function prototypesHenrik Gramner
2015-08-20checkasm: x86: properly save rdx/edx in checked_call()Henrik Gramner
2015-08-20fate: test only demuxing in asf-repldataJanne Grunau
2015-08-16fate: Make sure a corner-case for ASF is coveredAlexandra Hájková
2015-08-11checkasm: Remove unnecessary includeHenrik Gramner
2015-07-31fate/mp3: use the f32le format as outputAnton Khirnov
2015-07-31fate/mp3: specify the number of output samples instead of filesizeAnton Khirnov
2015-07-30checkasm: Include io.h for isatty, if availableMartin Storsjö
2015-07-29fate: add test vectors for HMAC SHA and SHA-2James Almer
2015-07-27fate: Add hap-chunk ref fileVittorio Giovara
2015-07-27Support the Hap chunked frame formatTom Butterworth
2015-07-27checkasm: Modify report formatHenrik Gramner
2015-07-26checkasm: Use LOCAL_ALIGNEDMichael Niedermayer