4213 Commits (0ed24bfc790b2b71ead9d22ef79d425d5545c87a)

Author SHA1 Message Date
Ganesh Ajjanagadde 0e9fe3e3c9 lavu/eval: replace pow(10,x) by ff_exp10(x) 9 years ago
Ganesh Ajjanagadde 11388b5a8f lavu/internal: add ff_exp10 9 years ago
Ganesh Ajjanagadde 73616b1f21 lavu/libm,configure: remove exp10, exp10f detection 9 years ago
Ganesh Ajjanagadde 5630ed5be6 lavu/libm: misc, minor changes 9 years ago
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