1. 22 Jan, 2017 1 commit
  2. 03 Nov, 2016 1 commit
  3. 15 Sep, 2016 1 commit
    • Nikolas Bowe's avatar
      avcodec/(e)ac3: Fix target_level for EAC3. · 96cd6f67
      Nikolas Bowe authored
      Currently when using target_level with EAC3 it produces silence. This small patch fixes target_level for decoding EAC3.
      
      Example:
      ffmpeg -y -i /tmp/test.wav -acodec eac3 -dialnorm -14 -ac 6 -b:a 384000 /tmp/test.m2ts
      ffmpeg -y -target_level -24 -i /tmp/test.m2ts -acodec pcm_s16le -f matroska /tmp/out.mkv
      ffplay /tmp/out.mkv
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      96cd6f67
  4. 29 Jul, 2016 4 commits
  5. 25 Apr, 2016 1 commit
  6. 02 Apr, 2016 1 commit
  7. 24 Dec, 2015 1 commit
  8. 30 Nov, 2015 1 commit
    • Ganesh Ajjanagadde's avatar
      avcodec/ac3: always use hardcoded tables · 7b11eead
      Ganesh Ajjanagadde authored
      The table in question is a 253 byte one. In fact, it turns out that
      dynamic generation of the table results in an increased binary size.
      
      Code compiled with GCC 5.2.0, x86-64 (size in bytes), before and after
      patch:
      old: 62321064 libavcodec/libavcodec.so.57
      new: 62320536 libavcodec/libavcodec.so.57
      
      Thus, it always make sense to statically allocate this.
      
      Tested with FATE with/without --enable-hardcoded-tables.
      Reviewed-by: 's avatarwm4 <nfxjfg@googlemail.com>
      Signed-off-by: 's avatarGanesh Ajjanagadde <gajjanagadde@gmail.com>
      7b11eead
  9. 21 Oct, 2015 1 commit
  10. 28 Aug, 2015 1 commit
  11. 27 Jul, 2015 2 commits
  12. 26 Mar, 2015 1 commit
  13. 17 Mar, 2015 1 commit
  14. 15 Mar, 2015 1 commit
  15. 14 Mar, 2015 3 commits
  16. 14 Feb, 2015 1 commit
  17. 04 Feb, 2015 1 commit
  18. 20 Nov, 2014 1 commit
  19. 27 Aug, 2014 1 commit
  20. 23 Jun, 2014 1 commit
  21. 02 Apr, 2014 1 commit
  22. 01 Apr, 2014 3 commits
  23. 01 Mar, 2014 1 commit
  24. 15 Feb, 2014 1 commit
  25. 29 Jan, 2014 1 commit
  26. 19 Jan, 2014 3 commits
  27. 05 Jan, 2014 2 commits
  28. 09 Dec, 2013 1 commit
  29. 25 Nov, 2013 1 commit