Tasks for non-mandatory assignment 1:
- Download the Motion JPEG encoder from Bitbucket.
- The MJPEG code is an unoptimized single-threaded encoder.
- Try to apply some of the GPU optimizations presented in the GPU lectures. Use profiling and benchmarks to see how this improves the execution time of your program. Use CUDA to optimize the DCT part of the code.