[vlc-devel] [patch] patches for i420_yuy2/i422_yuy2/i420_rgb chroma converters

jnqnfe at gmail.com jnqnfe at gmail.com
Tue Jan 22 08:07:35 CET 2019


Set of patches for the i420_yuy2/i422_yuy2/i420_rgb chroma converters

#6 & #9 are bugfixes, the rest are redundant code and doc fixes

#1: Fixes typo, "RGB2" -> "RGB8"
#2: Removes RV24 artifacts
#3: Removes redundant lines resetting p_buffer
#4: Removes redundant lines setting p_y1 and p_line1
#5: Fixes and clarifies SSE2/MMX SIMD code documentation
#6: Adds missing SSE2_END statements
#7: Removes redundant loads in RV15/16 MMX unpacking
#8: Removes further redundant lines adjusting p_buffer
#9: Fixes incorrect U/V offset adjustments in the aligned-SSE2 "rewind"
conditional for 32-bit conversions
#10: Fixes incorrect macro param name
#11: Makes a small simplification, consistent with other functions

This is a precursor to a follow up to be submitted shortly adding AVX2
acceleration.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch01.patch
Type: text/x-patch
Size: 721 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0011.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch02.patch
Type: text/x-patch
Size: 2170 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0012.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch03.patch
Type: text/x-patch
Size: 4968 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0013.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch04.patch
Type: text/x-patch
Size: 3088 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0014.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch05.patch
Type: text/x-patch
Size: 93308 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0015.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch06.patch
Type: text/x-patch
Size: 1186 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0016.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch07.patch
Type: text/x-patch
Size: 4563 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0017.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch08.patch
Type: text/x-patch
Size: 2029 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0018.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch09.patch
Type: text/x-patch
Size: 1915 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0019.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch10.patch
Type: text/x-patch
Size: 975 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0020.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch11.patch
Type: text/x-patch
Size: 1249 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190122/069faac4/attachment-0021.bin>


More information about the vlc-devel mailing list