Changes between Initial Version and Version 13 of Ticket #5846


Ignore:
Timestamp:
Oct 13, 2010, 9:20:41 PM (14 years ago)
Author:
stippi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5846

    • Property Version R1/DevelopmentR1/alpha2
    • Property Blocking 6376
    • Property Owner changed from nobody to dlmcpaul
    • Property Status newassigned
    • Property Summary Playing avi video brokenSIMD color space conversion does not handle all color spaces correctly.
  • Ticket #5846 – Description

    initial v13  
    11r36511
    2 In new revisions AVI video image doubles and changes colours. Sound is OK.
    3 In R1/Alpha1 video playing fine. This bug can be not reproduceable all AVIs.
     2In some videos, the image doubles horizontally and has wrong colors if the native color space conversion is used in AVCodecDecoder. Using libswscale is slower but has the correct conversion. See USE_SWS_FOR_COLOR_SPACE_CONVERSION on line 43 of AVCodecDecoder.cpp