1. 22 Oct, 2003 7 commits
  2. 21 Oct, 2003 4 commits
  3. 20 Oct, 2003 6 commits
  4. 19 Oct, 2003 3 commits
  5. 18 Oct, 2003 2 commits
  6. 17 Oct, 2003 1 commit
  7. 16 Oct, 2003 3 commits
  8. 15 Oct, 2003 13 commits
  9. 14 Oct, 2003 1 commit
    • Michael Niedermayer's avatar
      recommit of · ffaa816e
      Michael Niedermayer 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
      
      Originally committed as revision 2380 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ffaa816e