1. 23 Oct, 2003 1 commit
  2. 22 Oct, 2003 8 commits
  3. 21 Oct, 2003 4 commits
  4. 20 Oct, 2003 6 commits
  5. 19 Oct, 2003 3 commits
  6. 18 Oct, 2003 2 commits
  7. 17 Oct, 2003 1 commit
  8. 16 Oct, 2003 3 commits
  9. 15 Oct, 2003 11 commits
  10. 14 Oct, 2003 1 commit
    • michael's avatar
      recommit of · 366d7b03
      michael authored
          * fixing an unitilaized field AVImageInfo::interleaved.
      
            As a matter of fact we have two problems here: first
            AVImageInfo::interleaved is never initialzed in img.c.
            The second problem is that even if we want interleaved
            PNGs there's a bug in png.c that prevents us from generating
            them.
      
            The later problem is for somebody familiar with PNG to
            handle.
      
            And yes, always setting AVImageInfo::interleaved to 0 isn't
            such a good idea, but it still beats garbage values.
      orginal commit by roman shaposhnik
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2380 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      366d7b03