1. 20 Jul, 2015 1 commit
  2. 09 Jul, 2015 2 commits
  3. 08 Jun, 2015 1 commit
  4. 07 Jun, 2015 3 commits
  5. 03 Jun, 2015 1 commit
    • nu774's avatar
      aac: Correctly map multichannel ADTS AAC with non-zero channel_config + PCE · 0289f812
      nu774 authored
      The decoder assigns channels using default channel configuration
      for 5.1ch when it parses an ADTS frame header using consecutive
      channel ids.
      
      When a PCE comes, it reassigns channels using PCE configuration
      using directly the ids provided. They can be arbitrary.
      
      Always use consecutive channel ids to avoid decoding glitches due
      spurious reconfigurations due the channel ids mismatch between the
      two otherwise-identical channel maps.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      0289f812
  6. 12 May, 2015 2 commits
  7. 19 Apr, 2015 2 commits
  8. 16 Apr, 2015 1 commit
  9. 14 Apr, 2015 1 commit
  10. 08 Apr, 2015 1 commit
  11. 04 Mar, 2015 1 commit
  12. 28 Feb, 2015 1 commit
  13. 04 Feb, 2015 5 commits
  14. 30 Jan, 2015 1 commit
  15. 04 Dec, 2014 1 commit
  16. 02 Dec, 2014 2 commits
  17. 24 Nov, 2014 1 commit
  18. 09 Nov, 2014 1 commit
  19. 07 Nov, 2014 2 commits
  20. 04 Nov, 2014 1 commit
  21. 24 Oct, 2014 1 commit
  22. 13 Oct, 2014 2 commits
  23. 03 Jun, 2014 1 commit
  24. 13 Mar, 2014 1 commit
  25. 28 Feb, 2014 1 commit
  26. 12 Feb, 2014 1 commit
    • John Stebbins's avatar
      aacdec: set AVFrame sample_rate · 462d5e8e
      John Stebbins authored
      AVFrame.sample_rate is set in ff_get_buffer, but aacdec calls
      ff_get_buffer before the samplerate is known. So it needs to be
      set again before returning the frame.
      462d5e8e
  27. 03 Feb, 2014 1 commit
  28. 19 Jan, 2014 1 commit