FFmpeg
Functions | Variables
parsers.c File Reference
#include <stdint.h>
#include "libavutil/thread.h"
#include "avcodec.h"
#include "version.h"
#include "libavcodec/parser_list.c"

Go to the source code of this file.

Functions

static void av_parser_init_next (void)
 
AVCodecParserav_parser_next (const AVCodecParser *p)
 
void av_register_codec_parser (AVCodecParser *parser)
 
const FF_ENABLE_DEPRECATION_WARNINGS AVCodecParserav_parser_iterate (void **opaque)
 Iterate over all registered codec parsers. More...
 

Variables

AVCodecParser ff_aac_parser
 
AVCodecParser ff_aac_latm_parser
 
AVCodecParser ff_ac3_parser
 
AVCodecParser ff_adx_parser
 
AVCodecParser ff_av1_parser
 
AVCodecParser ff_avs2_parser
 
AVCodecParser ff_avs3_parser
 
AVCodecParser ff_bmp_parser
 
AVCodecParser ff_cavsvideo_parser
 
AVCodecParser ff_cook_parser
 
AVCodecParser ff_cri_parser
 
AVCodecParser ff_dca_parser
 
AVCodecParser ff_dirac_parser
 
AVCodecParser ff_dnxhd_parser
 
AVCodecParser ff_dolby_e_parser
 
AVCodecParser ff_dpx_parser
 
AVCodecParser ff_dvaudio_parser
 
AVCodecParser ff_dvbsub_parser
 
AVCodecParser ff_dvdsub_parser
 
AVCodecParser ff_dvd_nav_parser
 
AVCodecParser ff_flac_parser
 
AVCodecParser ff_g723_1_parser
 
AVCodecParser ff_g729_parser
 
AVCodecParser ff_gif_parser
 
AVCodecParser ff_gsm_parser
 
AVCodecParser ff_h261_parser
 
AVCodecParser ff_h263_parser
 
AVCodecParser ff_h264_parser
 
AVCodecParser ff_hevc_parser
 
AVCodecParser ff_ipu_parser
 
AVCodecParser ff_jpeg2000_parser
 
AVCodecParser ff_mjpeg_parser
 
AVCodecParser ff_mlp_parser
 
AVCodecParser ff_mpeg4video_parser
 
AVCodecParser ff_mpegaudio_parser
 
AVCodecParser ff_mpegvideo_parser
 
AVCodecParser ff_opus_parser
 
AVCodecParser ff_png_parser
 
AVCodecParser ff_pnm_parser
 
AVCodecParser ff_rv30_parser
 
AVCodecParser ff_rv40_parser
 
AVCodecParser ff_sbc_parser
 
AVCodecParser ff_sipr_parser
 
AVCodecParser ff_tak_parser
 
AVCodecParser ff_vc1_parser
 
AVCodecParser ff_vorbis_parser
 
AVCodecParser ff_vp3_parser
 
AVCodecParser ff_vp8_parser
 
AVCodecParser ff_vp9_parser
 
AVCodecParser ff_webp_parser
 
AVCodecParser ff_xbm_parser
 
AVCodecParser ff_xma_parser
 
static FF_DISABLE_DEPRECATION_WARNINGS AVOnce av_parser_next_init = AV_ONCE_INIT
 

Function Documentation

◆ av_parser_init_next()

static void av_parser_init_next ( void  )
static

Definition at line 85 of file parsers.c.

Referenced by av_parser_next(), and av_register_codec_parser().

Variable Documentation

◆ ff_aac_parser

AVCodecParser ff_aac_parser

Definition at line 65 of file aac_parser.c.

◆ ff_aac_latm_parser

AVCodecParser ff_aac_latm_parser

Definition at line 107 of file latm_parser.c.

◆ ff_ac3_parser

AVCodecParser ff_ac3_parser

◆ ff_adx_parser

AVCodecParser ff_adx_parser

Definition at line 91 of file adx_parser.c.

◆ ff_av1_parser

AVCodecParser ff_av1_parser

Definition at line 230 of file av1_parser.c.

◆ ff_avs2_parser

AVCodecParser ff_avs2_parser

Definition at line 89 of file avs2_parser.c.

◆ ff_avs3_parser

AVCodecParser ff_avs3_parser

Definition at line 173 of file avs3_parser.c.

◆ ff_bmp_parser

AVCodecParser ff_bmp_parser

Definition at line 108 of file bmp_parser.c.

◆ ff_cavsvideo_parser

AVCodecParser ff_cavsvideo_parser

Definition at line 100 of file cavs_parser.c.

◆ ff_cook_parser

AVCodecParser ff_cook_parser

Definition at line 56 of file cook_parser.c.

◆ ff_cri_parser

AVCodecParser ff_cri_parser

Definition at line 100 of file cri_parser.c.

◆ ff_dca_parser

AVCodecParser ff_dca_parser

Definition at line 346 of file dca_parser.c.

◆ ff_dirac_parser

AVCodecParser ff_dirac_parser

Definition at line 276 of file dirac_parser.c.

◆ ff_dnxhd_parser

