1. 04 Dec, 2017 1 commit
  2. 07 Jul, 2017 1 commit
  3. 14 Feb, 2017 1 commit
    • Rostislav Pehlivanov's avatar
      opus_celt: rename structures to better names and reorganize them · 07b78340
      Rostislav Pehlivanov authored
      This is meant to be applied on top of my previous patch which
      split PVQ into celt_pvq.c and made opus_celt.h
      
      Essentially nothing has been changed other than renaming CeltFrame
      to CeltBlock (CeltFrame had absolutely nothing at all to do with
      a frame) and CeltContext to CeltFrame.
      3 variables have been put in CeltFrame as they make more sense
      there rather than being passed around as arguments.
      The coefficients have been moved to the CeltBlock structure
      (why the hell were they in CeltContext and not in CeltFrame??).
      
      Now the encoder would be able to use the exact context the decoder
      uses (plus a couple of extra fields in there).
      
      FATE passes, no slowdowns, etc.
      Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
      07b78340
  4. 18 Dec, 2016 1 commit
  5. 10 Dec, 2016 1 commit
  6. 18 Nov, 2016 1 commit
  7. 08 Nov, 2016 1 commit
  8. 22 Nov, 2015 1 commit
  9. 28 Oct, 2015 2 commits
  10. 27 Oct, 2015 2 commits
  11. 02 Aug, 2015 1 commit
  12. 27 Jul, 2015 1 commit
  13. 07 Mar, 2015 2 commits
  14. 18 Feb, 2015 1 commit
  15. 10 Feb, 2015 1 commit
  16. 03 Dec, 2014 1 commit
  17. 27 Nov, 2014 1 commit
  18. 24 May, 2014 1 commit
  19. 16 May, 2014 1 commit
  20. 15 May, 2014 2 commits
    • Michael Niedermayer's avatar
      avcodec/opusdec: switch to swresample · ffa05e08
      Michael Niedermayer authored
      This also fixes linking failures in doc/examples which where apparently
      caused by the linking order between avcodec and avresample
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      ffa05e08
    • Anton Khirnov's avatar
      lavc: add a native Opus decoder. · b70d7a4a
      Anton Khirnov authored
      Initial implementation by Andrew D'Addesio <modchipv12@gmail.com> during
      GSoC 2012.
      
      Completion by Anton Khirnov <anton@khirnov.net>, sponsored by the
      Mozilla Corporation.
      
      Further contributions by:
      Christophe Gisquet <christophe.gisquet@gmail.com>
      Janne Grunau <janne-libav@jannau.net>
      Luca Barbato <lu_zero@gentoo.org>
      b70d7a4a