1. 27 Jul, 2015 1 commit
  2. 09 Apr, 2014 1 commit
  3. 23 Mar, 2014 1 commit
  4. 16 Mar, 2014 1 commit
  5. 13 Mar, 2014 1 commit
  6. 03 Jan, 2014 1 commit
    • Anton Khirnov's avatar
      rv30: fix extradata size check. · a6a2282c
      Anton Khirnov authored
      It has been checking the number of bits in the offset instead of the
      actual offset.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC:libav-stable@libav.org
      a6a2282c
  7. 03 Oct, 2013 1 commit
  8. 17 Sep, 2013 1 commit
  9. 08 Apr, 2013 1 commit
  10. 08 Mar, 2013 1 commit
  11. 25 Feb, 2013 1 commit
  12. 17 Jan, 2013 1 commit
  13. 08 Dec, 2012 1 commit
    • Janne Grunau's avatar
      golomb: use unsigned arithmetics in svq3_get_ue_golomb() · 9a2e7911
      Janne Grunau authored
      This prevents undefined behaviour of signed left shift if the coded
      value is larger than 2^31. Large values are most likely invalid and
      caused errors or by feeding random.
      
      Validate every use of svq3_get_ue_golomb() and changed the place there
      the return value was compared with negative numbers. dirac.c was clean,
      fixed rv30 and svq3.
      9a2e7911
  14. 07 Aug, 2012 1 commit
  15. 06 Apr, 2012 1 commit
  16. 14 Feb, 2012 1 commit
  17. 10 Jan, 2012 1 commit
    • Janne Grunau's avatar
      rv34: frame-level multi-threading · 9472d37d
      Janne Grunau authored
      Statistics for bourne.rmvb -an -f null
      
      1 thread:  37.12s user 0.03s system  99% cpu 37.174 total
      2 threads: 47.63s user 0.24s system 185% cpu 25.807 total
      4 threads: 41.21s user 0.30s system 327% cpu 12.674 total
      9472d37d
  18. 09 Aug, 2011 1 commit
  19. 29 Jul, 2011 1 commit
  20. 21 Jul, 2011 1 commit
  21. 16 Jul, 2011 1 commit
  22. 10 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun authored
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a
  23. 02 May, 2011 1 commit
  24. 19 Mar, 2011 1 commit
  25. 26 Jan, 2011 1 commit
  26. 20 Apr, 2010 1 commit
  27. 30 Mar, 2010 1 commit
  28. 01 Jul, 2009 1 commit
  29. 24 Feb, 2009 1 commit
  30. 07 Feb, 2009 1 commit
  31. 01 Feb, 2009 1 commit
  32. 11 Jan, 2009 2 commits
  33. 20 Dec, 2008 1 commit
  34. 28 Oct, 2008 1 commit
  35. 12 Jun, 2008 1 commit
  36. 28 Apr, 2008 1 commit
  37. 27 Apr, 2008 1 commit
  38. 21 Mar, 2008 1 commit
  39. 09 Mar, 2008 1 commit