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
AgeCommit message (Expand)Author
2016-09-29hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-09-22audiodsp: reorder arguments for vector_clipfAnton Khirnov
2016-09-22checkasm: add tests for audiodspAnton Khirnov
2016-09-22checkasm: add a test for blockdspAnton Khirnov
2016-09-11checkasm: Read the unsigned value as it shouldLuca Barbato
2016-08-26vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-08-03checkasm: add vp9 MC tests.Ronald S. Bultje
2016-07-23checkasm: Cast unsigned to signedLuca Barbato
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-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-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-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-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-02-18checkasm: Use standard multiple inclusion guardsDiego Biurrun
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
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-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-10-03checkasm: Fix the function name sorting algorithmHenrik Gramner
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-06checkasm: add unit tests for v210encHenrik Gramner
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-11checkasm: Remove unnecessary includeHenrik Gramner
2015-07-30checkasm: Include io.h for isatty, if availableMartin Storsjö