4107 Commits (9ac154d1facd4756db6918f866dccf3e3ffb698c)

Author SHA1 Message Date
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
Ganesh Ajjanagadde 265f83fd35 avutil/common: add FFDIFFSIGN macro 9 years ago
Tobias Rapp 4746653466 avutil/file_open: avoid file handle inheritance on Windows 9 years ago
Ganesh Ajjanagadde c03044c86a avutil/eval: minor typo 9 years ago
Matt Oliver bff009697d avutil/x86/intmath: Add missing header. 9 years ago
Ganesh Ajjanagadde 8a5b60a6b1 avutil/opencl_internal: add av_warn_unused_result 9 years ago
Matt Oliver 6c6ac9cb17 avutil/x86/intmath: Use tzcnt in place of bsf. 9 years ago
Ganesh Ajjanagadde 8d9f86bd37 avutil/rational: use frexp rather than ad-hoc log to get floating point exponent 9 years ago
Ganesh Ajjanagadde 191f611906 avutil/wchar_filename: add av_warn_unused_result 9 years ago
Ganesh Ajjanagadde 20a30077c3 avutil/mathematics: correct documentation for av_gcd 9 years ago
Ganesh Ajjanagadde b7fb7c4542 avutil/mathematics: make av_gcd more robust 9 years ago
Ganesh Ajjanagadde dd36749557 avutil/audio_fifo: add av_warn_unused_result 9 years ago
Ganesh Ajjanagadde fab1562a50 avutil/ripemd: make rol macro more robust by adding parentheses 9 years ago
Rodger Combs cceed8389d lavu/aes: test CBC functionality 9 years ago
Rodger Combs 54cd1ab555 lavu/aes: align AVAES struct members 9 years ago