1. 23 Jan, 2013 1 commit
  2. 08 Jun, 2012 1 commit
  3. 13 Jun, 2011 3 commits
  4. 06 Oct, 2009 1 commit
  5. 04 Oct, 2009 1 commit
  6. 02 Oct, 2009 1 commit
  7. 17 Dec, 2008 1 commit
  8. 12 Nov, 2008 1 commit
    • Måns Rullgård's avatar
      ARM: fix j_rev_dct_ARM · 77753f87
      Måns Rullgård authored
      This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct'
      function.
      
      The problem was in the incorrect partially empty row detection. Even
      if the first two coefficients in the row were nonzero, it handled this
      just like the case with only the first nonzero coefficient.
      
      Now this function produces exactly the same output as the stripped
      down reference C version of 'j_rev_dct' (with the nested checks like
      'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut
      branches).
      
      Originally committed as revision 15805 to svn://svn.ffmpeg.org/ffmpeg/trunk
      77753f87
  9. 27 Oct, 2008 1 commit
  10. 22 Dec, 2005 1 commit
  11. 17 Dec, 2005 1 commit
  12. 13 Aug, 2001 1 commit