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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-02Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc'Clément Bœsch
2017-02-02Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'Clément Bœsch
2017-01-24Merge commit '71a0472114574993df7035f4de9aa007e03817b8'Clément Bœsch
2017-01-14arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö
2016-12-27checkasm/vp9: benchmark all sub-IDCTs (but not WHT or ADST).Ronald S. Bultje
2016-11-17Merge commit '7b1ae0e73ab7f7c5eabc70dbe2e579127c6e154f'Hendrik Leppkes
2016-11-17Merge commit '80fbb7becae530167373fe5178966b7d7604306e'Hendrik Leppkes
2016-11-17Merge commit '8c816c0c9b12fdefd9046415e97df299880bc9b8'Hendrik Leppkes
2016-11-17Merge commit 'ec32574209f36467ef0d22c21a7e811ba98c15b6'Hendrik Leppkes
2016-11-14Merge commit 'f8d17d53957056c053a46f9320fa7ae6fe1479a5'Hendrik Leppkes
2016-11-14Merge commit 'e48746deec48e9ff195841bc3266b4e153a878cd'Hendrik Leppkes
2016-10-07Merge commit 'dc7501e524dc3270335749302c7aa449973625f3'Hendrik Leppkes
2016-08-11checkasm: h264dsp: Initialize the padding areaMartin Storsjö
2016-07-27checkasm/vp9dsp: use declare_func_emms in check_loopfilterJames Almer
2016-07-22checkasm: add HEVC test for testing IDCT DCAlexandra Hájková
2016-07-21arm: Check for support for the .fpu directiveMartin Storsjö
2016-07-17checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCRMartin Storsjö
2016-07-17cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfpJanne Grunau
2016-07-17checkasm: arm: Don't start new const blocks for each stringMartin Storsjö
2016-07-16checkasm: arm: report the first clobbered register in checkasm_checked_callJanne Grunau
2016-07-13checkasm/arm: preserve the stack alignment checkasm_checked_callJanne Grunau
2016-07-13checkasm: vp8.mc: initialize the full src buffer after ec32574209fJanne Grunau
2016-07-13Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36'Matthieu Bouron
2016-07-13tests/checkasm: reduce cosmetic diff with libavMatthieu Bouron
2016-07-10checkasm/arm: align the clobber check data properly for ldrdJanne Grunau
2016-07-10checkasm: vp8: mc: test unequal width/height for partitionsJanne Grunau
2016-07-08checkasm: Add tests for vp8dspMartin Storsjö
2016-07-02tests/checkasm/pixblockdsp: Test 8 byte aligned positionsMichael Niedermayer
2016-06-29checkasm: hevc: Iterate over features first, then over bitdepthsMartin Storsjö
2016-06-28checkasm: h264dsp: Move the x and y variables into the randomize_buffer macroMartin Storsjö
2016-06-28checkasm: h264dsp: Initialize the padding areaMartin Storsjö
2016-06-22Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-06-21checkasm: Issue emms after benchmarking functionsMartin Storsjö
2016-06-17checkasm: Add tests for h264 idctMartin Storsjö
2016-05-13Split global .gitignore file into per-directory filesDiego Biurrun
2016-05-09Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-13tests/checkasm/vf_colorspace: Make bpp_mask constMichael Niedermayer
2016-04-13tests/checkasm/vf_colorspace: Fix dst array sizesMichael Niedermayer
2016-04-12vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-02-24Merge commit '7c82d31cbe9fc5d5a321ad49c14a472bd629b50f'Derek Buitenhuis
2016-02-22checkasm: bench each vf_blend mode onceJames Almer
2016-02-19checkasm: fix dependencies for vf_blend testsJames Almer
2016-02-18checkasm: Use standard multiple inclusion guardsDiego Biurrun
2016-02-14checkasm/vf_blend: Decrease iteration countTimothy Gu
2016-02-14checkasm: Add vf_blend testsTimothy Gu
2016-02-01all: Make header guard names consistentTimothy Gu
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86