1. 24 Oct, 2013 1 commit
  2. 23 Oct, 2013 1 commit
  3. 09 Feb, 2013 1 commit
  4. 18 Jan, 2013 1 commit
  5. 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
  6. 01 Oct, 2012 1 commit
  7. 27 Sep, 2012 1 commit
  8. 12 Jun, 2012 1 commit
  9. 06 Jun, 2012 1 commit
  10. 24 Feb, 2012 1 commit
  11. 17 Feb, 2012 1 commit
  12. 16 Feb, 2012 1 commit
  13. 25 Dec, 2011 1 commit
  14. 20 Dec, 2011 1 commit
  15. 10 Nov, 2011 1 commit
  16. 11 Oct, 2011 1 commit
    • Mans Rullgard's avatar
      h264: fix HRD parameters parsing · fdba370f
      Mans Rullgard authored
      The bit_rate_value_minus1 and cpb_size_value_minus1 elements
      allow a wider range than get_ue_golomb() supports.  This
      adds a get_ue_golomb_long() function supporting up to 31
      leading zeros, which is the maximum for these syntax
      elements, and uses it in decode_hrd_parameters().
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      fdba370f
  17. 19 Mar, 2011 1 commit
  18. 20 Apr, 2010 1 commit
  19. 11 Sep, 2009 1 commit
  20. 13 Apr, 2009 1 commit
  21. 12 Apr, 2009 1 commit
  22. 24 Feb, 2009 1 commit
  23. 18 Feb, 2009 1 commit
  24. 01 Feb, 2009 1 commit
  25. 23 Dec, 2008 1 commit
  26. 16 Sep, 2008 1 commit
  27. 15 Sep, 2008 1 commit
  28. 31 Aug, 2008 1 commit
  29. 13 Jul, 2008 1 commit
  30. 17 Oct, 2007 1 commit
  31. 15 Aug, 2007 1 commit
  32. 05 Jul, 2007 1 commit
  33. 17 Jun, 2007 2 commits
  34. 16 Jun, 2007 1 commit
  35. 22 Oct, 2006 1 commit
  36. 07 Oct, 2006 1 commit
  37. 24 Jun, 2006 1 commit
  38. 12 Jan, 2006 1 commit
  39. 22 Dec, 2005 1 commit