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
2020-07-01avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-07-01avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer
2019-11-11avutil/lfg: Document the AVLFG structMichael Niedermayer
2019-11-11avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer
2019-11-11avutil/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-21avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()Michael Niedermayer
2019-03-21avutil/mem: Optimize fill32() by unrolling and using 64bitMichael Niedermayer
2018-11-03avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer
2018-10-07avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer
2018-06-15avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer
2018-04-28hwcontext_vaapi: Fix compilation with libva versions < 1.4.0Mark Thompson
2018-04-16Bump minor versions for branching release/4.0Michael Niedermayer
2018-04-15avutil/random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme
2018-04-14Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer
2018-04-14Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer
2018-04-09Drop Windows XP support remnantsDiego Biurrun
2018-04-08qsv: adding Multi Frame Encode supportMaxym Dmytrychenko
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-30Merge commit '3a7b4ae62c798edbd82bcd8fef863c74ed2acd4a'James Almer
2018-03-30arm: Produce .const_data instead of .section .rodata for Mach-OMartin Storsjö
2018-03-30Merge commit '86499771d1228d8303c8eb6509e20c0caaa02da5'James Almer
2018-03-28hwcontext_d3d11: Fix crash with valid adapter but no deviceMark Thompson
2018-03-24avcodec/avcodec.h: Add encryption info side data.Jacob Trimble
2018-03-23hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson
2018-03-23hwcontext_vaapi: Pass correct read/write flags when exporting surfacesMark Thompson
2018-03-23hwcontext_vaapi: Add support for legacy DRM mappingMark Thompson
2018-03-23hwcontext_drm: Clarify value for unknown format modifiersMark Thompson
2018-03-23hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson
2018-03-21qsv: align surface width/height to 16.Ruiling Song
2018-03-21avutil/integer: move the test to the corresponding subdirectoryJames Almer
2018-03-18hwcontext_vaapi: Always include DRM hwcontext headerMark Thompson
2018-03-18hwcontext_vaapi: Fix condition for DRM device derivationMark Thompson
2018-03-18lavu/frame: add QP side datawm4
2018-03-18lavu/frame: fix inconsistent qp_table_buf deprecationwm4
2018-03-16avutil/log: print level prefix also when no AVClass context is availableTobias Rapp
2018-03-16avutil: bump version after the latest AVOption flag additionJames Almer
2018-03-16lavu/opt: add bit stream filter option dump support.Jun Zhao
2018-03-16lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao
2018-03-10avutil: add missing version bump for AV_CRC_8_EBUJames Almer
2018-03-10avutil/parseutils: only accept full us duration, do not accept mss durationMarton Balint
2018-03-08crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs
2018-03-06Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6'Mark Thompson
2018-03-05parseutils: accept only full "ms" suffixRostislav Pehlivanov
2018-03-03parseutils: add support for ms and us suffix for AV_OPT_TYPE_DURATIONAurelien Jacobs
2018-03-01frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov
2018-02-23avutil/timecode: fix starting frame number for 59.94 fpsGyan Doshi
2018-02-22qsv: Default PicStruct to progressiveRuiling Song
2018-02-22hwcontext_vaapi: Fix frames context creation with external attributesMark Thompson
2018-02-22hwcontext_vaapi: Add more surface formatsMark Thompson