summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-081-0/+5
* arm: Produce .const_data instead of .section .rodata for Mach-OMartin Storsjö2018-03-301-1/+7
* qsv: align surface width/height to 16.Ruiling Song2018-03-211-4/+4
* qsv: Default PicStruct to progressiveRuiling Song2018-02-221-0/+1
* hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson2018-02-111-10/+7
* hwcontext: Perform usual initialisation on derived device contextsMark Thompson2018-02-112-11/+4
* Drop some unnecessary config.h #includesDiego Biurrun2018-02-065-4/+2
* hwcontext: Fix memory leak on derived frame allocation failureMark Thompson2018-02-041-1/+3
* hwcontext: Fix documentation for av_hwdevice_ctx_alloc()Jun Zhao2018-02-041-1/+2
* intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö2018-01-161-1/+1
* lavu/qsv: add log message for libmfx versionZhong Li2017-12-291-0/+4
* stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-282-1/+25
* build: Drop support for legacy TI ARM compilerDiego Biurrun2017-10-252-8/+1
* hwcontext_vaapi: Set message callbacks on internally-created devicesMark Thompson2017-10-251-0/+21
* arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfpMartin Storsjö2017-10-241-2/+2
* aarch64: Get rid of a stray double spaceMartin Storsjö2017-10-181-1/+1
* build: CryptGenRandom --> wincrypt, it is a better nameDiego Biurrun2017-10-121-2/+2
* build: Merge mach/mach_time.h and mach_absolute_time() checksDiego Biurrun2017-10-121-1/+1
* build: Drop support for Tru64 Unix (OSF/1)Diego Biurrun2017-10-101-5/+0
* cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-10-096-7/+51
* qsv: Make sure the session is set with the latest versionLuca Barbato2017-09-271-0/+17
* pixdesc: Add API to map color property names to enum valuesVittorio Giovara2017-09-213-1/+90
* 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
OpenPOWER on IntegriCloud