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-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-26hwcontext_vaapi: implement device creationAnton Khirnov
2016-05-26hwcontext_dxva2: implement device creationAnton Khirnov
2016-05-26hwcontext_cuda: implement device creationAnton Khirnov
2016-05-26hwcontext_vdpau: implement device creationAnton Khirnov
2016-05-26hwcontext: add a function for opening devicesAnton Khirnov
2016-05-19xtea-test: Use struct allocation functions from the APIDiego Biurrun
2016-05-19blowfish-test: Use struct allocation functions from the APIDiego Biurrun
2016-05-19blowfish-test: Return different values for different errorsDiego Biurrun
2016-05-17stereo3d: Add API to get name from value or value from nameVittorio Giovara
2016-05-17hwcontext: add a dxva2 implementationAnton Khirnov
2016-05-16x86inc: Enable AVX emulation in additional casesAnton Mitrofanov
2016-05-16x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov
2016-05-16x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov
2016-05-16x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-13Split global .gitignore file into per-directory filesDiego Biurrun
2016-05-10colorspace: Add support for BT709Jan Ekström
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-29testprogs: Mark some tables as static constDiego Biurrun
2016-04-19pixfmt: fix wrong commentThomas Guillem
2016-04-15hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov
2016-04-11testprogs: Add missing libm.h includesMartin Storsjö
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2016-03-24testprogs: Clean up #includesDiego Biurrun
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24opt: Add const to av_opt_nextLukasz Marek
2016-03-23opt-test: Merge struct declaration and initializationDiego Biurrun
2016-03-23opt-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-23parseutils-test: Move some variable declarations to avoid block bracesDiego Biurrun
2016-03-23des-test: Move a variable declaration to avoid an ifdefDiego Biurrun
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-03-19lavu: add a way to query hwcontext frame constraintsMark Thompson
2016-03-07buffer: drop a reference to a non-existing function from the docsAnton Khirnov
2016-03-07pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxyAnton Khirnov
2016-03-05lavu: improve documentation of some AVFrame functionswm4
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-18hwcontext_cuda/vdpau: add to skipheadersAnton Khirnov
2016-02-15hwcontext: add a CUDA implementationAnton Khirnov
2016-02-15pixfmt: add a CUDA hwaccelled formatAnton Khirnov
2016-02-15hwcontext: add a VDPAU implementationAnton Khirnov
2016-02-14lavu: add a framework for handling hwaccel framesAnton Khirnov
2016-02-14buffer: add support for pools using caller data in allocationAnton Khirnov
2016-01-28x86: Add ymm_reg structJames Almer
2016-01-25pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara
2016-01-25pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara