Skip to content
Snippets Groups Projects
  1. Feb 15, 2013
  2. Feb 11, 2013
    • 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: default avatarMartin Storsjö <martin@martin.st>
      d192ac3e
  3. Feb 09, 2013
  4. Feb 06, 2013
  5. Jan 27, 2013
  6. Jan 26, 2013
  7. Jan 21, 2013
  8. Jan 20, 2013
  9. Jan 17, 2013
  10. Jan 15, 2013
  11. Jan 12, 2013
  12. Jan 10, 2013
  13. Jan 09, 2013
    • Justin Ruggles's avatar
      idcin: better error handling · 5d045046
      Justin Ruggles authored
      Add some additional checks for EOF and print error messages on an incomplete
      header or packet.
      
      FATE reference updated for id-cin-video due to the demuxer no longer
      returning a partial video packet at EOF.
      5d045046
  14. Jan 06, 2013
  15. Dec 30, 2012
  16. Dec 24, 2012
  17. Dec 20, 2012
  18. Dec 17, 2012
  19. Dec 10, 2012
  20. Dec 07, 2012
  21. Dec 05, 2012
  22. Dec 04, 2012
  23. Dec 03, 2012
Loading