arduino-audio-tools
Loading...
Searching...
No Matches
Classes

Motion-JPEG decoding using https://github.com/pschatzmann/TinyJPEG. More...

Classes

class  MJPEGDecoder
 Motion-JPEG video decoder: wraps TinyJPEGDecoder (https://github.com/pschatzmann/TinyJPEG, a header-only port of ChaN's TJpgDec) 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 TinyJPEGDecoder's own name to avoid shadowing that class from within this one. More...
 

Detailed Description

Motion-JPEG decoding using https://github.com/pschatzmann/TinyJPEG.