| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Fix undefined behavior in av_clip_uintp2_c() | Michael Niedermayer | 2018-06-15 | 1 | -1/+1 |
* | avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() | Michael Niedermayer | 2018-02-17 | 1 | -2/+2 |
* | libavutil: Add saturating subtraction functions | Andrew D'Addesio | 2017-12-04 | 1 | -1/+31 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+4 |
* | lavu: prevent overflow in av_clip_intp2_c | Andreas Cadhalpun | 2016-01-15 | 1 | -1/+1 |
* | avutil/common: Protect GET_BYTE in GET_UTF8() by () | Michael Niedermayer | 2016-01-13 | 1 | -2/+2 |
* | lavu: rename and move ff_parity to av_parity | James Almer | 2016-01-07 | 1 | -0/+8 |
* | lavu/common: add an explanation to FF_CEIL_RSHIFT() | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | lavu/common: fix FF_CEIL_RSHIFT() range comment | Clément Bœsch | 2016-01-07 | 1 | -1/+1 |
* | Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039' | Hendrik Leppkes | 2016-01-02 | 1 | -1/+1 |
|\ |
|
| * | libavutil: move FFALIGN macro from common.h to macros.h | Janne Grunau | 2015-12-14 | 1 | -1/+1 |
* | | avutil: Move av_rint64_clip_* to internal.h | Michael Niedermayer | 2015-11-15 | 1 | -39/+0 |
* | | avutil/common: add av_rint64_clip | Ganesh Ajjanagadde | 2015-11-13 | 1 | -0/+39 |
* | | avutil/common: add FFDIFFSIGN macro | Ganesh Ajjanagadde | 2015-11-03 | 1 | -0/+11 |
* | | Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a' | Hendrik Leppkes | 2015-09-05 | 1 | -7/+0 |
|\| |
|
| * | lavu: Drop deprecated av_reverse function | Vittorio Giovara | 2015-08-28 | 1 | -4/+0 |
* | | avutil/common: Add FFNABS() | Michael Niedermayer | 2015-09-03 | 1 | -0/+9 |
* | | avutil/common: Document FFABS() corner case | Michael Niedermayer | 2015-09-03 | 1 | -0/+6 |
* | | libavutil: add av_mod_uintp2 | James Almer | 2015-03-20 | 1 | -0/+14 |
* | | avutil/common: minor simplification in av_clip_intp2_c() | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | avutil/common: Fix integer overflow in av_clip_int8/16_c | Michael Niedermayer | 2015-02-25 | 1 | -2/+2 |
* | | Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216' | Michael Niedermayer | 2015-02-21 | 1 | -0/+17 |
|\| |
|
| * | libavutil: Add av_clip_intp2 | Peter Meerwald | 2015-02-21 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
| * | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -1/+0 |
* | | avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ... | Michael Niedermayer | 2013-11-05 | 1 | -0/+4 |
* | | lavu/common: add warning to GET_UTF8 doxy | Stefano Sabatini | 2013-10-04 | 1 | -0/+5 |
* | | libavutil: cast truncated values to uint32_t | Alfred E. Heggestad | 2013-08-27 | 1 | -2/+2 |
* | | lavu/common: make FF_CEIL_RSHIFT faster when shift is constant. | Clément Bœsch | 2013-05-13 | 1 | -1/+2 |
* | | lavu: add FF_CEIL_RSHIFT and use it in various places. | Clément Bœsch | 2013-05-09 | 1 | -0/+2 |
* | | lavu: fix GET_UTF8 macro. | Nicolas George | 2013-04-24 | 1 | -1/+1 |
* | | lavu: add av_clipd_c | Paul B Mahol | 2013-04-18 | 1 | -0/+20 |
* | | Remove incorrect use of ctype.h functions. | Reimar Döffinger | 2013-03-03 | 1 | -1/+0 |
* | | lavu: check that assert level is defined | Michael Niedermayer | 2013-01-05 | 1 | -3/+3 |
* | | lavu: check av_clip*() limits | Michael Niedermayer | 2013-01-04 | 1 | -0/+9 |
* | | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040' | Michael Niedermayer | 2012-11-15 | 1 | -4/+5 |
|\| |
|
| * | avutil: change GET_UTF8 to not use av_log2() | Mans Rullgard | 2012-11-14 | 1 | -4/+5 |
* | | lavu: add av_clip64() | Michael Niedermayer | 2012-10-27 | 1 | -0/+17 |
* | | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9' | Michael Niedermayer | 2012-10-21 | 1 | -35/+8 |
|\| |
|
| * | avutil: remove inline av_log2 from public API | Mans Rullgard | 2012-10-20 | 1 | -35/+8 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -1/+5 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-13 | 1 | -0/+30 |
|\| |
|
| * | libavutil: add saturating addition functions | Mans Rullgard | 2012-08-13 | 1 | -0/+30 |
* | | Fixed warnings about int64 to int32 conversion | Michael Bradshaw | 2012-05-25 | 1 | -2/+2 |
* | | lavu: document av_reverse. | Nicolas George | 2012-02-22 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-04 | 1 | -0/+13 |
|\| |
|
| * | Add av_popcount64 | Daniel Verkamp | 2012-01-03 | 1 | -0/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -2/+2 |
|\| |
|