summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+1
* lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODECAman Gupta2017-12-167-1/+95
* libavutil: Add saturating subtraction functionsAndrew D'Addesio2017-12-043-2/+48
* avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.Thomas Köppe2017-12-021-0/+1
* avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e...Martin Vignali2017-12-021-0/+8
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-292-2/+25
|\
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-282-1/+25
* | lavu/hwcontext_opencl.h: fix build on macOSRodger Combs2017-11-281-0/+4
* | hwcontext_vaapi: Do not assume that sw_format is transferableMark Thompson2017-11-261-7/+14
* | hwcontext_d3d11va: properly reset values after release/closeJan Ekström2017-11-251-5/+16
* | hwcontext_opencl: Reset internal command queue on device_uninitMark Thompson2017-11-251-0/+1
* | hwcontext_d3d11: Log adapter details on device creationMark Thompson2017-11-251-1/+8
* | lavu/pixfmt: Remove gap in the middle of enum AVPixelFormatMark Thompson2017-11-252-2/+2
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-225-1270/+0
* | hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson2017-11-221-10/+7
* | hwcontext_opencl: DRM to OpenCL mapping for ARMMark Thompson2017-11-221-0/+263
* | hwcontext_opencl: D3D11 to OpenCL mappingMark Thompson2017-11-221-2/+319
* | hwcontext_opencl: DXVA2 to OpenCL mappingMark Thompson2017-11-221-0/+397
* | hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDKMark Thompson2017-11-221-0/+365
* | hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignetMark Thompson2017-11-221-0/+298
* | lavu: OpenCL hwcontext implementationMark Thompson2017-11-227-1/+1408
* | lavu: Add OpenCL hardware pixfmtMark Thompson2017-11-223-1/+12
* | compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-201-1/+1
* | lavu/qsv: remove unused variableZhong Li2017-11-201-1/+0
* | hwcontext_vaapi: add the fourcc of I420 format map.Jun Zhao2017-11-201-1/+3
* | Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-191-5/+1
|\ \ | |/
* | hwcontext_d3d11va: add missing stdint.h includeTimo Rothenpieler2017-11-171-0/+1
* | Avoid corrupting diagnostic state with _Pragma changes.Dale Curtis2017-11-141-2/+2
* | avutil/crc: use ff_thread_once at av_crc_get_tableMuhammad Faiz2017-11-141-20/+29
* | Fix missing used attribute for inline assembly variablesThomas Köppe2017-11-131-0/+17
* | hwcontext_vaapi: Fix build with libva 2.0Mark Thompson2017-11-121-1/+1
* | Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer2017-11-112-8/+1
|\ \ | |/
| * 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
* | Merge commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d'James Almer2017-11-111-1/+1
|\ \ | |/
| * aarch64: Get rid of a stray double spaceMartin Storsjö2017-10-181-1/+1
* | Merge commit '7ac092d05de487d088bc96ab4a7bd6207fbfa98c'James Almer2017-11-111-2/+2
|\ \ | |/
| * build: CryptGenRandom --> wincrypt, it is a better nameDiego Biurrun2017-10-121-2/+2
* | Merge commit 'b46900914a1f25ce8dbf49d7c53766ff1f18b60f'James Almer2017-11-111-1/+1
|\ \ | |/
| * build: Merge mach/mach_time.h and mach_absolute_time() checksDiego Biurrun2017-10-121-1/+1
* | Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'James Almer2017-11-111-5/+0
|\ \ | |/
| * 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
* | Merge commit 'ccbb31c14b766ef666ef2daa8c467e478183a957'James Almer2017-11-111-0/+17
|\ \ | |/
| * 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
* | Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer2017-11-111-1/+1
|\ \ | |/
* | Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer2017-11-112-4/+8
|\ \ | |/
| * msvc: Properly specify dllexport for data symbols shared across dll boundariesMartin Storsjö2017-08-311-6/+0