summaryrefslogtreecommitdiff
path: root/libavutil/integer.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/integer: Use '|' instead of '+' where it is more naturalAndreas Rheinhardt2022-10-241-2/+2
* avutil/integer: Fix undefined left shifts of negative numbersAndreas Rheinhardt2022-10-241-5/+3
* avutil/integer: Don't include common.hAndreas Rheinhardt2022-02-241-1/+3
* avutil/integer: Fix integer overflow in av_mul_i()Michael Niedermayer2018-10-241-1/+1
* avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-201-38/+0
* avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-011-0/+8
* integer: switch to av_assertMichael Niedermayer2012-08-091-13/+11
* integer: fix typos in assertsMichael Niedermayer2012-08-091-2/+2
* libavutil/integer: use av_assertMichael Niedermayer2012-06-061-2/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-1/+1
* simplifyMichael Niedermayer2008-04-051-3/+3
* Fix a couple of 'return type defaults to int' and 'control reaches end ofDiego Biurrun2008-01-101-1/+2
* Allow compilation of test programs when TEST is defined.Diego Biurrun2008-01-081-1/+1
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-4/+0
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-5/+0
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-3/+0
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-041-3/+0
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-041-4/+0
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-041-3/+0
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-041-4/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-15/+15
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-0/+221