1. 20 Feb, 2016 1 commit
    • Mark Harris's avatar
      avformat/icodec: ico probe with unknown data · 1b4fbf80
      Mark Harris authored
      Fix cases where unknown data (data beyond p->buf_size) could produce a
      higher ico probe score than if the unknown data was known and valid.
      For example:
          Header:  OK, 2 frames
          Frame 0: Unknown (offset points beyond end of probe buffer)
          Frame 1: Invalid
      Previously this example had a score of 25, even though the score would
      be 1 if the unknown frame was known to be valid or 0 if it was known
      to be invalid.  For this example the score is now 1.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      1b4fbf80
  2. 19 Feb, 2016 11 commits
  3. 18 Feb, 2016 8 commits
  4. 17 Feb, 2016 20 commits