1. 17 Aug, 2016 1 commit
  2. 05 Mar, 2016 1 commit
    • Katerina Barone-Adesi's avatar
      idct8x8: Fix undefined negative shifts · 1389b4c1
      Katerina Barone-Adesi authored
      The original code left-shifts negative values, which is undefined
      in the C99 specification (the one used during normal Libav compilation).
      This change multiplies by (1 << shift), which is functionally equivalent,
      but has defined behavior.
      
      With this change, fate-idct8x8 compiled with --fsanitize=undefined works.
      
      Bug-Id: 686
      1389b4c1
  3. 08 Feb, 2013 1 commit
  4. 23 Jan, 2013 1 commit
  5. 10 Dec, 2011 1 commit
  6. 08 Nov, 2011 1 commit
  7. 21 Jul, 2011 1 commit
  8. 12 May, 2011 1 commit
  9. 20 Apr, 2010 1 commit
  10. 20 Oct, 2009 1 commit
  11. 01 Feb, 2009 1 commit
  12. 09 May, 2008 1 commit
  13. 08 Dec, 2006 1 commit
  14. 03 Sep, 2006 1 commit
  15. 22 Dec, 2005 1 commit
  16. 17 Dec, 2005 1 commit
  17. 30 Oct, 2003 1 commit
  18. 24 Oct, 2003 1 commit
  19. 06 Mar, 2003 1 commit
  20. 11 Feb, 2003 1 commit
  21. 01 Sep, 2002 1 commit
  22. 29 Aug, 2002 1 commit