1. 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
  2. 22 Nov, 2015 1 commit
  3. 20 Nov, 2015 1 commit
  4. 05 Sep, 2015 1 commit
  5. 16 Feb, 2015 1 commit
  6. 27 Aug, 2014 1 commit
  7. 01 Apr, 2014 2 commits
  8. 01 Mar, 2014 1 commit
  9. 15 Feb, 2014 1 commit
  10. 19 Jan, 2014 1 commit
  11. 05 Jan, 2014 1 commit
  12. 06 Oct, 2012 1 commit
  13. 25 Nov, 2011 1 commit
  14. 12 Aug, 2011 1 commit
  15. 02 Jul, 2011 1 commit
    • Reinhard Tartler's avatar
      doxygen: Prefer member groups over grouping into modules · 21a19b79
      Reinhard Tartler authored
      Before this, almost all module groups have been used for grouping functions
      and fields in structures semantically. This causes them to not appear
      properly in the file documentation and needlessly clutters up the "Modules"
      index.
      
      Additionally, this commit streamlines some spelling and appearances.
      21a19b79
  16. 24 May, 2011 1 commit
    • Justin Ruggles's avatar
      ac3enc: add channel coupling support · 7f3a7b5c
      Justin Ruggles authored
      Channel coupling is an optional AC-3 feature that increases quality by
      combining high frequency information from multiple channels into a
      single channel. The per-channel high frequency information is sent with
      less accuracy in both the frequency and time domains. This allows more
      bits to be used for lower frequencies while preserving enough
      information to reconstruct the high frequencies.
      7f3a7b5c
  17. 16 Apr, 2011 1 commit
  18. 29 Mar, 2011 1 commit
  19. 27 Mar, 2011 1 commit
  20. 25 Mar, 2011 1 commit
  21. 19 Mar, 2011 1 commit
  22. 05 Mar, 2011 1 commit
  23. 04 Mar, 2011 1 commit
  24. 28 Jan, 2011 1 commit
  25. 26 Jan, 2011 2 commits
  26. 25 Jan, 2011 1 commit
  27. 14 Dec, 2010 4 commits
  28. 30 Jun, 2010 1 commit
  29. 20 Apr, 2010 1 commit
  30. 06 Jun, 2009 1 commit
  31. 19 Apr, 2009 1 commit
  32. 01 Feb, 2009 1 commit
  33. 19 Jan, 2009 1 commit
  34. 08 Dec, 2008 2 commits