Qt
- and OpenGL
-independent core of the Mx Crossplatform Client Library. Basically, it delivers infrastructure and baseline MxPEG
decoding.
More...Namespaces | |
namespace | mxcpc_mxpeg |
Type stuff describing bits and pieces of the MxPEG interchange format. | |
namespace | mxcpc |
Namespace holding type definition stuff and general basic methods for the mxcpc library. | |
Classes | |
class | mxcpcException |
Mother of all mxcpc exceptions :-). More... | |
class | mxcpcDidntWorkOutException |
Unspecific screw-up. More... | |
class | mxcpcIOFailure |
Failure during file, network or similar operations. More... | |
class | mxcpcDatastructureIntegrityViolation |
An operation was attempted that would have violated datastructure integrity. More... | |
class | mxcpcBinaryFileWriter |
Byte stream receiver writing to a binary file. More... | |
class | mxcpcBufferedMxPEGDecoderBackEnd |
Baseclass to MxPEG decoder backends internally buffering entire RGB frames. More... | |
class | mxcpcByteStreamReceiver |
Interface / base class to entities receiving byte streams. More... | |
class | mxcpcCameraLiveMxPEGFastStream |
Live MxPEG FastStream CGI facitily on a Mx camera. More... | |
class | mxcpcCameraLiveMxPEGFastStreamPOSIX |
Low-level camera faststream access implementation directly using POSIX socket I/O. More... | |
class | mxcpcDefaultMxPEGDecoderBackEnd |
MxPEG decoder backend for testing purposes. More... | |
class | mxcpcDevNullStatusMessageHandler |
This status message handler can be installed if you wish no status output whatsoever. More... | |
class | mxcpcFramewiseMxPEGDecoder |
Decoder implementation using the classic Mx approach. More... | |
class | mxcpcFramewiseMxPEGScanDecoder |
The framewise (frame prefetching) approach to MxPEG decoding provided by mxcpcFramewiseMxPEGDecoder needs an actual implementation of a scan decoder doing the actual bitstream crunching. More... | |
class | mxcpcFramewiseMxPEGScanDecoderSoftwareOnly |
Software-only decoding module to be used with the framewise (frame prefetching) MxPEG decoder facility implemented by mxcpcFramewiseMxPEGDecoder. More... | |
class | mxcpcFramewiseMxPEGScanToJPEGConverter |
Instead of a regular scan decoder, a scan-to-JPEG converter can be plugged into an mxcpcFramewiseMxPEGDecoder - bypassing conversion to and from RGB and thus optimizing conversion performance as well as image quality of the generated JPEG images. More... | |
class | mxcpcFramewiseMxPEGScanToJPEGConverterSoftwareOnly |
Framewise scan decoder converting an MxPEG stream to a sequence of JPEG images using no external hardware-optimized acceleration routines. More... | |
class | mxcpcHuffmanTree |
Huffman tree with unsigned char valued leaves - used for MxPEG decoding. More... | |
class | mxcpcIPAddress |
Well, IP address. More... | |
class | mxcpcJPEGReceiver |
Interface to all classes capable of processing multiple frames of binary JPEG data. More... | |
class | mxcpcJPEGSequenceWriter |
Writes out a sequence of individual JPEG -files. More... | |
class | mxcpcMJPEGWriter |
Generates an MJPEG stream. More... | |
class | mxcpcMxPEGDecoder |
MxPEG stream decoder. More... | |
class | mxcpcMxPEGDecoderBackEnd |
Interface (baseclass) to MxPEG decoder backends. More... | |
class | mxcpcMxPEGRawFrameDumper |
MxPEG decoder backend dumping raw RGB / YUV frames to a generic byte stream receiver. More... | |
class | mxcpcStatusMessageHandler |
Interface to all handlers for the mxcpc status messaging facility. More... | |
class | mxcpcStreamDecoder |
Interface to all stream decoders. More... | |
class | mxcpcStreamFile |
File serving as stream source for stream decoding via mxcpcStreamDecoder. More... | |
class | mxcpcStreamSource |
Abstract representation of a (media) stream source. More... | |
class | mxcpcTime |
Measures time in milliseconds. More... | |
class | mxcpcValueRange |
This diagnostics class can be fed with integer values and remembers their value range. More... |
Qt
- and OpenGL
-independent core of the Mx Crossplatform Client Library. Basically, it delivers infrastructure and baseline MxPEG
decoding.