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-09-23hwcontext_vaapi: Improve format mappingMark Thompson
2018-09-23hwcontext_vaapi: Improve logging around quirk detectionMark Thompson
2018-09-21lavu/frame: Add missing conversions from side data enum to nameJun Zhao
2018-09-14Fix typosMichael Bunk
2018-09-14x86/float_dsp: add ff_vector_dmul_{sse2,avx}James Almer
2018-09-12avutil: add float_dsp.vector_dmulPaul B Mahol
2018-09-11Merge commit '642fd4769becc2f4827f8375a3d9e8edd2f5df77'James Almer
2018-09-11Merge commit 'f89ec87afaf0d1abb6d450253b0b348fd554533b'James Almer
2018-09-09avutil/file: allow mapping 0 byte files with av_file_mapMarton Balint
2018-09-09avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8BShiyou Yin
2018-09-09avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.gxw
2018-09-04qsvvpp: Perform full init only when neededJoe Olivas
2018-09-02avcodec/mips: [loongson] reoptimize simple idct with mmi.Shiyou Yin
2018-08-15avutil/encryption_info: Fix size calculation.Jacob Trimble
2018-08-11libavutil: Adds gray floating-point pixel formats.Sergey Lavrushkin
2018-08-05frame: Simplify the video allocationLuca Barbato
2018-08-01x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer
2018-08-01x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer
2018-07-31avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao
2018-07-31lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao
2018-07-25avutil/hwcontext_d3d11va: fix type arguments passed to IDXGIAdapter2_GetDesc()James Almer
2018-07-20avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer
2018-07-19lavu/x86/cpu: Fix aesni detectionalexander schmid
2018-07-11avutil/pixelutils: correct the function name in commentsJun Zhao
2018-06-29hwcontext_opencl: remove an unused variableJun Zhao
2018-06-29hwcontext_opencl: Remove the opencl_device_init in opencl_device_deriveJun Zhao
2018-06-29configure: fix check for opencl_vaapi_intel_media.Jun Zhao
2018-06-27libavutil/encryption_info: Add unit tests.Jacob Trimble
2018-06-27avutil/gitignore: Ignore integer test binary.Jacob Trimble
2018-06-27avutil/encryption_info: Fix documentation problem.Jacob Trimble
2018-06-24hwcontext_opencl: Remove unused variableMark Thompson
2018-06-23libavutil/encryption_info: Allow multiple init info.Jacob Trimble
2018-06-21hwcontext_opencl: use ff_hwframe_map_replace()Rostislav Pehlivanov
2018-06-21hwcontext_internal: add ff_hwframe_map_replaceRostislav Pehlivanov
2018-06-17tests/bprint: Replace the number by macro for bprint initJun Zhao
2018-06-17avutil/log: Replace the number by macro for bprint initJun Zhao
2018-06-15avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer
2018-06-12pixdesc: Only check against valid entries when iterating over lists of enumsDerek Buitenhuis
2018-06-07lavu/hwcontext_opecl: fix the build warningJun Zhao
2018-06-07lavu: add calling convention for OpenCL callback.Ruiling Song
2018-06-06Use the same name for stereo3d frame/packet side dataVittorio Giovara
2018-05-24hwcontext_vaapi: Fix mapping from DRMMark Thompson
2018-05-21hwcontext: Add test for device creation and derivationMark Thompson
2018-05-16lavu/Makefile: Fix alignment and orderingMark Thompson
2018-05-16hwcontext: Do not call device_init again when deriving an existing deviceMark Thompson
2018-05-15avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint
2018-05-10hwcontext_vaapi: Add an assert in vaapi_map_from_drm()Haihao Xiang
2018-05-10avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler