1. 31 May, 2016 1 commit
    • foo86's avatar
      avcodec/dca: require checked bitstream reader · d1f558b3
      foo86 authored
      Remove half-working attempt at supporting unchecked bitstream reader by
      always copying input data into intermediate buffer with large amount of
      padding at the end.
      
      Convert LBR decoder to checked bitstream reader. Convert
      dcadec_decode_frame() to parse input data directly if possible.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      d1f558b3
  2. 21 May, 2016 1 commit
    • foo86's avatar
      avcodec/dca: simplify 'residual ok' flag tracking · 801dbf02
      foo86 authored
      Move this from separate structure field to a packet flag.
      
      Behavior should be equivalent, except that residual flag is now properly
      cleared when packet has no core frame at all.
      
      Also print a message when forcing recovery mode due to invalid residual
      to make debugging easier.
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      801dbf02
  3. 10 May, 2016 1 commit
  4. 03 May, 2016 1 commit
  5. 31 Jan, 2016 1 commit