1. 17 Mar, 2013 3 commits
  2. 16 Mar, 2013 2 commits
  3. 15 Mar, 2013 1 commit
  4. 08 Mar, 2013 1 commit
  5. 05 Mar, 2013 3 commits
  6. 04 Mar, 2013 1 commit
  7. 27 Feb, 2013 1 commit
  8. 25 Feb, 2013 1 commit
  9. 24 Feb, 2013 2 commits
  10. 22 Feb, 2013 2 commits
  11. 20 Feb, 2013 2 commits
  12. 18 Feb, 2013 1 commit
  13. 17 Feb, 2013 1 commit
  14. 15 Feb, 2013 1 commit
  15. 14 Feb, 2013 3 commits
  16. 13 Feb, 2013 1 commit
  17. 11 Feb, 2013 1 commit
    • Martin Storsjö's avatar
      swscale: Disallow conversion to GBRP16 · d192ac3e
      Martin Storsjö authored
      This reverts parts of d6d5ef55, that didn't work right. (The
      tests that were added failed on big endian, and the output looked
      garbled on little endian as well.)
      
      This is due to the fact that the intermediate scaling values (from
      e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and
      thus requires a separate output function, while yuv2gbrp_full_X_c
      only interprets it as int16_t.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d192ac3e
  18. 10 Feb, 2013 1 commit
  19. 09 Feb, 2013 1 commit
  20. 07 Feb, 2013 1 commit
    • Michael Niedermayer's avatar
      vc1dec: Fix destination pointers in context for fields · 0d194ee5
      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 avatarMichael Niedermayer <michaelni@gmx.at>
      0d194ee5
  21. 06 Feb, 2013 8 commits
  22. 27 Jan, 2013 1 commit
  23. 26 Jan, 2013 1 commit