My JBIG module source code for inspiration.
Wrong support of JBIG gray level images
Fixed AYUV byte layout
Fixed AYUV byte layout
Function RealYUV444toRGB24Converter::Convert seems to be wrongly implemented: void RealYUV444toRGB24Converter::Convert(void* pInputBuffer, void* pRgb) { unsigned char* optr = (unsigned char *)pRgb; unsigned char* inBuffer = (unsigned char *)pInputBuffer; int numberOfPixels = _width * _height; for (int i = 0; i < numberOfPixels; i++ ) { unsigned char v = inBuffer[ (i * 4 ) + 0 ]; unsigned char u = inBuffer[ (i * 4 ) + 1 ]; unsigned char y = inBuffer[ (i * 4 ) + 2 ]; //drop the 4th byte (= alpha-channel...
64 bit version of x264vfw.dll is not properly registered
Because there is no way to contact original authors, I have published a new DQ_VPP serie of filters: https://sourceforge.net/projects/direct-show-demo-filters/files/DQ_VPP_VIDEOPROCESSING/ I have completelly removed word "CSIR" from code modified by me. The functionality should be equivalent or even signifficantly better.
Because there is no way to contact original authors, I have published a new DQ_VPP serie of filters: https://sourceforge.net/projects/direct-show-demo-filters/files/DQ_VPP_VIDEOPROCESSING/ I have completelly remove word "CSIR" from code modified by me. The functionality should be equivalent or even signifficantly better.