summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* libavutil/common: clip nan value to aminMark Reid2021-11-15
* avutil/common, macros: Move several macros from common.h to macros.hAndreas Rheinhardt2021-07-29
* avutil/common: Move everything inside inclusion guardsAndreas Rheinhardt2021-02-11
* libavutil/common: Add FFABS64U()Michael Niedermayer2021-02-10
* avutil/common: Add FFABSU() for a signed -> unsigned ABSMichael Niedermayer2021-01-26
* avutil/common: Implement av_sat_add64_c() with fewer branchesMichael Niedermayer2020-10-24
* avutil/common: Fix integer overflow in av_ceil_log2_c()Michael Niedermayer2020-06-30
* Use gcc/clang builtins for av_sat_(add|sub)_64_c if available.Dale Curtis2020-05-27
* avutil/common: Add saturated add/sub operations for int64_t.Dale Curtis2020-05-15
* avutil/common: warn about possible move of the data pointer after the last 0 ...Marton Balint2020-01-31
* avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16Marton Balint2020-01-31
* avutil/common: add parenthesis around GET_16BIT in GET_UTF16Marton Balint2020-01-31
* avutil/common: use unsigned int in GET_UTF8Marton Balint2020-01-31
* avutil/common: Fix underflow for ROUNDED_DIV with unsigned integerMengye Lv2019-10-06
* avutil/common: Fix undefined shiftAndreas Rheinhardt2019-09-18
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer2018-06-15
* avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c()Michael Niedermayer2018-02-17
* libavutil: Add saturating subtraction functionsAndrew D'Addesio2017-12-04
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* lavu: prevent overflow in av_clip_intp2_cAndreas Cadhalpun2016-01-15
* avutil/common: Protect GET_BYTE in GET_UTF8() by ()Michael Niedermayer2016-01-13
* lavu: rename and move ff_parity to av_parityJames Almer2016-01-07
* lavu/common: add an explanation to FF_CEIL_RSHIFT()Clément Bœsch2016-01-07
* lavu/common: fix FF_CEIL_RSHIFT() range commentClément Bœsch2016-01-07
* Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'Hendrik Leppkes2016-01-02
|\
| * libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-14
* | avutil: Move av_rint64_clip_* to internal.hMichael Niedermayer2015-11-15
* | avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-13
* | avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-03
* | Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'Hendrik Leppkes2015-09-05
|\|
| * lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-28
* | avutil/common: Add FFNABS()Michael Niedermayer2015-09-03
* | avutil/common: Document FFABS() corner caseMichael Niedermayer2015-09-03
* | libavutil: add av_mod_uintp2James Almer2015-03-20
* | avutil/common: minor simplification in av_clip_intp2_c()Michael Niedermayer2015-03-02
* | avutil/common: Fix integer overflow in av_clip_int8/16_cMichael Niedermayer2015-02-25
* | Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216'Michael Niedermayer2015-02-21
|\|
| * libavutil: Add av_clip_intp2Peter Meerwald2015-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* | avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ...Michael Niedermayer2013-11-05
* | lavu/common: add warning to GET_UTF8 doxyStefano Sabatini2013-10-04
* | libavutil: cast truncated values to uint32_tAlfred E. Heggestad2013-08-27
* | lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch2013-05-13
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* | lavu: fix GET_UTF8 macro.Nicolas George2013-04-24
* | lavu: add av_clipd_cPaul B Mahol2013-04-18
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03