User Activity

  • Posted a comment on ticket #762 on GraphicsMagick

    My JBIG module source code for inspiration.

  • Created ticket #762 on GraphicsMagick

    Wrong support of JBIG gray level images

  • Modified a blog post on Camera Viewer App (Cam View)

    Fixed AYUV byte layout

  • Created a blog post on Camera Viewer App (Cam View)

    Fixed AYUV byte layout

  • Posted a comment on discussion Help on Video Processing Project

    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...

  • Created ticket #27 on x264vfw

    64 bit version of x264vfw.dll is not properly registered

  • Modified a comment on discussion Help on Video Processing Project

    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.

  • Posted a comment on discussion Help on Video Processing Project

    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.

View All

Personal Data

Username:
fojtik
Joined:
2000-11-15 13:07:00
Gender:
Male

Projects

This is a list of open source software projects that Jaroslav Fojtik is associated with:

Personal Tools