1. 27 Jul, 2015 1 commit
  2. 14 Mar, 2015 1 commit
    • Andreas Cadhalpun's avatar
      ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext · 7b05b509
      Andreas Cadhalpun authored
      The AC3DecodeContext has a float (USE_FIXED=0) and an integer
      (USE_FIXED=1) variant, both of which can be present in the same binary.
      This is not only very confusing, but it also breaks horribly, when one
      variant is used by code expecting the other.
      
      This currently happens, because eac3dec.c is only compiled for the float
      variant, but also used from ac3dec_fixed.c, which uses the integer
      variant.
      
      The result is memory corruption, leading to crashes.
      
      So compile eac3dec.c once for each variant and adapt it, so that it
      works with the integer variant.
      
      A loss of precission and scaling bug has been fixed by the committer
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      7b05b509
  3. 20 Nov, 2014 1 commit
  4. 27 Aug, 2014 1 commit
  5. 23 Jun, 2014 1 commit
  6. 01 Apr, 2014 2 commits
  7. 19 Jan, 2014 1 commit
  8. 05 Jan, 2014 1 commit
  9. 22 Nov, 2013 1 commit
  10. 17 Jul, 2013 1 commit
  11. 18 May, 2013 1 commit
  12. 12 Feb, 2013 1 commit
  13. 16 Jan, 2013 1 commit
  14. 09 Dec, 2012 2 commits
  15. 06 Oct, 2012 1 commit
  16. 12 Sep, 2012 1 commit
  17. 02 Dec, 2011 1 commit
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  18. 06 Sep, 2011 1 commit
  19. 12 Aug, 2011 1 commit
  20. 10 Jul, 2011 1 commit
  21. 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
  22. 13 Jun, 2011 1 commit
  23. 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
  24. 26 Apr, 2011 1 commit
  25. 05 Apr, 2011 1 commit
  26. 01 Apr, 2011 1 commit
  27. 29 Mar, 2011 1 commit
  28. 25 Mar, 2011 1 commit
  29. 19 Mar, 2011 1 commit
  30. 05 Mar, 2011 1 commit
  31. 04 Mar, 2011 1 commit
  32. 04 Feb, 2011 1 commit
  33. 02 Feb, 2011 1 commit
  34. 28 Jan, 2011 2 commits
  35. 14 Dec, 2010 2 commits
  36. 20 Apr, 2010 1 commit