224 Commits (3dc7a9f6239d909b3e66712b32380822466882af)

Author SHA1 Message Date
Andreas Rheinhardt 155cd6baa4 Remove obsolete version.h inclusions 3 years ago
Mark Reid c3502f4f75 libavutil/common: clip nan value to amin 3 years ago
Andreas Rheinhardt 2dd8acbe80 avutil/common, macros: Move several macros from common.h to macros.h 3 years ago
Andreas Rheinhardt bd50e715a9 avutil/common: Move everything inside inclusion guards 4 years ago
Michael Niedermayer 1bda9bb68a libavutil/common: Add FFABS64U() 4 years ago
Michael Niedermayer 5dd9567080 avutil/common: Add FFABSU() for a signed -> unsigned ABS 4 years ago
Michael Niedermayer 4e9514e99b avutil/common: Implement av_sat_add64_c() with fewer branches 4 years ago
Michael Niedermayer e409262837 avutil/common: Fix integer overflow in av_ceil_log2_c() 4 years ago
Dale Curtis fda1c74539 Use gcc/clang builtins for av_sat_(add|sub)_64_c if available. 5 years ago
Dale Curtis a7e1af3cb1 avutil/common: Add saturated add/sub operations for int64_t. 5 years ago
Marton Balint 6026384047 avutil/common: warn about possible move of the data pointer after the last 0 byte in GET_UTF8 5 years ago
Marton Balint d9f5fe4ed7 avutil/common: put ERROR statements into separate code blocks in GET_UTF8/16 5 years ago
Marton Balint 1466bb0bad avutil/common: add parenthesis around GET_16BIT in GET_UTF16 5 years ago
Marton Balint 5df1c1ad9a avutil/common: use unsigned int in GET_UTF8 5 years ago
Mengye Lv 9f353e376b avutil/common: Fix underflow for ROUNDED_DIV with unsigned integer 5 years ago
Andreas Rheinhardt ebd25a5ba5 avutil/common: Fix undefined shift 5 years ago
Michael Niedermayer aa41d322be avutil/common: Fix undefined behavior in av_clip_uintp2_c() 7 years ago
Michael Niedermayer ab6f571ef7 avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() 7 years ago
Andrew D'Addesio 9b45bcf713 libavutil: Add saturating subtraction functions 7 years ago
James Almer 19d57ca62e libavutil: add av_mod_uintp2 8 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Andreas Cadhalpun f8bc0137bd lavu: prevent overflow in av_clip_intp2_c 9 years ago
Michael Niedermayer 9ca64c31d2 avutil/common: Protect GET_BYTE in GET_UTF8() by () 9 years ago
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 9 years ago
James Almer 28d5a3a74a lavu: rename and move ff_parity to av_parity 9 years ago
Clément Bœsch 04826b7ff0 lavu/common: add an explanation to FF_CEIL_RSHIFT() 9 years ago
Clément Bœsch 84a967df03 lavu/common: fix FF_CEIL_RSHIFT() range comment 9 years ago
Janne Grunau 50078c1c80 libavutil: move FFALIGN macro from common.h to macros.h 9 years ago
Michael Niedermayer 5c3dee7dad avutil: Move av_rint64_clip_* to internal.h 9 years ago
Ganesh Ajjanagadde 6f520ce1a6 avutil/common: add av_rint64_clip 9 years ago
Ganesh Ajjanagadde 265f83fd35 avutil/common: add FFDIFFSIGN macro 9 years ago
Michael Niedermayer d6cd614dac avutil/common: Add FFNABS() 9 years ago
Michael Niedermayer 733511fb53 avutil/common: Document FFABS() corner case 9 years ago
Vittorio Giovara cdfe45ad37 lavu: Drop deprecated av_reverse function 9 years ago
James Almer d13e521cc8 libavutil: add av_mod_uintp2 10 years ago
Michael Niedermayer 85108195c5 avutil/common: minor simplification in av_clip_intp2_c() 10 years ago
Michael Niedermayer 6d66e1a113 avutil/common: Fix integer overflow in av_clip_int8/16_c 10 years ago
Peter Meerwald bf07d813f6 libavutil: Add av_clip_intp2 10 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 66872161cb avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not defined with c++ 11 years ago
Stefano Sabatini 719b4eef5d lavu/common: add warning to GET_UTF8 doxy 11 years ago
Alfred E. Heggestad 16c3ed5837 libavutil: cast truncated values to uint32_t 11 years ago
Clément Bœsch b3c263e209 lavu/common: make FF_CEIL_RSHIFT faster when shift is constant. 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Nicolas George 29ebb7ba8d lavu: fix GET_UTF8 macro. 12 years ago
Paul B Mahol 3e9c0217fd lavu: add av_clipd_c 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Reimar Döffinger 88d55b827d Remove incorrect use of ctype.h functions. 12 years ago
Michael Niedermayer f27eb1b702 lavu: check that assert level is defined 12 years ago
Michael Niedermayer 498e1c6bb9 lavu: check av_clip*() limits 12 years ago