summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/common: add av_rint64_clipGanesh Ajjanagadde2015-11-13
* avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-12
* avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-12
* avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-11
* avutil/softfloat: use abort() instead of av_assert0(0)James Almer2015-11-10
* avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-09
* softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-08
* softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-08
* avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-08
* avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-08
* avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-08
* avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-08
* avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer2015-11-08
* Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer2015-11-08
* avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer2015-11-08
* lavu/opt: enhance printing durations.Nicolas George2015-11-07
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-05
* avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-03
* avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-02
* avutil/eval: minor typoGanesh Ajjanagadde2015-11-01
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-01
* avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-31
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-31
* avutil/rational: use frexp rather than ad-hoc log to get floating point exponentGanesh Ajjanagadde2015-10-30
* avutil/wchar_filename: add av_warn_unused_resultGanesh Ajjanagadde2015-10-30
* avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde2015-10-30
* avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde2015-10-29
* avutil/audio_fifo: add av_warn_unused_resultGanesh Ajjanagadde2015-10-28
* avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde2015-10-28
* lavu/aes: test CBC functionalityRodger Combs2015-10-28
* lavu/aes: align AVAES struct membersRodger Combs2015-10-28
* lavu/aes: add runtime dispatch for crypt functionRodger Combs2015-10-28
* lavu/aes: move AVAES to separate internal headerRodger Combs2015-10-28
* lavu: add AESNI CPU flagRodger Combs2015-10-28
* avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde2015-10-27
* timecode: Support HFR valuesVittorio Giovara2015-10-26
* timecode: Do not fail for non-standard frameratesVittorio Giovara2015-10-26
* avutil/opt: print more meaningful default flags valuesClément Bœsch2015-10-25
* avutil/tree: clean up pointer incompatibility warningsGanesh Ajjanagadde2015-10-25
* avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer2015-10-25
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-24
* avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde2015-10-24
* avutil/qsort: use the do while form for AV_QSORT, AV_MSORTGanesh Ajjanagadde2015-10-23