|
FFmpeg
|
Provide registration of all codecs, parsers and bitstream filters for libavcodec. More...
Go to the source code of this file.
Macros | |
| #define | REGISTER_HWACCEL(X, x) |
| #define | REGISTER_ENCODER(X, x) |
| #define | REGISTER_DECODER(X, x) |
| #define | REGISTER_ENCDEC(X, x) REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x) |
| #define | REGISTER_PARSER(X, x) |
Functions | |
| static void | register_all (void) |
| void | avcodec_register_all (void) |
| Register all the codecs, parsers and bitstream filters which were enabled at configuration time. More... | |
Provide registration of all codecs, parsers and bitstream filters for libavcodec.
Definition in file allcodecs.c.
| #define REGISTER_HWACCEL | ( | X, | |
| x | |||
| ) |
Definition at line 32 of file allcodecs.c.
Referenced by register_all().
| #define REGISTER_ENCODER | ( | X, | |
| x | |||
| ) |
Definition at line 39 of file allcodecs.c.
Referenced by register_all().
| #define REGISTER_DECODER | ( | X, | |
| x | |||
| ) |
Definition at line 46 of file allcodecs.c.
Referenced by register_all().
| #define REGISTER_ENCDEC | ( | X, | |
| x | |||
| ) | REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x) |
Definition at line 53 of file allcodecs.c.
Referenced by register_all().
| #define REGISTER_PARSER | ( | X, | |
| x | |||
| ) |
Definition at line 55 of file allcodecs.c.
Referenced by register_all().
Definition at line 62 of file allcodecs.c.
Referenced by avcodec_register_all().
1.8.6