summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-081-2/+2
* avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-081-0/+8
* avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-081-0/+9
* avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-081-4/+8
* avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-081-0/+13
* avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-081-0/+12
* avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer2015-11-081-1/+4
* avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer2015-11-081-1/+4
* avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer2015-11-081-1/+1
* Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer2015-11-081-4/+0
* avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer2015-11-081-0/+4
* avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer2015-11-081-1/+1
* avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer2015-11-081-1/+1
* lavu/opt: enhance printing durations.Nicolas George2015-11-071-5/+43
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-051-2/+5
* avutil/common: add FFDIFFSIGN macroGanesh Ajjanagadde2015-11-031-0/+11
* avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-021-0/+3
* avutil/eval: minor typoGanesh Ajjanagadde2015-11-011-1/+1
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-011-0/+3
* avutil/opencl_internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-311-0/+2
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-311-39/+15
* avutil/rational: use frexp rather than ad-hoc log to get floating point exponentGanesh Ajjanagadde2015-10-301-2/+2
* avutil/wchar_filename: add av_warn_unused_resultGanesh Ajjanagadde2015-10-301-0/+1
* avutil/mathematics: correct documentation for av_gcdGanesh Ajjanagadde2015-10-301-3/+4
* avutil/mathematics: make av_gcd more robustGanesh Ajjanagadde2015-10-291-1/+1
* avutil/audio_fifo: add av_warn_unused_resultGanesh Ajjanagadde2015-10-281-0/+1
* avutil/ripemd: make rol macro more robust by adding parenthesesGanesh Ajjanagadde2015-10-281-1/+1
* lavu/aes: test CBC functionalityRodger Combs2015-10-281-5/+14
* lavu/aes: align AVAES struct membersRodger Combs2015-10-281-2/+3
* lavu/aes: add runtime dispatch for crypt functionRodger Combs2015-10-282-17/+33
* lavu/aes: move AVAES to separate internal headerRodger Combs2015-10-282-15/+42
* lavu: add AESNI CPU flagRodger Combs2015-10-286-7/+18
* avutil/avstring: add av_warn_unused_resultGanesh Ajjanagadde2015-10-271-0/+2
* timecode: Support HFR valuesVittorio Giovara2015-10-261-1/+3
* timecode: Do not fail for non-standard frameratesVittorio Giovara2015-10-261-2/+1
* avutil/opt: print more meaningful default flags valuesClément Bœsch2015-10-251-2/+30
* avutil/tree: clean up pointer incompatibility warningsGanesh Ajjanagadde2015-10-251-2/+2
* avutil/tree: Document the guaranteed ordering of compare arguments for av_tre...Michael Niedermayer2015-10-251-0/+3
* avutil/tree: add additional const qualifier to the comparatorGanesh Ajjanagadde2015-10-242-4/+4
* avutil/tree: improve documentation for av_tree_find, av_tree_insertGanesh Ajjanagadde2015-10-241-1/+4
* avutil/qsort: use the do while form for AV_QSORT, AV_MSORTGanesh Ajjanagadde2015-10-231-4/+4
* avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer2015-10-221-1/+1
* avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun2015-10-212-32/+28
* avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun2015-10-211-0/+3
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-192-32/+22
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-191-0/+35
* avutil/opt: display a better default value for int/int64 optionsClément Bœsch2015-10-191-2/+22
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-189-9/+9
* opencl: Force the use of 1.2 APIsTimothy Gu2015-10-171-0/+1
* opencl: Use "opencl" as log context nameTimothy Gu2015-10-171-1/+1
OpenPOWER on IntegriCloud