1. 12 Jun, 2015 12 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 2 commits
    • 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
    • Luca Barbato's avatar
      bink: Factorize bink put_pixel · 7f596368
      Luca Barbato authored
      And make sure to check INTER_BLOCK as had been fixed by Michael
      Niedermayer.
      
      Reported-By: Andreas Cadhalpun
      CC: libav-stable@libav.org
      7f596368