205 Commits (8dd73f68a6319d1784b33da9553671f1a0c197f9)

Author SHA1 Message Date
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
Mans Rullgard 7ba0c1b390 avutil: change GET_UTF8 to not use av_log2() 12 years ago
Michael Niedermayer ae52eb7fc7 lavu: add av_clip64() 12 years ago
Mans Rullgard 8c0a3d5fe0 avutil: remove inline av_log2 from public API 12 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Mans Rullgard 6c4975eaaf libavutil: add saturating addition functions 12 years ago
Michael Bradshaw b0e1557fe7 Fixed warnings about int64 to int32 conversion 13 years ago
Nicolas George f16c950f32 lavu: document av_reverse. 13 years ago
Daniel Verkamp b73ec05473 Add av_popcount64 13 years ago
Mans Rullgard 6b34fbba9b MK(BE)TAG: avoid undefined shifts 13 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 1550f45a89 Add av_clip_uintp2() function 14 years ago
Michael Niedermayer 5192788321 avutil: add divide & modulo that round like unsigned ones do that is down. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jason Garrett-Glaser 545dc699f8 Force inlining of avutil common routines 14 years ago
Jason Garrett-Glaser eb3755a5aa Force inlining of avutil common routines 14 years ago
Tomas Härdin bc6f0af289 Add av_popcount() to libavutil/common.h and bump minor version 14 years ago
Benoit Fouet 573af7545e Add missing parentheses to AV_NE macro. 14 years ago
Måns Rullgård 6a36facc3d Fix out-of-tree build 14 years ago
Stefano Sabatini 4f2d2e4ed9 Define macro AV_NE() and use it in libavdevice. 14 years ago