|
arduino-audio-tools
|
Motion-JPEG decoding using https://github.com/Bodmer/JPEGDecoder. More...
Classes | |
| class | MJPEGDecoder |
| Motion-JPEG video decoder: wraps JPEGDecoder (https://github.com/Bodmer/JPEGDecoder) as a VideoDecoder, so it can be plugged directly into e.g. DemuxerAVI::setOutputVideo()/ DemuxerMP4::setOutputVideo() - the same role H264Decoder (CodecH264.h) and MPGDecoder (CodecMPG.h) play for their own codecs. Named "MJPEGDecoder" rather than reusing JPEGDecoder's own name to avoid shadowing that (global-namespace) class from within this one. More... | |
Motion-JPEG decoding using https://github.com/Bodmer/JPEGDecoder.