| Commit message (Expand) | Author | Age | Files | Lines |
* | xtea-test: Use struct allocation functions from the API | Diego Biurrun | 2016-05-19 | 1 | -10/+14 |
* | blowfish-test: Use struct allocation functions from the API | Diego Biurrun | 2016-05-19 | 1 | -13/+17 |
* | blowfish-test: Return different values for different errors | Diego Biurrun | 2016-05-19 | 1 | -2/+2 |
* | stereo3d: Add API to get name from value or value from name | Vittorio Giovara | 2016-05-17 | 3 | -1/+52 |
* | hwcontext: add a dxva2 implementation | Anton Khirnov | 2016-05-17 | 7 | -1/+373 |
* | x86inc: Enable AVX emulation in additional cases | Anton Mitrofanov | 2016-05-16 | 1 | -8/+13 |
* | x86inc: Improve handling of %ifid with multi-token parameters | Anton Mitrofanov | 2016-05-16 | 1 | -2/+2 |
* | x86inc: Fix AVX emulation of some instructions | Anton Mitrofanov | 2016-05-16 | 1 | -20/+24 |
* | x86inc: Fix AVX emulation of scalar float instructions | Henrik Gramner | 2016-05-16 | 1 | -14/+14 |
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 23 | -55/+76 |
* | Split global .gitignore file into per-directory files | Diego Biurrun | 2016-05-13 | 1 | -0/+1 |
* | colorspace: Add support for BT709 | Jan Ekström | 2016-05-10 | 1 | -0/+11 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 11 | -22/+22 |
* | testprogs: Mark some tables as static const | Diego Biurrun | 2016-04-29 | 7 | -17/+17 |
* | pixfmt: fix wrong comment | Thomas Guillem | 2016-04-19 | 1 | -2/+2 |
* | hwcontext: initialize sw_format in av_hwframe_ctx_alloc() | Anton Khirnov | 2016-04-15 | 1 | -0/+1 |
* | testprogs: Add missing libm.h includes | Martin Storsjö | 2016-04-11 | 1 | -0/+1 |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 42 | -1724/+2103 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -4/+4 |
* | testprogs: K&R formatting cosmetics | Diego Biurrun | 2016-03-24 | 6 | -356/+430 |
* | testprogs: Clean up #includes | Diego Biurrun | 2016-03-24 | 2 | -2/+3 |
* | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 3 | -2/+81 |
* | opt: Add const to av_opt_next | Lukasz Marek | 2016-03-24 | 3 | -4/+4 |
* | opt-test: Merge struct declaration and initialization | Diego Biurrun | 2016-03-23 | 1 | -3/+1 |
* | opt-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -36/+35 |
* | parseutils-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -84/+80 |
* | des-test: Move a variable declaration to avoid an ifdef | Diego Biurrun | 2016-03-23 | 1 | -3/+1 |
* | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 7 | -1/+941 |
* | lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI | Mark Thompson | 2016-03-19 | 3 | -1/+23 |
* | lavu: add a way to query hwcontext frame constraints | Mark Thompson | 2016-03-19 | 4 | -1/+125 |
* | buffer: drop a reference to a non-existing function from the docs | Anton Khirnov | 2016-03-07 | 1 | -1/+0 |
* | pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy | Anton Khirnov | 2016-03-07 | 1 | -1/+1 |
* | lavu: improve documentation of some AVFrame functions | wm4 | 2016-03-05 | 1 | -1/+13 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 7 | -8/+0 |
* | hwcontext_cuda/vdpau: add to skipheaders | Anton Khirnov | 2016-02-18 | 1 | -0/+2 |
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 6 | -0/+323 |
* | pixfmt: add a CUDA hwaccelled format | Anton Khirnov | 2016-02-14 | 2 | -0/+10 |
* | hwcontext: add a VDPAU implementation | Anton Khirnov | 2016-02-14 | 5 | -0/+459 |
* | lavu: add a framework for handling hwaccel frames | Anton Khirnov | 2016-02-14 | 6 | -0/+832 |
* | buffer: add support for pools using caller data in allocation | Anton Khirnov | 2016-02-14 | 4 | -2/+47 |
* | x86: Add ymm_reg struct | James Almer | 2016-01-28 | 1 | -0/+1 |
* | pixdesc: Use AV_CEIL_RSHIFT in documentation | Vittorio Giovara | 2016-01-25 | 1 | -3/+3 |
* | pixdesc: Drop unneeded deprecation warning guards | Vittorio Giovara | 2016-01-25 | 1 | -2/+0 |
* | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-23 | 1 | -0/+23 |
* | x86inc: Avoid creating unnecessary local labels | Henrik Gramner | 2016-01-23 | 1 | -2/+4 |
* | x86inc: Simplify AUTO_REP_RET | Henrik Gramner | 2016-01-23 | 1 | -4/+2 |
* | x86inc: Use more consistent indentation | Henrik Gramner | 2016-01-23 | 1 | -67/+67 |
* | x86inc: Preserve arguments when allocating stack space | Henrik Gramner | 2016-01-23 | 1 | -2/+5 |
* | x86inc: Improve FMA instruction handling | Henrik Gramner | 2016-01-23 | 1 | -40/+37 |
* | x86inc: Be more verbose in assertion failures | Henrik Gramner | 2016-01-23 | 1 | -1/+1 |