4077 Commits (6b1a0f205868a341cbc0d754d976cadff3ae9aae)

Author SHA1 Message Date
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
Rodger Combs 15ff5c7215 lavu/aes: add runtime dispatch for crypt function 9 years ago
Rodger Combs ec588db56f lavu/aes: move AVAES to separate internal header 9 years ago
Rodger Combs 1e477a970f lavu: add AESNI CPU flag 9 years ago
Ganesh Ajjanagadde a0e390e8ff avutil/avstring: add av_warn_unused_result 9 years ago
Vittorio Giovara 63ea8e0610 timecode: Support HFR values 9 years ago
Vittorio Giovara 8c22148220 timecode: Do not fail for non-standard framerates 9 years ago
Clément Bœsch 6b5412cbfa avutil/opt: print more meaningful default flags values 9 years ago
Ganesh Ajjanagadde bbd6bc6bd0 avutil/tree: clean up pointer incompatibility warnings 9 years ago
Michael Niedermayer 65ffca9f80 avutil/tree: Document the guaranteed ordering of compare arguments for av_tree_find() 9 years ago
Ganesh Ajjanagadde 7c8fcbbde3 avutil/tree: add additional const qualifier to the comparator 9 years ago
Ganesh Ajjanagadde 94f333f9dc avutil/tree: improve documentation for av_tree_find, av_tree_insert 9 years ago
Ganesh Ajjanagadde 8ed79c45b4 avutil/qsort: use the do while form for AV_QSORT, AV_MSORT 9 years ago
Michael Niedermayer 00efaa7983 avutil/intmath: fix undefined behavior in ff_ctzll_c() 9 years ago
Andreas Cadhalpun 451b6a990a avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_alloc 9 years ago
Andreas Cadhalpun 95687dc310 avutil: install des.h, rc4.h and tree.h as public headers 9 years ago
Matt Oliver b0bb1dc62d lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header. 9 years ago
Matt Oliver 216cc1f6fe lavu/intmath.h: Add msvc/icl ctzll optimisations. 9 years ago
Clément Bœsch ce0a117ed4 avutil/opt: display a better default value for int/int64 options 9 years ago
Ganesh Ajjanagadde 07d4fe3a87 avutil: use EINVAL instead of -1 for the return code of crypto related init functions 9 years ago
Timothy Gu 801eca1372 opencl: Force the use of 1.2 APIs 9 years ago