AVCodecParser ff_dnxhd_parser

Definition at line 141 of file dnxhd_parser.c.

◆ ff_dolby_e_parser

AVCodecParser ff_dolby_e_parser

Definition at line 65 of file dolby_e_parser.c.

◆ ff_dpx_parser

AVCodecParser ff_dpx_parser

Definition at line 111 of file dpx_parser.c.

◆ ff_dvaudio_parser

AVCodecParser ff_dvaudio_parser

Definition at line 43 of file dvaudio_parser.c.

◆ ff_dvbsub_parser

AVCodecParser ff_dvbsub_parser

Definition at line 168 of file dvbsub_parser.c.

◆ ff_dvdsub_parser

AVCodecParser ff_dvdsub_parser

Definition at line 87 of file dvdsub_parser.c.

◆ ff_dvd_nav_parser

AVCodecParser ff_dvd_nav_parser

Definition at line 110 of file dvd_nav_parser.c.

◆ ff_flac_parser

AVCodecParser ff_flac_parser

Definition at line 746 of file flac_parser.c.

◆ ff_g723_1_parser

AVCodecParser ff_g723_1_parser

Definition at line 55 of file g723_1_parser.c.

◆ ff_g729_parser

AVCodecParser ff_g729_parser

Definition at line 88 of file g729_parser.c.

◆ ff_gif_parser

AVCodecParser ff_gif_parser

Definition at line 183 of file gif_parser.c.

◆ ff_gsm_parser

AVCodecParser ff_gsm_parser

Definition at line 86 of file gsm_parser.c.

◆ ff_h261_parser

AVCodecParser ff_h261_parser

Definition at line 89 of file h261_parser.c.

◆ ff_h263_parser

AVCodecParser ff_h263_parser

Definition at line 90 of file h263_parser.c.

◆ ff_h264_parser

AVCodecParser ff_h264_parser

Definition at line 705 of file h264_parser.c.

◆ ff_hevc_parser

AVCodecParser ff_hevc_parser

Definition at line 383 of file hevc_parser.c.

◆ ff_ipu_parser

AVCodecParser ff_ipu_parser

Definition at line 72 of file ipu_parser.c.

◆ ff_jpeg2000_parser

AVCodecParser ff_jpeg2000_parser

Definition at line 185 of file jpeg2000_parser.c.

◆ ff_mjpeg_parser

AVCodecParser ff_mjpeg_parser

Definition at line 131 of file mjpeg_parser.c.

◆ ff_mlp_parser

AVCodecParser ff_mlp_parser

Definition at line 211 of file mlp_parser.c.

◆ ff_mpeg4video_parser

AVCodecParser ff_mpeg4video_parser

Definition at line 156 of file mpeg4video_parser.c.

◆ ff_mpegaudio_parser

AVCodecParser ff_mpegaudio_parser

Definition at line 138 of file mpegaudio_parser.c.

◆ ff_mpegvideo_parser

AVCodecParser ff_mpegvideo_parser

Definition at line 239 of file mpegvideo_parser.c.

◆ ff_opus_parser

AVCodecParser ff_opus_parser

Definition at line 193 of file opus_parser.c.

◆ ff_png_parser

AVCodecParser ff_png_parser

Definition at line 113 of file png_parser.c.

◆ ff_pnm_parser

AVCodecParser ff_pnm_parser

Definition at line 134 of file pnm_parser.c.

◆ ff_rv30_parser

AVCodecParser ff_rv30_parser

◆ ff_rv40_parser

AVCodecParser ff_rv40_parser

◆ ff_sbc_parser

AVCodecParser ff_sbc_parser

Definition at line 115 of file sbc_parser.c.

◆ ff_sipr_parser

AVCodecParser ff_sipr_parser

Definition at line 69 of file sipr_parser.c.

◆ ff_tak_parser

AVCodecParser ff_tak_parser

Definition at line 125 of file tak_parser.c.

◆ ff_vc1_parser

AVCodecParser ff_vc1_parser

Definition at line 289 of file vc1_parser.c.

◆ ff_vorbis_parser

AVCodecParser ff_vorbis_parser

◆ ff_vp3_parser

AVCodecParser ff_vp3_parser

Definition at line 38 of file vp3_parser.c.

◆ ff_vp8_parser

AVCodecParser ff_vp8_parser

Definition at line 76 of file vp8_parser.c.

◆ ff_vp9_parser

AVCodecParser ff_vp9_parser

Definition at line 67 of file vp9_parser.c.

◆ ff_webp_parser

AVCodecParser ff_webp_parser

Definition at line 107 of file webp_parser.c.

◆ ff_xbm_parser

AVCodecParser ff_xbm_parser

Definition at line 100 of file xbm_parser.c.

◆ ff_xma_parser

AVCodecParser ff_xma_parser

Definition at line 58 of file xma_parser.c.

◆ av_parser_next_init

FF_DISABLE_DEPRECATION_WARNINGS AVOnce av_parser_next_init = AV_ONCE_INIT
static

Definition at line 83 of file parsers.c.

Referenced by av_parser_next(), and av_register_codec_parser().