#include "gdef.h"
#include "gbititerator.h"
#include "gbitstream.h"
#include <string>
#include <vector>
#include <iostream>
Go to the source code of this file.
|
class | Gr::Avc::Configuration |
| Contains AVC configuration parameters, initialised from an "avcC" file segment or from an SDP "fmtp" attribute string, held as lists of SPS and PPS sub-structures. More...
|
|
class | Gr::Avc::Sps |
| A Sequence Parameter Set (SPS) structure. More...
|
|
class | Gr::Avc::Pps |
| A Picture Sequence Parameter Set (PPS) structure. More...
|
|
class | Gr::Avc::Rbsp |
| Provides static helper functions that relate to RBSP formatting. More...
|
|
|
| Gr |
| Static image classes.
|
|
| Gr::Avc |
| Classes for decoding H.264 parameter sets.
|
|
|
std::ostream & | Gr::Avc::operator<< (std::ostream &, const Avc::Sps &) |
|
std::ostream & | Gr::Avc::operator<< (std::ostream &, const Avc::Pps &) |
|