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-07avutil/mathematics: Document av_rescale_rnd() behavior on non int64 resultsMichael Niedermayer
2021-09-10avutil/common: Add FF_PTR_ADD()Michael Niedermayer
2021-09-10avutil/timecode: Avoid fps overflowMichael Niedermayer
2021-09-10avutil/parseutils: Check sign in av_parse_time()Michael Niedermayer
2021-09-10libavutil/eval: Remove CONFIG_TRAPV special handlingMichael Niedermayer
2021-09-10avutil/timecode: Avoid undefined behavior with large framenumMichael Niedermayer
2020-10-05avutil/fixed_dsp: Fix integer overflows in butterflies_fixed_c()Michael Niedermayer
2020-07-05avutil/avsscanf: Add () to avoid integer overflow in scanexp()Michael Niedermayer
2020-07-05avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-05-20avutil/encryption_info: Don't pass NULL to memcpyAndreas Rheinhardt
2019-12-31avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer
2019-12-31avutil/lfg: Document the AVLFG structMichael Niedermayer
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-07-21avutil/softfloat_ieee754: Fix odd bit position for exponent and sign in av_bi...Michael Niedermayer
2019-07-19avutil/mips: refactor msa load and store macros.Shiyou Yin
2019-07-11avutil/hwcontext_vaapi: move kernel_driver into CONFIG_LIBDRMSteven Liu
2019-07-10avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction.Shiyou Yin
2019-07-07lavu/frame: Improve ROI documentationMark Thompson
2019-06-29avutil: add FF_DECODE_ERROR_DECODE_SLICES for AVFrame.decode_error_flagsAmir Pauker
2019-06-16avutil: add FF_DECODE_ERROR_CONCEALMENT_ACTIVE flag for AVFrame.decode_error_...Amir Pauker
2019-06-03hwcontext_qsv: Try to select a matching VAAPI device by defaultMark Thompson
2019-06-03hwcontext_vaapi: Try to create devices via DRM before X11Mark Thompson
2019-06-03hwcontext_vaapi: Add option to set driver nameMark Thompson
2019-06-03hwcontext_vaapi: Make default DRM device selection more helpfulMark Thompson
2019-06-03hwcontext_vaapi: Add option to specify connection typeMark Thompson
2019-06-01avutil/dynarry.h: fix comment grammar mistakes of FF_DYNARRAY_ADDSteven Liu
2019-05-17avutil/tx: should check against (*ctx)Ruiling Song
2019-05-16avutil/tx: fix forward compound non-mod-15 based MDCTsLynne
2019-05-16lavu: bump minor and update APIchanges for the new transform APILynne
2019-05-15libavutil: add an FFT & MDCT implementationLynne
2019-05-12avutil: Add NV24 and NV42 pixel formatsPhilip Langdale
2019-05-05avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr typesManojGuptaBonda
2019-05-02Merge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'James Almer
2019-04-30lavu/hwcontext_qsv: Fix the realign check for hwuploadLinjie Fu
2019-04-24avutil/avstring: Fix bug and undefined behavior in av_strncasecmp()Michael Niedermayer
2019-04-19lavu/hwcontext_d3d: Cast src pointers calling av_image_copy*().Carl Eugen Hoyos
2019-04-19avutil/colorspace: add macros for RGB->YUV BT.709Gyan Doshi
2019-04-16lavu/hwcontext_qsv: Mark a pointer as const.Carl Eugen Hoyos
2019-04-16time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_Martin Storsjö
2019-04-16time_internal: Do not attempt to override *time_r() macrosMichael Niedermayer
2019-04-16avcodec/videotoolbox: add support for 10bit pixel formatfumoboy007
2019-04-10libavutil/hwcontext_opencl: Fix channel order in format support checkJarek Samic
2019-03-30avutil/hcontext_cuda: Remove unnecessary stream synchronisationPhilip Langdale
2019-03-22lavu/opencl: replace va_ext.h with standard nameRuiling Song
2019-03-18lavu/qsv: allow surface size larger than requirementZhong Li
2019-02-27avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw
2019-02-24avutil/cuda_check: Fix non-dynamic-loader implementationPhilip Langdale
2019-02-20Merge commit '41cf3e3b1ca375962951fde1b90a03b16197d205'James Almer
2019-02-20Merge commit '5584abf69d83169a010aca404cd1cf95c23ad9ef'James Almer
2019-02-14avutil/cuda_check: avoid pointlessly exporting same symbol from two librariesTimo Rothenpieler