1. 13 Jun, 2016 1 commit
    • Muhammad Faiz's avatar
      swresample: add exact_rational option · b8c6e5a6
      Muhammad Faiz authored
      give high quality resampling
      as good as with linear_interp=on
      as fast as without linear_interp=on
      tested visually with ffplay
      ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000, showcqt=gamma=5"
      ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000:linear_interp=on, showcqt=gamma=5"
      ffplay -f lavfi "aevalsrc='sin(10000*t*t)', aresample=osr=48000:exact_rational=on, showcqt=gamma=5"
      
      slightly speed improvement
      for fair comparison with -cpuflags 0
      audio.wav is ~ 1 hour 44100 stereo 16bit wav file
      ffmpeg -i audio.wav -af aresample=osr=48000 -f null -
              old         new
      real    13.498s     13.121s
      user    13.364s     12.987s
      sys      0.131s      0.129s
      
      linear_interp=on
              old         new
      real    23.035s     23.050s
      user    22.907s     22.917s
      sys      0.119s     0.125s
      
      exact_rational=on
      real    12.418s
      user    12.298s
      sys      0.114s
      
      possibility to decrease memory usage if soft compensation is ignored
      Signed-off-by: 's avatarMuhammad Faiz <mfcc64@gmail.com>
      b8c6e5a6
  2. 31 Jan, 2016 1 commit
  3. 09 Nov, 2015 1 commit
  4. 16 Oct, 2015 1 commit
  5. 16 Jul, 2015 1 commit
  6. 22 Jun, 2015 1 commit
  7. 21 Jun, 2015 1 commit
  8. 04 Jun, 2015 1 commit
  9. 03 Jun, 2015 1 commit
  10. 12 Apr, 2015 2 commits
  11. 27 Feb, 2015 1 commit
  12. 09 Feb, 2015 1 commit
  13. 02 Feb, 2015 1 commit
  14. 27 Jan, 2015 1 commit
  15. 27 Aug, 2014 1 commit
  16. 09 Aug, 2014 1 commit
  17. 12 Jul, 2014 1 commit
  18. 02 Jul, 2014 1 commit
  19. 14 Jun, 2014 1 commit
  20. 22 Jul, 2013 1 commit
  21. 04 Jun, 2013 1 commit
  22. 24 Feb, 2013 1 commit
  23. 20 Jan, 2013 1 commit
  24. 13 Jan, 2013 2 commits
  25. 10 Jan, 2013 4 commits
  26. 09 Jan, 2013 6 commits
  27. 27 Dec, 2012 1 commit
  28. 25 Dec, 2012 1 commit
  29. 11 Dec, 2012 2 commits