spawlows / SVT-AV1

Welcome to the GitHub repo for the SVT-AV1 encoder! To see a list of feature request and view what is planned for the SVT-AV1 encoder, visit our Trello page: http://bit.ly/SVT-AV1 Help us grow the community by subscribing to our SVT-AV1 mailing list! http://bit.ly/svt-av1-mailing
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Removed memcpy and conversion from 8 bit to 16 bit in dlf_kernel() #2

Closed tszumski closed 4 years ago

tszumski commented 4 years ago

Removed memcpy and conversion from 8 bit to 16 bit in dlf_kernel() with CDEF updated accordingly

Fixed 10bit-option crash for msvc debugger attached (free unallocated memory, 10 bit video is different, more bytes are written to out file)