summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '193b09189004ede4a6998e69192d1a9f63602088'James Almer2017-10-261-4/+4
|\
| * thread: Define ff_mutex_* macros as stub functions when threads are disabledDiego Biurrun2017-04-121-4/+4
* | Merge commit '10f4511f14a4e830c0ed471df4cd1cc2a18a481a'James Almer2017-10-261-7/+14
|\ \ | |/
| * libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö2017-03-311-4/+5
* | avcodec/mips: Improve hevc bi weighted hv mc msa functionsKaustubh Raste2017-10-251-0/+35
* | Don't use _tzcnt instrinics with clang for windows w/o BMI.Dale Curtis2017-10-251-1/+2
* | Merge commit '1bd986ed4b0e95ded368a8eeb5c044853c090f9b'James Almer2017-10-242-2/+3
|\ \ | |/
| * hwcontext: Move NONE to the be the first member of AVHWDeviceTypeMark Thompson2017-03-272-2/+3
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-231-5/+5
* | Merge commit '35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc'James Almer2017-10-232-17/+0
|\ \ | |/
| * lavu: Drop deprecated av_dlog macroVittorio Giovara2017-03-232-17/+0
* | Merge commit '619a433eca2c5655c41b799e0b06380020fb1498'James Almer2017-10-232-6/+0
|\ \ | |/
| * lavu: Drop deprecated option typeVittorio Giovara2017-03-232-6/+0
* | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-233-51/+0
|\ \ | |/
| * lavu: Drop deprecated VDPAU pixel formatsVittorio Giovara2017-03-233-51/+0
| * lavc: Drop deprecated stream codec tagVittorio Giovara2017-03-231-2/+2
* | Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer2017-10-233-22/+2
|\ \ | |/
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-233-17/+0
* | avutil/frame: remove unneccessary metadata pointer getterJames Almer2017-10-232-3/+0
* | lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfpMartin Storsjö2017-10-231-2/+2
* | lavc: drop VDAClément Bœsch2017-10-233-16/+0
* | avutil/tests/hmac: remove superfluous loopJames Almer2017-10-221-13/+1
* | avutil/hmac: remove gap in AVHMACType enum valuesJames Almer2017-10-221-1/+1
* | avutil/crc: remove gap in AVCRCId enum valuesJames Almer2017-10-222-7/+0
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-8/+8
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2017-03-231-6/+6
* | Merge commit '8e2346154e6d58b733fd20326ce706f82fd91b3e'James Almer2017-10-211-6/+6
|\ \ | |/
| * libavutil: Hook up the rest of the gcc specific attributes to clang as wellMartin Storsjö2017-03-221-6/+6
* | Merge commit '3aa9c523e9cf4f4a5e239ac737281e096c884907'James Almer2017-10-211-1/+1
|\ \ | |/
| * libavutil: Define the noreturn attribute for clang in MSVC mode as wellMartin Storsjö2017-03-211-1/+1
| * hwcontext: Make it easier to work with device typesMark Thompson2017-03-203-1/+70
| * hwcontext: Add device derivationMark Thompson2017-03-204-1/+100
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-16/+26
|\ \ | |/
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-21/+31
| * spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-073-1/+93
| * libavutil: add av_mod_uintp2James Almer2017-03-011-0/+14
| * intmath: add faster clz supportGanesh Ajjanagadde2017-03-011-0/+19
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-7/+7
| * aarch64: Add parentheses around the offset parameter in movrelMartin Storsjö2017-02-161-2/+2
| * hwcontext_vaapi: Try to support the VDPAU wrapperMark Thompson2017-02-132-34/+52
| * hwcontext_dxva2: support D3D9Exwm42017-02-111-30/+87
| * AVFrame: add an opaque_ref fieldwm42017-02-113-2/+22
* | Bump version for master after 3.4 branchpointn3.5-devMichael Niedermayer2017-10-111-1/+1
* | Bump minor versions for branching 3.4Michael Niedermayer2017-10-111-2/+2
* | avutil/frame: Fix project nameMichael Niedermayer2017-10-111-2/+2
* | avcodec/mips: Improve avc bi-weighted mc msa functionsKaustubh Raste2017-10-101-0/+4
* | hwcontext_vaapi: Add support for mapping to DRM objectsMark Thompson2017-10-091-2/+106
* | hwcontext: Perform usual initialisation on derived device contextsMark Thompson2017-10-092-10/+4
* | hwcontext_vaapi: Set message callbacks on internally-created devicesMark Thompson2017-10-091-0/+21
* | hwcontext_vaapi: Factorise out common connection codeMark Thompson2017-10-091-29/+24