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
2022-04-14avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer
2021-09-11avutil/common: Add FF_PTR_ADD()Michael Niedermayer
2021-09-11avutil/timecode: Avoid fps overflowMichael Niedermayer
2021-09-11libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer
2021-09-11avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer
2021-09-11avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer
2020-07-02avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2019-12-01avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer
2019-11-15avutil/lfg: Document the AVLFG structMichael Niedermayer
2019-11-15avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer
2019-11-15avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer
2019-07-23avutil/mem: Fix invalid use of av_alloc_sizeMark Harris
2019-03-24avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer
2019-03-24avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer
2018-10-28avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer
2018-10-28avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer
2018-06-18avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer
2018-06-18avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer
2018-01-05hwcontext_dxva2: initialize D3DDISPLAYMODEEX correctlywm4
2018-01-05libavutil/hwcontext_dxva2: Add check for possible errors from GetAdapterDispl...Humberto Ribeiro
2017-12-08avutil/softfloat: Add FLOAT_MINMichael Niedermayer
2017-10-23lavu/arm: Check for have_vfp_vm instead of !have_vfpv3 for float_dsp_vfpMartin Storsjö
2017-10-15hwcontext_vaapi: Remove use of vaExportSurfaceHandle()n3.4Mark Thompson
2017-10-11Bump minor versions for branching 3.4Michael Niedermayer
2017-10-11avutil/frame: Fix project nameMichael Niedermayer
2017-10-11avcodec/mips: Improve avc bi-weighted mc msa functionsKaustubh Raste
2017-10-09hwcontext_vaapi: Add support for mapping to DRM objectsMark Thompson
2017-10-09hwcontext: Perform usual initialisation on derived device contextsMark Thompson
2017-10-09hwcontext_vaapi: Set message callbacks on internally-created devicesMark Thompson
2017-10-09hwcontext_vaapi: Factorise out common connection codeMark Thompson
2017-10-09lavu/opt: Use "&&" instead of "*" in boolean expression.Carl Eugen Hoyos
2017-10-08lavu/utils: Use "__asm__" like everywhere else in the codebase.Carl Eugen Hoyos
2017-09-28Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer
2017-09-28avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer
2017-09-28Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer
2017-09-28Merge commit 'ce6d72d10776b03c6780d4aa676414ce002285d4'James Almer
2017-09-27avcodec/mips: Improve avc weighted mc msa functionsKaustubh Raste
2017-09-27Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-24avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste
2017-09-21pixdesc: Add API to map color property names to enum valuesVittorio Giovara
2017-09-20avutil/hwcontext_dxva2: return an error when buffer allocation failsJames Almer
2017-09-20hwcontext_vaapi: Fix DRM format mappingMark Thompson
2017-09-16avutil/imgutils: Fix warning: missing braces around initializerMichael Niedermayer
2017-09-15avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste
2017-09-15hwcontext_vaapi: Fix build failure with old libdrmJun Zhao
2017-09-14hwcontext_vaapi: Add DRM to VAAPI mappingMark Thompson
2017-09-14lavu: Add DRM hwcontextMark Thompson
2017-09-10add missing ignore filesJesse Liu
2017-09-08lavu/timer.h: add Linux Perf API supportClément Bœsch