1. 12 Jun, 2015 13 commits
  2. 10 Jun, 2015 5 commits
  3. 09 Jun, 2015 5 commits
  4. 08 Jun, 2015 11 commits
  5. 07 Jun, 2015 5 commits
  6. 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