summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'Mark Thompson2018-01-251-1/+1
|\
| * intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö2018-01-161-1/+1
* | avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble2018-01-233-2/+13
* | x86inc: Drop cpuflags_slowctzHenrik Gramner2018-01-201-3/+2
* | x86inc: Correctly set mmreg variablesHenrik Gramner2018-01-201-51/+36
* | x86inc: Support creating global symbols from local labelsHenrik Gramner2018-01-201-1/+11
* | x86inc: Use .rdata instead of .rodata on WindowsHenrik Gramner2018-01-201-0/+4
* | x86inc: Enable AVX emulation for floating-point pseudo-instructionsHenrik Gramner2018-01-201-0/+32
* | Merge commit 'e23190269fb6e8217d080918893641ba3e0e3556'Mark Thompson2018-01-161-0/+4
|\ \ | |/
| * lavu/qsv: add log message for libmfx versionZhong Li2017-12-291-0/+4
* | hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints()wm42018-01-161-0/+33
* | hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints()wm42018-01-151-16/+39
* | avutil/mastering_display_metadata: fix copyright header wrongly formated as doxyJames Almer2018-01-111-1/+1
* | It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-057-401/+0
* | avutil/log: use thread wrappers for the locking functionalityJames Almer2018-01-041-10/+4
* | hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctlywm42018-01-041-0/+1
* | libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl...Humberto Ribeiro2018-01-041-1/+5
* | lavu/mem: Allow allocations close to max_alloc_size with av_fast_realloc().Carl Eugen Hoyos2018-01-041-1/+6
* | lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos2018-01-011-1/+1
* | lavc: replace and deprecate the lock managerwm42017-12-261-0/+2
* | w32pthreads: always use Vista+ API, drop XP supportwm42017-12-261-4/+0
* | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer2017-12-241-10/+16
* | x86inc: AVX-512 supportHenrik Gramner2017-12-241-33/+139
* | avutil: add alignment needed for AVX-512James Darnley2017-12-242-1/+3
* | avutil: detect when AVX-512 is availableJames Darnley2017-12-241-2/+10
* | avutil: add AVX-512 flagsJames Darnley2017-12-245-2/+10
* | 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