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-06-30avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer
2020-05-27Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis
2020-05-15avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis
2020-01-31avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint
2020-01-31avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint
2020-01-31avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint
2020-01-31avutil/common: use unsigned int in GET_UTF8Marton Balint
2019-10-06avutil/common: Fix underflow for ROUNDED_DIV with unsigned integerMengye Lv
2019-09-18avutil/common: Fix undefined shiftAndreas Rheinhardt
2018-06-15avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer
2018-02-17avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer
2017-12-04libavutil: Add saturating subtraction functionsAndrew D'Addesio
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-15lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun
2016-01-13avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer
2016-01-08lavu: rename and move ff_parity to av_parityJames Almer
2016-01-08lavu/common: add an explanation to FF_CEIL_RSHIFT()Clément Bœsch
2016-01-08lavu/common: fix FF_CEIL_RSHIFT() range commentClément Bœsch
2016-01-02Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes
2015-12-14libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau
2015-11-15avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer
2015-11-14avutil/common: add av_rint64_clipGanesh Ajjanagadde
2015-11-04avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde
2015-09-05Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'Hendrik Leppkes
2015-09-03avutil/common: Add FFNABS()Michael Niedermayer
2015-09-03avutil/common: Document FFABS() corner caseMichael Niedermayer
2015-08-28lavu: Drop deprecated av_reverse functionVittorio Giovara
2015-03-20libavutil: add av_mod_uintp2James Almer
2015-03-02avutil/common: minor simplification in av_clip_intp2_c()Michael Niedermayer
2015-02-25avutil/common: Fix integer overflow in av_clip_int8/16_cMichael Niedermayer
2015-02-21Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216'Michael Niedermayer
2015-02-21libavutil: Add av_clip_intp2Peter Meerwald
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-06avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ...Michael Niedermayer
2013-10-04lavu/common: add warning to GET_UTF8 doxyStefano Sabatini
2013-08-27libavutil: cast truncated values to uint32_tAlfred E. Heggestad
2013-05-13lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-04-24lavu: fix GET_UTF8 macro.Nicolas George
2013-04-18lavu: add av_clipd_cPaul B Mahol
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-04Remove incorrect use of ctype.h functions.Reimar Döffinger
2013-01-05lavu: check that assert level is definedMichael Niedermayer
2013-01-05lavu: check av_clip*() limitsMichael Niedermayer
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-10-27lavu: add av_clip64()Michael Niedermayer
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard