Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-25softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun
2016-11-15softfloat: handle -INT_MAX correctlyAndreas Cadhalpun
2016-05-29avutil/softfloat: Improve doxy for av_sub_sf() and av_sf2int()Michael Niedermayer
2016-05-28avutil/softfloat: Document public constants and a few public functionsMichael Niedermayer
2015-12-11avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer
2015-11-10avutil/softfloat: use abort() instead of av_assert0(0)James Almer
2015-11-08softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun
2015-11-08softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun
2015-11-08avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer
2015-11-08avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer
2015-11-08Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer
2015-11-08avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer
2015-11-08avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer
2015-07-23avutil/softfloat: move av_sincos_sf() back to headerJames Almer
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2015-06-14softfloat: make av_div_sf() inlineJames Almer
2015-06-11avutil/softfloat: Move av_sf2double() to headerMichael Niedermayer
2015-06-05avutil/softfloat: Fix alternative implementation of av_normalize1_sf()Michael Niedermayer
2015-06-05avutil/softfloat: Fix alternative implementation of av_normalize_sf()Michael Niedermayer
2015-06-05avutil/softfloat: Move av_sincos_sf() from header to c fileMichael Niedermayer
2015-06-05avutil/softfloat: Fix thresholds in av_normalize_sf()Michael Niedermayer
2015-06-04libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic
2015-04-30libavutil/softfloat: Add functions.Nedeljko Babic
2015-04-30libavutil/softfloat: Added av_normalize_sf in av_add_sfNedeljko Babic
2015-04-30libavutil/softfloat: exponent adjusted for aac fixed point decNedeljko Babic
2015-04-25avutil/softfloat: document av_int2sf()Michael Niedermayer
2015-04-15libavutil/softfloat: Change order of fields in SoftFloat structure.Nedeljko Babic
2014-10-10avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer
2014-10-09avutil/softfloat: add some assertsMichael Niedermayer
2014-10-09avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-03-19add missing #include "common.h" to libavutil headersMåns Rullgård
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-04Exchange informal LGPL notice by official license header.Diego Biurrun
2006-08-08floating point "emulation" codeMichael Niedermayer