1. 12 Oct, 2013 2 commits
  2. 29 Sep, 2013 1 commit
  3. 10 Sep, 2013 1 commit
  4. 27 Aug, 2013 1 commit
  5. 23 Aug, 2013 1 commit
  6. 13 Aug, 2013 1 commit
  7. 08 Aug, 2013 1 commit
  8. 29 Jul, 2013 2 commits
  9. 27 Jul, 2013 1 commit
  10. 25 Jul, 2013 1 commit
  11. 12 Jul, 2013 1 commit
  12. 06 Jul, 2013 1 commit
  13. 02 Jul, 2013 1 commit
  14. 24 Jun, 2013 1 commit
  15. 29 May, 2013 1 commit
  16. 28 May, 2013 3 commits
  17. 24 May, 2013 1 commit
  18. 21 May, 2013 1 commit
  19. 19 May, 2013 2 commits
  20. 15 May, 2013 1 commit
    • Michael Niedermayer's avatar
      vc1dec: Update destination pointers in context for fields · 03136539
      Michael Niedermayer authored
      This replaces a large number of checks for the second field by
      fixing the pointers when they are setup.
      
      This should also fix I/BI field pictures.
      
      Changes checksums for vc1_sa10143, the file becomes slightly closer
      to what the reference decoder outputs.
      
      Based on "vc1dec: the second field is written wrong to the picture"
      by Sebastian Sandberg <sebastiand.sandberg@gmail.com>.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      03136539
  21. 14 May, 2013 2 commits
  22. 07 May, 2013 2 commits
  23. 06 May, 2013 1 commit
  24. 04 May, 2013 2 commits
  25. 03 May, 2013 1 commit
  26. 30 Apr, 2013 3 commits
  27. 27 Apr, 2013 3 commits
  28. 26 Apr, 2013 1 commit
    • Diego Biurrun's avatar
      x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents · 7c00e9d8
      Diego Biurrun authored
      The function requires increasing the fuzz factor for the ac3/eac3 encode
      tests and even so makes fate fail. It only provides a slight encoding
      speedup for legacy CPUs that do not support SS2. Thus its benefit is not
      worth the trouble it creates and fixing it would be a waste of time.
      7c00e9d8