1. 19 Feb, 2014 1 commit
  2. 27 Jan, 2014 2 commits
  3. 23 Jan, 2014 1 commit
  4. 20 Jan, 2014 1 commit
  5. 16 Jan, 2014 1 commit
  6. 25 Feb, 2013 1 commit
  7. 23 Dec, 2012 1 commit
  8. 06 Dec, 2012 3 commits
  9. 04 Dec, 2012 1 commit
  10. 29 Nov, 2012 1 commit
  11. 08 Oct, 2012 1 commit
  12. 01 Oct, 2012 1 commit
  13. 28 Aug, 2012 1 commit
  14. 27 Aug, 2012 1 commit
  15. 22 Aug, 2012 1 commit
  16. 07 Aug, 2012 1 commit
  17. 18 Jun, 2012 1 commit
  18. 06 Apr, 2012 1 commit
  19. 23 Mar, 2012 3 commits
  20. 22 Mar, 2012 1 commit
  21. 15 Mar, 2012 1 commit
  22. 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
  23. 05 Mar, 2012 1 commit
  24. 02 Mar, 2012 1 commit
  25. 01 Mar, 2012 1 commit
  26. 20 Feb, 2012 1 commit
  27. 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
  28. 15 Feb, 2012 2 commits
  29. 02 Dec, 2011 1 commit
  30. 28 Nov, 2011 3 commits
  31. 29 Jul, 2011 1 commit
  32. 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