48 Commits (c00a5fc71f144b5f70efcefb4910b8afd53c274a)

Author SHA1 Message Date
  Michael Niedermayer fd1854647b avutil/softfloat: Add FLOAT_MIN 8 years ago
  Michael Niedermayer 591a3d2632 avutil/softfloat: Fix sign error in and improve documentation of av_int2sf() 8 years ago
  Michael Niedermayer 224ed78e72 avutil/softfloat: Fix overflow in av_div_sf() 8 years ago
  Michael Niedermayer 5dec065a4d avutil/softfloat: Fix multiple runtime error: left shift of negative value -8 8 years ago
  Andreas Cadhalpun b45e112bbd softfloat: decrease MIN_EXP to cover full float range 9 years ago
  Andreas Cadhalpun ccda73a711 softfloat: handle -INT_MAX correctly 9 years ago
  James Almer 644296e736 avutil/softfloat: use abort() instead of av_assert0(0) 10 years ago
  Andreas Cadhalpun 510d88ae93 softfloat: assert when the argument of av_sqrt_sf is negative 10 years ago
  Andreas Cadhalpun e10c353ca5 softfloat: handle INT_MIN correctly in av_int2sf 10 years ago
  Michael Niedermayer 6581e40e1a avutil/softfloat: Fix av_gt_sf() with large exponents try #2 10 years ago
  Michael Niedermayer 7ad4bf4899 avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf() 10 years ago
  Michael Niedermayer acd203fc0d avutil/softfloat: Fix exponent underflow in av_div_sf() 10 years ago
  Michael Niedermayer 402c4a9f81 avutil/softfloat: Fix exponent underflow in av_mul_sf() 10 years ago
  Michael Niedermayer 6e4bfbe936 avutil/softfloat: Fix typo in av_mul_sf() doxy 10 years ago
  Michael Niedermayer f38beb47da avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf() 10 years ago
  Michael Niedermayer efa9128556 avutil/softfloat: FLOAT_0 should use MIN_EXP 10 years ago
  James Almer a176bbc873 avutil/softfloat: move av_sincos_sf() back to header 10 years ago
  Djordje Pesut f85bc147fb avcodec: Implementation of AAC_fixed_decoder (SBR-module) 10 years ago
  James Almer 20abb1afe5 softfloat: make av_div_sf() inline 10 years ago
  Michael Niedermayer daf1158d77 avutil/softfloat: Move av_sf2double() to header 10 years ago
  Michael Niedermayer af8d63e756 avutil/softfloat: Fix alternative implementation of av_normalize1_sf() 10 years ago
  Michael Niedermayer 6690ca22b3 avutil/softfloat: Fix alternative implementation of av_normalize_sf() 10 years ago
  Michael Niedermayer d3585c53de avutil/softfloat: Move av_sincos_sf() from header to c file 10 years ago
  Michael Niedermayer c7ce16e716 avutil/softfloat: Fix thresholds in av_normalize_sf() 10 years ago
  Nedeljko Babic 7131aba916 libavutil/softfloat: Fix av_normalize1_sf bias. 10 years ago
  Nedeljko Babic 1fae268307 libavutil/softfloat: Add functions. 10 years ago
  Nedeljko Babic 7bab281475 libavutil/softfloat: Added av_normalize_sf in av_add_sf 10 years ago
  Nedeljko Babic a1c7fe431c libavutil/softfloat: exponent adjusted for aac fixed point dec 10 years ago
  Michael Niedermayer a3110beebd avutil/softfloat: document av_int2sf() 10 years ago
  Nedeljko Babic f4ccf38902 libavutil/softfloat: Change order of fields in SoftFloat structure. 10 years ago
  Michael Niedermayer 171d971dbf avutil/softfloat: Fix undefined shift in av_add_sf() 11 years ago
  Michael Niedermayer 99afec08f8 avutil/softfloat: add some asserts 11 years ago
  Michael Niedermayer 44198a728d avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf() 11 years ago
  Diego Biurrun bea705752d Remove unused softfloat implementation. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 17 years ago
  Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 17 years ago
  Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
  Måns Rullgård 3540b950ec add missing #include "common.h" to libavutil headers 18 years ago
  Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 18 years ago
  Benoit Fouet 2119bb8f51 revert r12489. 18 years ago
  Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 18 years ago
  Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 18 years ago
  Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
  Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
  Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
  Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 19 years ago
  Diego Biurrun af41dd8216 Exchange informal LGPL notice by official license header. 19 years ago
  Michael Niedermayer a2fd60437d floating point "emulation" code 19 years ago