| FFmpeg
    | 
Provide registration of all codecs, parsers and bitstream filters for libavcodec. More...
Include dependency graph for allcodecs.c:

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) | 
| #define | REGISTER_BSF(X, x) | 
| Functions | |
| void | avcodec_register_all (void) | 
| Register all the codecs, parsers and bitstream filters which were enabled at configuration time.  More... | |
Detailed Description
Provide registration of all codecs, parsers and bitstream filters for libavcodec.
Definition in file allcodecs.c.
Macro Definition Documentation
Value:
{                                                                   \
            av_register_bitstream_filter(&ff_##x##_bsf);                \
    }
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
Definition: libavcodec/avcodec.h:4535
void av_register_bitstream_filter(AVBitStreamFilter *bsf)
Definition: bitstream_filter.c:33
Definition at line 60 of file allcodecs.c.
Referenced by avcodec_register_all().
Value:
{                                                                   \
            avcodec_register(&ff_##x##_decoder);                        \
    }
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
void avcodec_register(AVCodec *codec)
Register the codec codec and initialize libavcodec. 
Definition: libavcodec/utils.c:158
Definition at line 44 of file allcodecs.c.
Referenced by avcodec_register_all().
| #define REGISTER_ENCDEC | ( | X, | |
| x | |||
| ) | REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x) | 
Definition at line 51 of file allcodecs.c.
Referenced by avcodec_register_all().
Value:
{                                                                   \
            avcodec_register(&ff_##x##_encoder);                        \
    }
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
void avcodec_register(AVCodec *codec)
Register the codec codec and initialize libavcodec. 
Definition: libavcodec/utils.c:158
Definition at line 37 of file allcodecs.c.
Referenced by avcodec_register_all().
Value:
{                                                                   \
            av_register_hwaccel(&ff_##x##_hwaccel);                     \
    }
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
void av_register_hwaccel(AVHWAccel *hwaccel)
Register the hardware accelerator hwaccel. 
Definition: libavcodec/utils.c:2925
Definition at line 30 of file allcodecs.c.
Referenced by avcodec_register_all().
Value:
{                                                                   \
            av_register_codec_parser(&ff_##x##_parser);                 \
    }
initialize output if(nPeaks >3)%at least 3 peaks in spectrum for trying to find f0 nf0peaks
Definition: libavcodec/avcodec.h:3883
Definition at line 53 of file allcodecs.c.
Referenced by avcodec_register_all().
Generated on Fri Oct 31 2025 06:56:18 for FFmpeg by
 1.8.11
 1.8.11