1. 06 Nov, 2011 1 commit
  2. 03 Nov, 2011 1 commit
  3. 26 Oct, 2011 1 commit
  4. 20 Oct, 2011 1 commit
  5. 19 Oct, 2011 1 commit
  6. 18 Oct, 2011 2 commits
  7. 17 Oct, 2011 1 commit
  8. 10 Oct, 2011 2 commits
  9. 28 Sep, 2011 1 commit
  10. 12 Sep, 2011 1 commit
  11. 11 Sep, 2011 2 commits
  12. 12 Aug, 2011 1 commit
  13. 10 Aug, 2011 1 commit
  14. 03 Aug, 2011 3 commits
  15. 17 Jul, 2011 1 commit
  16. 03 Jul, 2011 2 commits
  17. 01 Jul, 2011 2 commits
  18. 19 Jun, 2011 2 commits
  19. 16 Jun, 2011 1 commit
  20. 10 Jun, 2011 1 commit
  21. 08 Jun, 2011 1 commit
  22. 07 Jun, 2011 1 commit
  23. 02 Jun, 2011 1 commit
  24. 07 May, 2011 1 commit
  25. 06 May, 2011 2 commits
  26. 02 May, 2011 1 commit
  27. 30 Apr, 2011 2 commits
  28. 25 Apr, 2011 2 commits
    • Reimar Döffinger's avatar
      Do not set non_interleaved for DV-in-AVI. · 5e9de76f
      Reimar Döffinger authored
      It does not make sense (DV is interleaved by design) and
      it avoids a crash when the non-interleaved code tries to
      use the priv_data of streams created by the DV demuxer.
      The crash could be avoided differently, but then that stream
      would still lack an index and would not play correctly in
      non-interleaved mode.
      Fixes e.g. samples/ffmpeg-bugs/roundup/issue1514/Dennis0002_video1.avi
      5e9de76f
    • Kostya Shishkov's avatar
      read AVI palette from the end of extradata · 23f40a07
      Kostya Shishkov authored
      Official AVI specification says that stream header in case of video contains
      BITMAPINFO, which is equal to BITMAPINFOHEADER and optional palette. Currently
      lavf AVI demuxer thinks otherwise which produces garbage on codecs that have
      both palette and extradata (luckily, there are not so many such codecs).
      
      An example of such file is:
      http://samples.multimedia.cx/V-codecs/KMVC/baseball1.avi
      (IIRC, MSS1 or MSS2 also had such situation but they are still not supported
      by lavc).
      
      As a side note, passing palette in extradata as it's been done previously is
      not quite correct since proper _extra_ data is surplus bytes in
      BITMAPINFOHEADER, not including palette.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      23f40a07
  29. 24 Apr, 2011 1 commit