4193 Commits (354336490da0c1ee2c887bbf8f25b46610233608)

Author SHA1 Message Date
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
Michael Niedermayer 955cdc43a3 avutil/softfloat: Include negative numbers in cmp/gt tests 9 years ago
Michael Niedermayer 05b05a7a84 avutil/softfloat: Fix av_gt_sf() with large exponents try #2 9 years ago
Michael Niedermayer 791ea23e57 avutil/softfloat: Add test for av_gt_sf() 9 years ago
Michael Niedermayer ecfb076141 avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents 9 years ago
Michael Niedermayer cee3c9d29a avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf() 9 years ago
Michael Niedermayer df2a2117d2 avutil/softfloat: Add test for av_cmp_sf() 9 years ago
Michael Niedermayer 596dfe7d6c avutil/softfloat: Add tests for exponent underflows 9 years ago
Michael Niedermayer 046218b212 avutil/softfloat: Fix exponent underflow in av_div_sf() 9 years ago
Michael Niedermayer a1e3303fc0 avutil/softfloat: Fix exponent underflow in av_mul_sf() 9 years ago
Michael Niedermayer 4135a2bfd6 avutil/softfloat: Fix typo in av_mul_sf() doxy 9 years ago
Michael Niedermayer 4b6ad23609 Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()" 9 years ago
Michael Niedermayer 0269fb11e3 avutil/softfloat: Check for MIN_EXP in av_sqrt_sf() 9 years ago
Michael Niedermayer 107db5abf3 avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf() 9 years ago
Michael Niedermayer a66b243d52 avutil/softfloat: FLOAT_0 should use MIN_EXP 9 years ago
Nicolas George 47ea04ff10 lavu/opt: enhance printing durations. 9 years ago
Michael Niedermayer c9bfd6a8c3 libavutil/channel_layout: Check strtol*() for failure 9 years ago