summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-311-6/+0
* Remove support for building for mingw32ce (Windows CE)Martin Storsjö2017-08-312-2/+2
* aarch64: Fix negative movrel offsets for windowsMartin Storsjö2017-08-221-0/+9
* pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara2017-08-103-1/+7
* imgutils: add function to clear an image to blackwm42017-07-263-1/+195
* lavc, lavu: move frame cropping to a convenience functionwm42017-07-263-1/+135
* d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-07-051-3/+3
* hwcontext_d3d11va: add option to enable debug modewm42017-06-272-0/+36
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-272-2/+14
* hwcontext_d3d11va: allocate staging texture lazilywm42017-06-271-12/+34
* hwcontext_d3d11va: fix crash on frames_init failurewm42017-06-271-0/+2
* d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...Martin Storsjö2017-06-181-33/+47
* hwcontext: Mark local table static constMark Thompson2017-06-151-1/+1
* ppc: Drop support for Apple GCCDiego Biurrun2017-06-131-4/+1
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-124-7/+25
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-081-0/+3
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-089-3/+678
* avutil/md5: fix misaligned readsJames Almer2017-06-021-12/+8
* vaapi: Add ABGR map only if VA_FOURCC_ABGR is definedElviss Strazdins2017-05-291-0/+2
* avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-201-1/+8
* arm: Check for the .arch directive in configureMartin Storsjö2017-05-081-0/+2
* hwcontext: Improve allocation in derived contextsMark Thompson2017-04-304-3/+22
* hwcontext_qsv: Implement mapping frames to the child device typeMark Thompson2017-04-301-2/+86
* hwcontext_qsv: Implement mapping frames from the child device typeMark Thompson2017-04-301-32/+142
* hwcontext: Add frame context mapping for nontrivial contextsMark Thompson2017-04-302-1/+13
* hwcontext_qsv: Support derivation from child devicesMark Thompson2017-04-301-29/+84
* spherical: add functions to retrieve and request projection namesJames Almer2017-04-273-1/+47
* mem: uninline av_malloc(z)_array()Anton Khirnov2017-04-262-12/+16
* pixfmt: Add gbrap10 pixel formatPaul B Mahol2017-04-132-0/+32
* thread: Define ff_mutex_* macros as stub functions when threads are disabledDiego Biurrun2017-04-121-4/+4
* libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö2017-03-311-4/+5
* 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
* lavu: Drop deprecated av_dlog macroVittorio Giovara2017-03-232-17/+0
* lavu: Drop deprecated option typeVittorio Giovara2017-03-232-6/+0
* lavu: Drop deprecated VDPAU pixel formatsVittorio Giovara2017-03-233-51/+0
* lavc: Drop deprecated stream codec tagVittorio Giovara2017-03-231-2/+2
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-233-17/+0
* Bump major versions of all librariesVittorio Giovara2017-03-231-6/+6
* libavutil: Hook up the rest of the gcc specific attributes to clang as wellMartin Storsjö2017-03-221-6/+6
* 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
* 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
OpenPOWER on IntegriCloud