Closed GoogleCodeExporter closed 9 years ago
I started to implement some of these conversions.
Progress so far:
YUV444 9/10bit -> AYUV, shows a 60% performance increase to the old code.
Original comment by h.lepp...@gmail.com
on 20 Aug 2011 at 1:44
Also implemented are YUV444 9/10 -> Y410 and YUV420 9/10 -> YV12/NV12
Original comment by h.lepp...@gmail.com
on 24 Aug 2011 at 6:56
Only missing now is a implementation of YUV420 -> YUV422 (based on the
upscaling in the RGB code)
422->444 is never used outside of RGB, and can be skipped.
Original comment by h.lepp...@gmail.com
on 3 Sep 2011 at 6:56
NV12 -> YV12 would still be beneficial, the swscale converter is dead slow.
Original comment by h.lepp...@gmail.com
on 24 Sep 2011 at 3:10
The 420->422 converter has been implemented, completing all important
converters.
Original comment by h.lepp...@gmail.com
on 30 Sep 2011 at 7:30
Original issue reported on code.google.com by
h.lepp...@gmail.com
on 17 Aug 2011 at 9:01