Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-02lavu/mem: Do not realloc in av_fast_realloc() if size == min_size.Carl Eugen Hoyos
2017-12-26lavc: replace and deprecate the lock managerwm4
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
2017-12-25x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer
2017-12-25x86inc: AVX-512 supportHenrik Gramner
2017-12-25avutil: add alignment needed for AVX-512James Darnley
2017-12-25avutil: detect when AVX-512 is availableJames Darnley
2017-12-25avutil: add AVX-512 flagsJames Darnley
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-12-16lavu/hwcontext: add AV_HWDEVICE_TYPE_MEDIACODECAman Gupta
2017-12-04libavutil: Add saturating subtraction functionsAndrew D'Addesio
2017-12-02avutil/mem: Add DECLARE_ASM_ALIGNED macro for DJGPP architecture.Thomas Köppe
2017-12-02avutil/x86util : add macro for loading a 128 bits constants in an xmm or in e...Martin Vignali
2017-11-30Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer
2017-11-28stereo3d: Support view type for frame sequence typeVittorio Giovara
2017-11-28lavu/hwcontext_opencl.h: fix build on macOSRodger Combs
2017-11-26hwcontext_vaapi: Do not assume that sw_format is transferableMark Thompson
2017-11-25hwcontext_d3d11va: properly reset values after release/closeJan Ekström
2017-11-25hwcontext_opencl: Reset internal command queue on device_uninitMark Thompson
2017-11-25hwcontext_d3d11: Log adapter details on device creationMark Thompson
2017-11-25lavu/pixfmt: Remove gap in the middle of enum AVPixelFormatMark Thompson
2017-11-23lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson
2017-11-23hwcontext: Perform usual uninitialisation on derived frames contextsMark Thompson
2017-11-23hwcontext_opencl: DRM to OpenCL mapping for ARMMark Thompson
2017-11-23hwcontext_opencl: D3D11 to OpenCL mappingMark Thompson
2017-11-23hwcontext_opencl: DXVA2 to OpenCL mappingMark Thompson
2017-11-23hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDKMark Thompson
2017-11-23hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignetMark Thompson
2017-11-23lavu: OpenCL hwcontext implementationMark Thompson
2017-11-23lavu: Add OpenCL hardware pixfmtMark Thompson
2017-11-20compat/cuda: Pass a logging context to load functionsMark Thompson
2017-11-20lavu/qsv: remove unused variableZhong Li
2017-11-20hwcontext_vaapi: add the fourcc of I420 format map.Jun Zhao
2017-11-20Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer
2017-11-18hwcontext_d3d11va: add missing stdint.h includeTimo Rothenpieler
2017-11-14Avoid corrupting diagnostic state with _Pragma changes.Dale Curtis
2017-11-14avutil/crc: use ff_thread_once at av_crc_get_tableMuhammad Faiz
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2017-11-12hwcontext_vaapi: Fix build with libva 2.0Mark Thompson
2017-11-12Merge commit '0af8a72174108b9bb482f1073a1e9a3bc258af51'James Almer
2017-11-11Merge commit '69ac24e556c6fbc7138be5a60d0b90d2a5676c3d'James Almer
2017-11-11Merge commit '7ac092d05de487d088bc96ab4a7bd6207fbfa98c'James Almer
2017-11-11Merge commit 'b46900914a1f25ce8dbf49d7c53766ff1f18b60f'James Almer
2017-11-11Merge commit '09c98327b9f25c6c1716c0ee82ce09d8b484887a'James Almer
2017-11-11Merge commit 'ccbb31c14b766ef666ef2daa8c467e478183a957'James Almer
2017-11-11Merge commit 'accb06120c13a4ead442464d96f2fa318fa07a4e'James Almer
2017-11-11Merge commit 'abf1c058d1bd0ed1b820ea5e501a4484756f00b0'James Almer
2017-11-11Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer
2017-11-11Merge commit '7b7760ad6efb7b96122aa7133ad21e22653ae222'James Almer
2017-11-10avutil/frame: Add private_ref to AVFrameMichael Niedermayer