1. 11 Aug, 2015 1 commit
  2. 04 Aug, 2015 1 commit
    • Henrik Gramner's avatar
      x86inc: Drop SECTION_TEXT macro · f0b7882c
      Henrik Gramner authored
      The .text section is already 16-byte aligned by default on all supported
      platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
      f0b7882c
  3. 30 Aug, 2013 1 commit
  4. 11 Nov, 2012 1 commit
  5. 09 Nov, 2012 1 commit
  6. 06 Nov, 2012 1 commit
  7. 30 Oct, 2012 2 commits
  8. 13 Oct, 2012 1 commit
    • Justin Ruggles's avatar
      lavr: handle clipping in the float to s32 conversion · 10e645e9
      Justin Ruggles authored
      We cannot clip to INT_MAX because that value cannot be exactly
      represented by a float value and ends up overflowing during conversion
      anyway. We need to use a slightly smaller float value, which ends up
      with slightly inaccurate results for samples which clip or nearly clip,
      but it is close enough. Using doubles as intermediates in the conversion
      would be more accurate, but it takes about twice as much time.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      10e645e9
  9. 30 Aug, 2012 1 commit
  10. 24 Aug, 2012 15 commits
  11. 26 Jul, 2012 1 commit
  12. 18 Jun, 2012 6 commits
  13. 09 May, 2012 1 commit
  14. 25 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      Add libavresample · c8af852b
      Justin Ruggles authored
      This is a new library for audio sample format, channel layout, and sample rate
      conversion.
      c8af852b