1. 06 Apr, 2012 1 commit
  2. 23 Mar, 2012 3 commits
  3. 22 Mar, 2012 1 commit
  4. 15 Mar, 2012 1 commit
  5. 08 Mar, 2012 1 commit
    • Ronald S. Bultje's avatar
      huffyuv: add padding to classic (v1) huffman tables. · 4ffe5e2a
      Ronald S. Bultje authored
      We slightly overread the input buffer, so we require
      padding at the end of the buffer, as is documented in the
      get_bits API. Without padding, we'll read uninitialized
      data or beyond the end of the .rodata, which may crash.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      4ffe5e2a
  6. 05 Mar, 2012 1 commit
  7. 02 Mar, 2012 1 commit
  8. 01 Mar, 2012 1 commit
  9. 20 Feb, 2012 1 commit
  10. 17 Feb, 2012 1 commit
    • Ronald S. Bultje's avatar
      huffyuv: error out on bit overrun. · 84c202cc
      Ronald S. Bultje authored
      On EOF, get_bits() will continuously return 0, causing an infinite
      loop.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      84c202cc
  11. 15 Feb, 2012 2 commits
  12. 02 Dec, 2011 1 commit
  13. 28 Nov, 2011 3 commits
  14. 29 Jul, 2011 1 commit
  15. 07 May, 2011 1 commit
    • Stefano Sabatini's avatar
      lavc: set defaults in internal codec frames · 01042d41
      Stefano Sabatini authored
      This is required specifically for setting frame->format to -1,
      otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading
      the format from the output decoded frame will get misled.
      
      In particular fix regressions occurring with the pending vsrc_buffer
      patch.
      01042d41
  16. 02 May, 2011 2 commits
  17. 29 Apr, 2011 1 commit
  18. 19 Mar, 2011 1 commit
  19. 03 Mar, 2011 1 commit
  20. 01 Mar, 2011 1 commit
  21. 28 Jan, 2011 1 commit
  22. 26 Jan, 2011 1 commit
  23. 25 Jun, 2010 2 commits
  24. 20 Apr, 2010 1 commit
  25. 17 Apr, 2010 1 commit
  26. 12 Apr, 2010 1 commit
  27. 30 Mar, 2010 1 commit
  28. 14 Jan, 2010 1 commit
  29. 16 Nov, 2009 1 commit
  30. 16 Oct, 2009 3 commits
  31. 06 Oct, 2009 1 commit