MxSDK
's core MxPEG
decoding functionality.
More...Classes | |
class | mx::ISimpleMxPEGRenderer |
Interface to the OpenGL -based MxPEG decoder demo backend internally buffering video tile updates and transmitting to the graphics hardware frame-wise and only as frames complete. More... | |
class | mx::BufferedMxPEGDecoderBackEnd |
Baseclass to MxPEG decoder backends internally buffering entire RGB frames. More... | |
class | mx::DiagnosticsMxPEGTileReceiver |
MxPEG tile receiver for testing/diagnostics purposes. More... | |
class | mx::MxPEGParser |
Versatile MxPEG parser. More... | |
class | mx::MxPEGRawFrameDumper |
MxPEG raw frame dumper implementation. More... | |
class | mx::MxPEGScanToJPEGConverterSoftwareOnly |
Converts an MxPEG stream to a sequence of full JPEG images using no external hardware-optimized acceleration routines. More... | |
class | mx::SimpleMxPEGRenderer |
OpenGL -based MxPEG decoder backend internally buffering video tile updates and transmitting to the graphics hardware frame-wise and only as frames complete. More... |
MxSDK
's core MxPEG
decoding functionality.
The central components are the versatile MxPEG
stream parser mx::MxPEGParser
and our baseline decoder implementation optimized for portability, the mx::MxPEGScanDecoderSoftwareOnly
.