4077 Commits (78af369189eb5fac9b0fe40d7bd0ef33b63042bc)

Author SHA1 Message Date
Ganesh Ajjanagadde e29db08cf7 lavu/libm: add exp10 support 9 years ago
Ganesh Ajjanagadde dd68cde28a lavu/libm: add erf hack and make dynaudnorm available everywhere 9 years ago
Ganesh Ajjanagadde 062e3e2382 lavu/libm: add copysign hack 9 years ago
Ganesh Ajjanagadde 0dd8a3d71e lavu/intmath: add faster clz support 9 years ago
Marton Balint 752ab408b4 lavu/error: add missing error messages for errors supported on all platforms 9 years ago
Ganesh Ajjanagadde 39f8c7961d lavu/random_seed: use arc4random() when available 9 years ago
Ganesh Ajjanagadde 4fa6f09c2c lavu/eval: remove pow and exp2 for postfixes 9 years ago
erankor 23ac99dc17 libavutil: add aes-ctr support 9 years ago
Janne Grunau e2710e790c arm: add a cpu flag for the VFPv2 vector mode 9 years ago
Janne Grunau 64034849da arm64: add cycle counter support 9 years ago
Janne Grunau 50078c1c80 libavutil: move FFALIGN macro from common.h to macros.h 9 years ago
Michael Niedermayer 5e8b9e746f avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf() 9 years ago
Michael Niedermayer bc8b1e694c avutil/mathematics: Fix division by 0 9 years ago
Clément Bœsch 503d8bf74a lavu/frame: use AVPALETTE_SIZE instead of 1024 9 years ago
Clément Bœsch dd1d9b80c9 lavu/opencl: restore #if HAVE_THREADS 9 years ago
Timothy Gu 006d3e97fc cosmetics: Fix weird indentations 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Clément Bœsch 5e0c47d41c avutil/threadmessage: fix build without HAVE_THREADS, new attempt 9 years ago
Clément Bœsch d4b1b33e69 avutil/threadmessage: fix build without HAVE_THREADS 9 years ago
Clément Bœsch bd5c860fdb avutil/threadmessage: split the pthread condition in two 9 years ago
Clément Bœsch f98abe0ee7 avutil/threadmessage: add av_thread_message_flush() 9 years ago
Reynaldo H. Verdejo Pinochet 21c34cb261 libavutil: add version component accessor macros 9 years ago
Hendrik Leppkes d6b988b505 libavutil/tablegen: add missing math.h include 9 years ago
Michael Niedermayer b46dcd5209 avutil/timecode: Fix fps check 9 years ago
Ganesh Ajjanagadde 1bb7db217d avutil/crc: avoid needless space wastage of hardcoded crc table 9 years ago
Michael Niedermayer 97b8db334a avutil/rational: Test av_rescale_rnd() with combinations of "special" values 9 years ago
Michael Niedermayer f03c2ceec1 avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows 9 years ago
Ganesh Ajjanagadde 538e8ab512 avutil/tablegen: add tablegen libm compatibility shims 9 years ago
Michael Niedermayer 25e37f5ea9 avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd 9 years ago
Michael Niedermayer 3a9cb18855 avutil/integer: Fix av_mod_i() with negative dividend 9 years ago
Ganesh Ajjanagadde 68e79b27a5 avutil/lls: speed up performance of solve_lls 9 years ago
Ganesh Ajjanagadde 29af74e4e3 avutil/libm: fix isnan compatibility hack 9 years ago
Timothy Gu 7c91b3021c imgutils: Use designated initializers for AVClass 9 years ago
Matt Oliver e9ec28c95e avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. 9 years ago
Clément Bœsch 56bdf61baa avutil/motion_vector: export subpel motion information 9 years ago
Ganesh Ajjanagadde 401c93ddb7 avutil/eval: change sqrt to hypot 9 years ago
Ganesh Ajjanagadde 275aca8fba configure+libm.h: add hypot emulation 9 years ago
Ganesh Ajjanagadde 14ea4151d7 avutil/libm: correct isnan, isinf compat hacks 9 years ago
Michael Niedermayer fc91eeab0b avutil/mem: Add av_fast_mallocz() 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
Martin Storsjö 92d107a171 xtea: Add functions for little endian mode 9 years ago
Martin Storsjö 1fc94724f1 xtea: Clarify that the current API works in big endian mode 9 years ago
Matt Oliver 58d32c00be avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc. 9 years ago
Matt Oliver 9b9c9ef3b4 avutil/x86/bswap: Add msvc bswap instrinsics. 9 years ago
Matt Oliver 9105399060 avutil/x86/intmath: Disable use of tzcnt on older intel compilers. 9 years ago
James Almer 9f4a41bf99 avutil/softfloat: use abort() instead of av_assert0(0) 9 years ago
Matt Oliver f984174512 avutil/x86/intmath: Correct intrinsic headers for older compilers. 9 years ago
Andreas Cadhalpun 9ac61e73d0 softfloat: handle INT_MIN correctly in av_int2sf 9 years ago
Andreas Cadhalpun f3866a14c3 softfloat: assert when the argument of av_sqrt_sf is negative 9 years ago