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