The new release CUDA 3.2RC has JPEG decompression with CUDA. Does any one know how to use it?
There is an application sample - cudaDecodeGL, but there is no code for JPEG decompression with it.
I even cannot find the reference documentation for the API functions described in NVIDIA_CUDA_VideoDecoder.pdf.
It would be great if someone can provide information about how to decompress JPEG on CUDA.
mayouuu
September 27, 2010, 11:15am
2
I think cudaDecodeGL has nothing to do with JPEG decoding. I have found this:
[url=“Cuda Jpeg Decoder download | SourceForge.net ”]http://sourceforge.net/projects/cudajpegdecoder/[/url]
As I am working in some video/image post-processing with CUDA it could be usefull for you as it is for me.
I hope so…
mayouuu
September 27, 2010, 11:15am
3
I think cudaDecodeGL has nothing to do with JPEG decoding. I have found this:
[url=“Cuda Jpeg Decoder download | SourceForge.net ”]http://sourceforge.net/projects/cudajpegdecoder/[/url]
As I am working in some video/image post-processing with CUDA it could be usefull for you as it is for me.
I hope so…
mayouuu
September 27, 2010, 11:15am
4
I think cudaDecodeGL has nothing to do with JPEG decoding. I have found this:
[url=“Cuda Jpeg Decoder download | SourceForge.net ”]http://sourceforge.net/projects/cudajpegdecoder/[/url]
As I am working in some video/image post-processing with CUDA it could be usefull for you as it is for me.
I hope so…
The new release CUDA 3.2RC has JPEG decompression with CUDA. Does any one know how to use it?
There is an application sample - cudaDecodeGL, but there is no code for JPEG decompression with it.
I even cannot find the reference documentation for the API functions described in NVIDIA_CUDA_VideoDecoder.pdf.
It would be great if someone can provide information about how to decompress JPEG on CUDA.
In the cuda 3.2 include directory there is a commented header file called cuviddec.h. Maybe it has some jpeg decoding functions.
The new release CUDA 3.2RC has JPEG decompression with CUDA. Does any one know how to use it?
There is an application sample - cudaDecodeGL, but there is no code for JPEG decompression with it.
I even cannot find the reference documentation for the API functions described in NVIDIA_CUDA_VideoDecoder.pdf.
It would be great if someone can provide information about how to decompress JPEG on CUDA.
In the cuda 3.2 include directory there is a commented header file called cuviddec.h. Maybe it has some jpeg decoding functions.
The new release CUDA 3.2RC has JPEG decompression with CUDA. Does any one know how to use it?
There is an application sample - cudaDecodeGL, but there is no code for JPEG decompression with it.
I even cannot find the reference documentation for the API functions described in NVIDIA_CUDA_VideoDecoder.pdf.
It would be great if someone can provide information about how to decompress JPEG on CUDA.
In the cuda 3.2 include directory there is a commented header file called cuviddec.h. Maybe it has some jpeg decoding functions.
mayouuu
September 29, 2010, 8:10am
8
cuviddec.h only implements video decoding from H.264, MPEG and others to NV12 frame format.
mayouuu
September 29, 2010, 8:10am
9
cuviddec.h only implements video decoding from H.264, MPEG and others to NV12 frame format.
Thanks, everybody.
The document NVIDIA_CUDA_VideoDecoder.pdf clearly says ‘Support for decoding JPEG using CUDA cores’.
How to get NVIDIA supporting people to answer this question?
Matt.
Thanks, everybody.
The document NVIDIA_CUDA_VideoDecoder.pdf clearly says ‘Support for decoding JPEG using CUDA cores’.
How to get NVIDIA supporting people to answer this question?
Matt.
mayouuu
October 1, 2010, 11:50am
12
Where did you see that? I am very interested in it too but I could not find it in this document:
http://developer.download.nvidia.com/compu…doc/nvcuvid.pdf
mayouuu
October 1, 2010, 11:50am
13
Where did you see that? I am very interested in it too but I could not find it in this document:
http://developer.download.nvidia.com/compu…doc/nvcuvid.pdf
avidday
October 1, 2010, 12:18pm
14
That is the wrong document, describing an earlier, windows only library that was dropped around CUDA 2.0. The 3.2 release candidate includes an new library for video decoding video, and the documentation says there is JPEG decompression support in the windows version library. But to the original poster, if you are wanting decode JIF or JFIF still images with the library, I will take an educated guess that you are out of luck - the JPEG mentioned is probably M-JPEG (ie. motion JPEG video streams).
avidday
October 1, 2010, 12:18pm
15
That is the wrong document, describing an earlier, windows only library that was dropped around CUDA 2.0. The 3.2 release candidate includes an new library for video decoding video, and the documentation says there is JPEG decompression support in the windows version library. But to the original poster, if you are wanting decode JIF or JFIF still images with the library, I will take an educated guess that you are out of luck - the JPEG mentioned is probably M-JPEG (ie. motion JPEG video streams).
If you have CUDA3.2RC installed, the document, NVIDIA_CUDA_VideoDecoder.pdf, is located in
…\NVIDIA GPU Computing Toolkit\CUDA\v3.2\doc\
If you have CUDA3.2RC installed, the document, NVIDIA_CUDA_VideoDecoder.pdf, is located in
…\NVIDIA GPU Computing Toolkit\CUDA\v3.2\doc\