AVCodecContext     71 doc/examples/decode_audio.c static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame,
AVCodecContext    109 doc/examples/decode_audio.c     AVCodecContext *c= NULL;
AVCodecContext     51 doc/examples/decode_video.c static void decode(AVCodecContext *dec_ctx, AVFrame *frame, AVPacket *pkt,
AVCodecContext     88 doc/examples/decode_video.c     AVCodecContext *c= NULL;
AVCodecContext     38 doc/examples/demuxing_decoding.c static AVCodecContext *video_dec_ctx = NULL, *audio_dec_ctx;
AVCodecContext    109 doc/examples/demuxing_decoding.c static int decode_packet(AVCodecContext *dec, const AVPacket *pkt)
AVCodecContext    148 doc/examples/demuxing_decoding.c                               AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type)
AVCodecContext     95 doc/examples/encode_audio.c static void encode(AVCodecContext *ctx, AVFrame *frame, AVPacket *pkt,
AVCodecContext    127 doc/examples/encode_audio.c     AVCodecContext *c= NULL;
AVCodecContext     39 doc/examples/encode_video.c static void encode(AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt,
AVCodecContext     73 doc/examples/encode_video.c     AVCodecContext *c= NULL;
AVCodecContext     28 doc/examples/extract_mvs.c static AVCodecContext *video_dec_ctx = NULL;
AVCodecContext     80 doc/examples/extract_mvs.c     AVCodecContext *dec_ctx = NULL;
AVCodecContext     43 doc/examples/filtering_audio.c static AVCodecContext *dec_ctx;
AVCodecContext     47 doc/examples/filtering_video.c static AVCodecContext *dec_ctx;
AVCodecContext     49 doc/examples/hw_decode.c static int hw_decoder_init(AVCodecContext *ctx, const enum AVHWDeviceType type)
AVCodecContext     63 doc/examples/hw_decode.c static enum AVPixelFormat get_hw_format(AVCodecContext *ctx,
AVCodecContext     77 doc/examples/hw_decode.c static int decode_write(AVCodecContext *avctx, AVPacket *packet)
AVCodecContext    154 doc/examples/hw_decode.c     AVCodecContext *decoder_ctx = NULL;
AVCodecContext     55 doc/examples/muxing.c     AVCodecContext *enc;
AVCodecContext     81 doc/examples/muxing.c static int write_frame(AVFormatContext *fmt_ctx, AVCodecContext *c,
AVCodecContext    127 doc/examples/muxing.c     AVCodecContext *c;
AVCodecContext    247 doc/examples/muxing.c     AVCodecContext *c;
AVCodecContext    341 doc/examples/muxing.c     AVCodecContext *c;
AVCodecContext    411 doc/examples/muxing.c     AVCodecContext *c = ost->enc;
AVCodecContext    475 doc/examples/muxing.c     AVCodecContext *c = ost->enc;
AVCodecContext     51 doc/examples/qsvdec.c static int get_format(AVCodecContext *avctx, const enum AVPixelFormat *pix_fmts)
AVCodecContext     90 doc/examples/qsvdec.c static int decode_packet(DecodeContext *decode, AVCodecContext *decoder_ctx,
AVCodecContext    141 doc/examples/qsvdec.c     AVCodecContext *decoder_ctx = NULL;
AVCodecContext     60 doc/examples/transcode_aac.c                            AVCodecContext **input_codec_context)
AVCodecContext     62 doc/examples/transcode_aac.c     AVCodecContext *avctx;
AVCodecContext    140 doc/examples/transcode_aac.c                             AVCodecContext *input_codec_context,
AVCodecContext    142 doc/examples/transcode_aac.c                             AVCodecContext **output_codec_context)
AVCodecContext    144 doc/examples/transcode_aac.c     AVCodecContext *avctx          = NULL;
AVCodecContext    281 doc/examples/transcode_aac.c static int init_resampler(AVCodecContext *input_codec_context,
AVCodecContext    282 doc/examples/transcode_aac.c                           AVCodecContext *output_codec_context,
AVCodecContext    328 doc/examples/transcode_aac.c static int init_fifo(AVAudioFifo **fifo, AVCodecContext *output_codec_context)
AVCodecContext    370 doc/examples/transcode_aac.c                               AVCodecContext *input_codec_context,
AVCodecContext    438 doc/examples/transcode_aac.c                                   AVCodecContext *output_codec_context,
AVCodecContext    547 doc/examples/transcode_aac.c                                          AVCodecContext *input_codec_context,
AVCodecContext    548 doc/examples/transcode_aac.c                                          AVCodecContext *output_codec_context,
AVCodecContext    613 doc/examples/transcode_aac.c                              AVCodecContext *output_codec_context,
AVCodecContext    660 doc/examples/transcode_aac.c                               AVCodecContext *output_codec_context,
AVCodecContext    730 doc/examples/transcode_aac.c                                  AVCodecContext *output_codec_context)
AVCodecContext    782 doc/examples/transcode_aac.c     AVCodecContext *input_codec_context = NULL, *output_codec_context = NULL;
AVCodecContext     48 doc/examples/transcoding.c     AVCodecContext *dec_ctx;
AVCodecContext     49 doc/examples/transcoding.c     AVCodecContext *enc_ctx;
AVCodecContext     76 doc/examples/transcoding.c         AVCodecContext *codec_ctx;
AVCodecContext    115 doc/examples/transcoding.c     AVCodecContext *dec_ctx, *enc_ctx;
AVCodecContext    226 doc/examples/transcoding.c static int init_filter(FilteringContext* fctx, AVCodecContext *dec_ctx,
AVCodecContext    227 doc/examples/transcoding.c         AVCodecContext *enc_ctx, const char *filter_spec)
AVCodecContext    409 doc/examples/transcoding.c     int (*enc_func)(AVCodecContext *, AVPacket *, const AVFrame *, int *) =
AVCodecContext    514 doc/examples/transcoding.c     int (*dec_func)(AVCodecContext *, AVFrame *, int *, const AVPacket *);
AVCodecContext     44 doc/examples/vaapi_encode.c static int set_hwframe_ctx(AVCodecContext *ctx, AVBufferRef *hw_device_ctx)
AVCodecContext     74 doc/examples/vaapi_encode.c static int encode_write(AVCodecContext *avctx, AVFrame *frame, FILE *fout)
AVCodecContext    107 doc/examples/vaapi_encode.c     AVCodecContext *avctx = NULL;
AVCodecContext     43 doc/examples/vaapi_transcode.c static AVCodecContext *decoder_ctx = NULL, *encoder_ctx = NULL;
AVCodecContext     48 doc/examples/vaapi_transcode.c static enum AVPixelFormat get_vaapi_format(AVCodecContext *ctx,
AVCodecContext     47 fftools/cmdutils.h extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
AVCodecContext    902 fftools/ffmpeg.c     AVCodecContext *enc = ost->enc_ctx;
AVCodecContext    965 fftools/ffmpeg.c     AVCodecContext *enc;
AVCodecContext   1049 fftools/ffmpeg.c     AVCodecContext *enc = ost->enc_ctx;
AVCodecContext   1351 fftools/ffmpeg.c     AVCodecContext *enc;
AVCodecContext   1423 fftools/ffmpeg.c         AVCodecContext *enc = ost->enc_ctx;
AVCodecContext   1640 fftools/ffmpeg.c     AVCodecContext *enc;
AVCodecContext   1852 fftools/ffmpeg.c         AVCodecContext *enc = ost->enc_ctx;
AVCodecContext   2058 fftools/ffmpeg.c     AVCodecContext *dec = ist->dec_ctx;
AVCodecContext   2210 fftools/ffmpeg.c static int decode(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *pkt)
AVCodecContext   2263 fftools/ffmpeg.c     AVCodecContext *avctx = ist->dec_ctx;
AVCodecContext   2774 fftools/ffmpeg.c static enum AVPixelFormat get_format(AVCodecContext *s, const enum AVPixelFormat *pix_fmts)
AVCodecContext   2860 fftools/ffmpeg.c static int get_buffer(AVCodecContext *s, AVFrame *frame, int flags)
AVCodecContext   3179 fftools/ffmpeg.c                                     AVCodecContext *avctx)
AVCodecContext   3244 fftools/ffmpeg.c     AVCodecContext *enc_ctx = ost->enc_ctx;
AVCodecContext   3268 fftools/ffmpeg.c     AVCodecContext *enc_ctx = ost->enc_ctx;
AVCodecContext   3269 fftools/ffmpeg.c     AVCodecContext *dec_ctx = NULL;
AVCodecContext   3425 fftools/ffmpeg.c         AVCodecContext *dec = NULL;
AVCodecContext   4155 fftools/ffmpeg.c     AVCodecContext *avctx;
AVCodecContext   4237 fftools/ffmpeg.c         AVCodecContext *avctx;
AVCodecContext     68 fftools/ffmpeg.h     int (*init)(AVCodecContext *s);
AVCodecContext    303 fftools/ffmpeg.h     AVCodecContext *dec_ctx;
AVCodecContext    371 fftools/ffmpeg.h     void (*hwaccel_uninit)(AVCodecContext *s);
AVCodecContext    372 fftools/ffmpeg.h     int  (*hwaccel_get_buffer)(AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext    373 fftools/ffmpeg.h     int  (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame);
AVCodecContext    465 fftools/ffmpeg.h     AVCodecContext *enc_ctx;
AVCodecContext    637 fftools/ffmpeg.h enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx, AVCodec *codec, enum AVPixelFormat target);
AVCodecContext    654 fftools/ffmpeg.h int videotoolbox_init(AVCodecContext *s);
AVCodecContext    655 fftools/ffmpeg.h int qsv_init(AVCodecContext *s);
AVCodecContext    665 fftools/ffmpeg.h int hwaccel_decode_init(AVCodecContext *avctx);
AVCodecContext     63 fftools/ffmpeg_filter.c enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, AVCodec *codec, enum AVPixelFormat target)
AVCodecContext    553 fftools/ffmpeg_filter.c     AVCodecContext *codec  = ost->enc_ctx;
AVCodecContext    474 fftools/ffmpeg_hw.c static int hwaccel_retrieve_data(AVCodecContext *avctx, AVFrame *input)
AVCodecContext    516 fftools/ffmpeg_hw.c int hwaccel_decode_init(AVCodecContext *avctx)
AVCodecContext   1672 fftools/ffmpeg_opt.c     AVCodecContext *video_enc;
AVCodecContext   1871 fftools/ffmpeg_opt.c     AVCodecContext *audio_enc;
AVCodecContext   1977 fftools/ffmpeg_opt.c     AVCodecContext *subtitle_enc;
AVCodecContext     34 fftools/ffmpeg_qsv.c static int qsv_get_buffer(AVCodecContext *s, AVFrame *frame, int flags)
AVCodecContext     41 fftools/ffmpeg_qsv.c static void qsv_uninit(AVCodecContext *s)
AVCodecContext     72 fftools/ffmpeg_qsv.c int qsv_init(AVCodecContext *s)
AVCodecContext     36 fftools/ffmpeg_videotoolbox.c static int videotoolbox_retrieve_data(AVCodecContext *s, AVFrame *frame)
AVCodecContext    107 fftools/ffmpeg_videotoolbox.c static void videotoolbox_uninit(AVCodecContext *s)
AVCodecContext    121 fftools/ffmpeg_videotoolbox.c int videotoolbox_init(AVCodecContext *s)
AVCodecContext    192 fftools/ffplay.c     AVCodecContext *avctx;
AVCodecContext    582 fftools/ffplay.c static void decoder_init(Decoder *d, AVCodecContext *avctx, PacketQueue *queue, SDL_cond *empty_queue_cond) {
AVCodecContext   2578 fftools/ffplay.c     AVCodecContext *avctx;
AVCodecContext     72 fftools/ffprobe.c     AVCodecContext *dec_ctx;
AVCodecContext   2280 fftools/ffprobe.c     AVCodecContext *dec_ctx = ifile->streams[pkt->stream_index].dec_ctx;
AVCodecContext   2489 fftools/ffprobe.c     AVCodecContext *dec_ctx;
AVCodecContext     27 libavcodec/012v.c static av_cold int zero12v_decode_init(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/012v.c static int zero12v_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    136 libavcodec/4xm.c     AVCodecContext *avctx;
AVCodecContext    834 libavcodec/4xm.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    970 libavcodec/4xm.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    988 libavcodec/4xm.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/8bps.c     AVCodecContext *avctx;
AVCodecContext     55 libavcodec/8bps.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    145 libavcodec/8bps.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/8svx.c static int eightsvx_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    154 libavcodec/8svx.c static av_cold int eightsvx_decode_init(AVCodecContext *avctx)
AVCodecContext    174 libavcodec/8svx.c static av_cold int eightsvx_decode_close(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/a64multienc.c static void to_meta_with_crop(AVCodecContext *avctx,
AVCodecContext    100 libavcodec/a64multienc.c static void render_charset(AVCodecContext *avctx, uint8_t *charset,
AVCodecContext    192 libavcodec/a64multienc.c static av_cold int a64multi_close_encoder(AVCodecContext *avctx)
AVCodecContext    203 libavcodec/a64multienc.c static av_cold int a64multi_encode_init(AVCodecContext *avctx)
AVCodecContext    269 libavcodec/a64multienc.c static int a64multi_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    295 libavcodec/aac.h     AVCodecContext *avctx;
AVCodecContext     29 libavcodec/aac_ac3_parser.c                      AVCodecContext *avctx,
AVCodecContext     62 libavcodec/aac_ac3_parser.h                      AVCodecContext *avctx,
AVCodecContext    235 libavcodec/aaccoder.c static void search_for_quantizers_anmr(AVCodecContext *avctx, AACEncContext *s,
AVCodecContext    395 libavcodec/aaccoder.c static void search_for_quantizers_fast(AVCodecContext *avctx, AACEncContext *s,
AVCodecContext    543 libavcodec/aaccoder.c static void search_for_pns(AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)
AVCodecContext    685 libavcodec/aaccoder.c static void mark_pns(AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce)
AVCodecContext     67 libavcodec/aaccoder_twoloop.h static void search_for_quantizers_twoloop(AVCodecContext *avctx,
AVCodecContext    283 libavcodec/aacdec.c     AVCodecContext *avctx = ac->avctx;
AVCodecContext    479 libavcodec/aacdec.c static int latm_decode_frame(AVCodecContext *avctx, void *out,
AVCodecContext    540 libavcodec/aacdec.c static av_cold int latm_decode_init(AVCodecContext *avctx)
AVCodecContext    158 libavcodec/aacdec_template.c static int frame_configure_elements(AVCodecContext *avctx)
AVCodecContext    444 libavcodec/aacdec_template.c     AVCodecContext *avctx = ac->avctx;
AVCodecContext    500 libavcodec/aacdec_template.c static void flush(AVCodecContext *avctx)
AVCodecContext    523 libavcodec/aacdec_template.c static int set_default_channel_config(AACContext *ac, AVCodecContext *avctx,
AVCodecContext    734 libavcodec/aacdec_template.c static int decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac,
AVCodecContext    804 libavcodec/aacdec_template.c static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx,
AVCodecContext    893 libavcodec/aacdec_template.c static int decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx,
AVCodecContext    969 libavcodec/aacdec_template.c                                            AVCodecContext *avctx,
AVCodecContext   1031 libavcodec/aacdec_template.c                                         AVCodecContext *avctx,
AVCodecContext   1155 libavcodec/aacdec_template.c static av_cold int aac_decode_init(AVCodecContext *avctx)
AVCodecContext   3048 libavcodec/aacdec_template.c static int aac_decode_er_frame(AVCodecContext *avctx, void *data,
AVCodecContext   3120 libavcodec/aacdec_template.c static int aac_decode_frame_int(AVCodecContext *avctx, void *data,
AVCodecContext   3331 libavcodec/aacdec_template.c static int aac_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   3394 libavcodec/aacdec_template.c static av_cold int aac_decode_close(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/aacenc.c static void put_pce(PutBitContext *pb, AVCodecContext *avctx)
AVCodecContext     95 libavcodec/aacenc.c static int put_audio_specific_config(AVCodecContext *avctx)
AVCodecContext    385 libavcodec/aacenc.c static void encode_scale_factors(AVCodecContext *avctx, AACEncContext *s,
AVCodecContext    488 libavcodec/aacenc.c static int encode_individual_channel(AVCodecContext *avctx, AACEncContext *s,
AVCodecContext    557 libavcodec/aacenc.c static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    900 libavcodec/aacenc.c static av_cold int aac_encode_end(AVCodecContext *avctx)
AVCodecContext    919 libavcodec/aacenc.c static av_cold int dsp_init(AVCodecContext *avctx, AACEncContext *s)
AVCodecContext    941 libavcodec/aacenc.c static av_cold int alloc_buffers(AVCodecContext *avctx, AACEncContext *s)
AVCodecContext    960 libavcodec/aacenc.c static av_cold int aac_encode_init(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/aacenc.h     void (*search_for_quantizers)(AVCodecContext *avctx, struct AACEncContext *s,
AVCodecContext     73 libavcodec/aacenc.h     void (*search_for_pns)(struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce);
AVCodecContext     74 libavcodec/aacenc.h     void (*mark_pns)(struct AACEncContext *s, AVCodecContext *avctx, SingleChannelElement *sce);
AVCodecContext     78 libavcodec/aacenc.h     void (*search_for_is)(struct AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
AVCodecContext     98 libavcodec/aacenc_is.c void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe)
AVCodecContext     49 libavcodec/aacenc_is.h void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
AVCodecContext     93 libavcodec/aacps.c static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, \
AVCodecContext    158 libavcodec/aacps.c int AAC_RENAME(ff_ps_read_data)(AVCodecContext *avctx, GetBitContext *gb_host, PSContext *ps, int bits_left)
AVCodecContext    981 libavcodec/aacps.c int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top)
AVCodecContext     83 libavcodec/aacps.h int AAC_RENAME(ff_ps_read_data)(AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, int bits_left);
AVCodecContext     84 libavcodec/aacps.h int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top);
AVCodecContext    262 libavcodec/aacpsy.c static av_cold void lame_window_init(AacPsyContext *ctx, AVCodecContext *avctx)
AVCodecContext    250 libavcodec/aacsbr_template.c static int check_n_master(AVCodecContext *avctx, int n_master, int bs_xover_band)
AVCodecContext     35 libavcodec/aarch64/fmtconvert_init.c                                          AVCodecContext *avctx)
AVCodecContext     30 libavcodec/aarch64/idctdsp_init_aarch64.c av_cold void ff_idctdsp_init_aarch64(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     25 libavcodec/aarch64/neontest.c wrap(avcodec_open2(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/aarch64/neontest.c wrap(avcodec_decode_audio4(AVCodecContext *avctx,
AVCodecContext     41 libavcodec/aarch64/neontest.c wrap(avcodec_decode_video2(AVCodecContext *avctx,
AVCodecContext     50 libavcodec/aarch64/neontest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
AVCodecContext     59 libavcodec/aarch64/neontest.c wrap(avcodec_encode_audio2(AVCodecContext *avctx,
AVCodecContext     68 libavcodec/aarch64/neontest.c wrap(avcodec_encode_subtitle(AVCodecContext *avctx,
AVCodecContext     75 libavcodec/aarch64/neontest.c wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     81 libavcodec/aarch64/neontest.c wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt))
AVCodecContext     86 libavcodec/aarch64/neontest.c wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt))
AVCodecContext     91 libavcodec/aarch64/neontest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame))
AVCodecContext     96 libavcodec/aarch64/neontest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame))
AVCodecContext     33 libavcodec/aarch64/pixblockdsp_init_aarch64.c                                          AVCodecContext *avctx,
AVCodecContext     36 libavcodec/aasc.c     AVCodecContext *avctx;
AVCodecContext     44 libavcodec/aasc.c static av_cold int aasc_decode_init(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/aasc.c static int aasc_decode_frame(AVCodecContext *avctx,
AVCodecContext    143 libavcodec/aasc.c static av_cold int aasc_decode_end(AVCodecContext *avctx)
AVCodecContext    184 libavcodec/ac3dec.c static av_cold int ac3_decode_init(AVCodecContext *avctx)
AVCodecContext   1462 libavcodec/ac3dec.c static int ac3_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext   1831 libavcodec/ac3dec.c static av_cold int ac3_decode_end(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/ac3dec.h     AVCodecContext *avctx;                  ///< parent context
AVCodecContext   1679 libavcodec/ac3enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   1835 libavcodec/ac3enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2016 libavcodec/ac3enc.c av_cold int ff_ac3_encode_close(AVCodecContext *avctx)
AVCodecContext   2110 libavcodec/ac3enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2325 libavcodec/ac3enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2425 libavcodec/ac3enc.c av_cold int ff_ac3_encode_init(AVCodecContext *avctx)
AVCodecContext    165 libavcodec/ac3enc.h     AVCodecContext *avctx;                  ///< parent AVCodecContext
AVCodecContext    274 libavcodec/ac3enc.h int ff_ac3_encode_init(AVCodecContext *avctx);
AVCodecContext    275 libavcodec/ac3enc.h int ff_ac3_float_encode_init(AVCodecContext *avctx);
AVCodecContext    277 libavcodec/ac3enc.h int ff_ac3_encode_close(AVCodecContext *avctx);
AVCodecContext    312 libavcodec/ac3enc.h int ff_ac3_fixed_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    314 libavcodec/ac3enc.h int ff_ac3_float_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    138 libavcodec/ac3enc_fixed.c static av_cold int ac3_fixed_encode_init(AVCodecContext *avctx)
AVCodecContext    132 libavcodec/ac3enc_float.c av_cold int ff_ac3_float_encode_init(AVCodecContext *avctx)
AVCodecContext    377 libavcodec/ac3enc_template.c int AC3_NAME(encode_frame)(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    106 libavcodec/adpcm.c static av_cold int adpcm_decode_init(AVCodecContext * avctx)
AVCodecContext    540 libavcodec/adpcm.c static int xa_decode(AVCodecContext *avctx, int16_t *out0, int16_t *out1,
AVCodecContext    628 libavcodec/adpcm.c static void adpcm_swf_decode(AVCodecContext *avctx, const uint8_t *buf, int buf_size, int16_t *samples)
AVCodecContext    713 libavcodec/adpcm.c static int get_nb_samples(AVCodecContext *avctx, GetByteContext *gb,
AVCodecContext    928 libavcodec/adpcm.c static int adpcm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   2050 libavcodec/adpcm.c static void adpcm_flush(AVCodecContext *avctx)
AVCodecContext     61 libavcodec/adpcmenc.c static av_cold int adpcm_encode_close(AVCodecContext *avctx);
AVCodecContext     63 libavcodec/adpcmenc.c static av_cold int adpcm_encode_init(AVCodecContext *avctx)
AVCodecContext    165 libavcodec/adpcmenc.c static av_cold int adpcm_encode_close(AVCodecContext *avctx)
AVCodecContext    278 libavcodec/adpcmenc.c static void adpcm_compress_trellis(AVCodecContext *avctx,
AVCodecContext    483 libavcodec/adpcmenc.c static int adpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     38 libavcodec/adx.c int ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext     77 libavcodec/adx.h int ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext     40 libavcodec/adx_parser.c                            AVCodecContext *avctx,
AVCodecContext     37 libavcodec/adxdec.c static av_cold int adx_decode_init(AVCodecContext *avctx)
AVCodecContext     95 libavcodec/adxdec.c static int adx_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    170 libavcodec/adxdec.c static void adx_decode_flush(AVCodecContext *avctx)
AVCodecContext    100 libavcodec/adxenc.c static int adx_encode_header(AVCodecContext *avctx, uint8_t *buf, int bufsize)
AVCodecContext    123 libavcodec/adxenc.c static av_cold int adx_encode_init(AVCodecContext *avctx)
AVCodecContext    140 libavcodec/adxenc.c static int adx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     60 libavcodec/agm.c     AVCodecContext *avctx;
AVCodecContext    571 libavcodec/agm.c static int decode_raw_intra_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame)
AVCodecContext    659 libavcodec/agm.c static int decode_runlen_rgb(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame)
AVCodecContext    712 libavcodec/agm.c static int decode_runlen(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame)
AVCodecContext    762 libavcodec/agm.c static int decode_raw_intra(AVCodecContext *avctx, GetByteContext *gbyte, AVFrame *frame)
AVCodecContext    795 libavcodec/agm.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame)
AVCodecContext    830 libavcodec/agm.c static int decode_motion_vectors(AVCodecContext *avctx, GetBitContext *gb)
AVCodecContext    871 libavcodec/agm.c static int decode_inter(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext   1042 libavcodec/agm.c static int decode_huffman2(AVCodecContext *avctx, int header, int size)
AVCodecContext   1094 libavcodec/agm.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1232 libavcodec/agm.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1261 libavcodec/agm.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext   1268 libavcodec/agm.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    141 libavcodec/aic.c     AVCodecContext *avctx;
AVCodecContext    382 libavcodec/aic.c static int aic_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    442 libavcodec/aic.c static av_cold int aic_decode_init(AVCodecContext *avctx)
AVCodecContext    488 libavcodec/aic.c static av_cold int aic_decode_close(AVCodecContext *avctx)
AVCodecContext     66 libavcodec/alac.c     AVCodecContext *avctx;
AVCodecContext    237 libavcodec/alac.c static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index,
AVCodecContext    414 libavcodec/alac.c static int alac_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    473 libavcodec/alac.c static av_cold int alac_decode_close(AVCodecContext *avctx)
AVCodecContext    549 libavcodec/alac.c static av_cold int alac_decode_init(AVCodecContext * avctx)
AVCodecContext     64 libavcodec/alacenc.c     AVCodecContext *avctx;
AVCodecContext    497 libavcodec/alacenc.c static av_cold int alac_encode_close(AVCodecContext *avctx)
AVCodecContext    506 libavcodec/alacenc.c static av_cold int alac_encode_init(AVCodecContext *avctx)
AVCodecContext    614 libavcodec/alacenc.c static int alac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     30 libavcodec/aliaspixdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     30 libavcodec/aliaspixenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    108 libavcodec/alpha/idctdsp_alpha.c av_cold void ff_idctdsp_init_alpha(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    305 libavcodec/alpha/me_cmp_alpha.c av_cold void ff_me_cmp_init_alpha(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext     71 libavcodec/alpha/pixblockdsp_alpha.c av_cold void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext    195 libavcodec/alsdec.c     AVCodecContext *avctx;
AVCodecContext    265 libavcodec/alsdec.c     AVCodecContext *avctx    = ctx->avctx;
AVCodecContext    299 libavcodec/alsdec.c     AVCodecContext *avctx    = ctx->avctx;
AVCodecContext    587 libavcodec/alsdec.c     AVCodecContext *avctx    = ctx->avctx;
AVCodecContext    631 libavcodec/alsdec.c     AVCodecContext *avctx    = ctx->avctx;
AVCodecContext   1443 libavcodec/alsdec.c     AVCodecContext *avctx   = ctx->avctx;
AVCodecContext   1628 libavcodec/alsdec.c     AVCodecContext *avctx    = ctx->avctx;
AVCodecContext   1782 libavcodec/alsdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
AVCodecContext   1918 libavcodec/alsdec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext   1970 libavcodec/alsdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   2164 libavcodec/alsdec.c static av_cold void flush(AVCodecContext *avctx)
AVCodecContext    108 libavcodec/amfenc.c static int amf_load_library(AVCodecContext *avctx)
AVCodecContext    149 libavcodec/amfenc.c static int amf_init_from_d3d11_device(AVCodecContext *avctx, AVD3D11VADeviceContext *hwctx)
AVCodecContext    168 libavcodec/amfenc.c static int amf_init_from_dxva2_device(AVCodecContext *avctx, AVDXVA2DeviceContext *hwctx)
AVCodecContext    213 libavcodec/amfenc.c static int amf_init_context(AVCodecContext *avctx)
AVCodecContext    335 libavcodec/amfenc.c static int amf_init_encoder(AVCodecContext *avctx)
AVCodecContext    369 libavcodec/amfenc.c int av_cold ff_amf_encode_close(AVCodecContext *avctx)
AVCodecContext    410 libavcodec/amfenc.c static int amf_copy_surface(AVCodecContext *avctx, const AVFrame *frame,
AVCodecContext    434 libavcodec/amfenc.c static inline int timestamp_queue_enqueue(AVCodecContext *avctx, int64_t timestamp)
AVCodecContext    446 libavcodec/amfenc.c static int amf_copy_buffer(AVCodecContext *avctx, AVPacket *pkt, AMFBuffer *buffer)
AVCodecContext    506 libavcodec/amfenc.c int ff_amf_encode_init(AVCodecContext *avctx)
AVCodecContext    591 libavcodec/amfenc.c int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    717 libavcodec/amfenc.c int ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
AVCodecContext     39 libavcodec/amfenc.h     AVCodecContext     *avctx;
AVCodecContext    123 libavcodec/amfenc.h int ff_amf_encode_init(AVCodecContext *avctx);
AVCodecContext    127 libavcodec/amfenc.h int ff_amf_encode_close(AVCodecContext *avctx);
AVCodecContext    133 libavcodec/amfenc.h int ff_amf_send_frame(AVCodecContext *avctx, const AVFrame *frame);
AVCodecContext    134 libavcodec/amfenc.h int ff_amf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
AVCodecContext    127 libavcodec/amfenc_h264.c static av_cold int amf_encode_init_h264(AVCodecContext *avctx)
AVCodecContext     94 libavcodec/amfenc_hevc.c static av_cold int amf_encode_init_hevc(AVCodecContext *avctx)
AVCodecContext    160 libavcodec/amrnbdec.c static av_cold int amrnb_decode_init(AVCodecContext *avctx)
AVCodecContext    948 libavcodec/amrnbdec.c static int amrnb_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     96 libavcodec/amrwbdec.c static av_cold int amrwb_decode_init(AVCodecContext *avctx)
AVCodecContext   1094 libavcodec/amrwbdec.c static int amrwb_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     36 libavcodec/anm.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    110 libavcodec/anm.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    184 libavcodec/anm.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     79 libavcodec/ansi.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    121 libavcodec/ansi.c static void hscroll(AVCodecContext *avctx)
AVCodecContext    141 libavcodec/ansi.c static void erase_line(AVCodecContext * avctx, int xoffset, int xlength)
AVCodecContext    150 libavcodec/ansi.c static void erase_screen(AVCodecContext *avctx)
AVCodecContext    162 libavcodec/ansi.c static void draw_char(AVCodecContext *avctx, int c)
AVCodecContext    189 libavcodec/ansi.c static int execute_code(AVCodecContext * avctx, int c)
AVCodecContext    356 libavcodec/ansi.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    469 libavcodec/ansi.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    139 libavcodec/apedec.c     AVCodecContext *avctx;
AVCodecContext    202 libavcodec/apedec.c static av_cold int ape_decode_close(AVCodecContext *avctx)
AVCodecContext    217 libavcodec/apedec.c static av_cold int ape_decode_init(AVCodecContext *avctx)
AVCodecContext   1432 libavcodec/apedec.c static int ape_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1609 libavcodec/apedec.c static void ape_flush(AVCodecContext *avctx)
AVCodecContext    507 libavcodec/aptx.c av_cold int ff_aptx_init(AVCodecContext *avctx)
AVCodecContext    218 libavcodec/aptx.h int ff_aptx_init(AVCodecContext *avctx);
AVCodecContext    135 libavcodec/aptxdec.c static int aptx_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    207 libavcodec/aptxenc.c static int aptx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    235 libavcodec/aptxenc.c static av_cold int aptx_close(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/arbc.c static int fill_tile4(AVCodecContext *avctx, int color, AVFrame *frame)
AVCodecContext     76 libavcodec/arbc.c static int fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height,
AVCodecContext    119 libavcodec/arbc.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    186 libavcodec/arbc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    199 libavcodec/arbc.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext    206 libavcodec/arbc.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/arm/fmtconvert_init_arm.c av_cold void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx)
AVCodecContext     27 libavcodec/arm/idctdsp_arm.h void ff_idctdsp_init_armv5te(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     29 libavcodec/arm/idctdsp_arm.h void ff_idctdsp_init_armv6(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     31 libavcodec/arm/idctdsp_arm.h void ff_idctdsp_init_neon(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     66 libavcodec/arm/idctdsp_init_arm.c av_cold void ff_idctdsp_init_arm(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     29 libavcodec/arm/idctdsp_init_armv5te.c av_cold void ff_idctdsp_init_armv5te(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     32 libavcodec/arm/idctdsp_init_armv6.c av_cold void ff_idctdsp_init_armv6(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     34 libavcodec/arm/idctdsp_init_neon.c av_cold void ff_idctdsp_init_neon(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     41 libavcodec/arm/me_cmp_init_arm.c av_cold void ff_me_cmp_init_arm(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext     30 libavcodec/arm/mpegvideoencdsp_init_arm.c                                          AVCodecContext *avctx)
AVCodecContext     25 libavcodec/arm/neontest.c wrap(avcodec_open2(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/arm/neontest.c wrap(avcodec_decode_audio4(AVCodecContext *avctx,
AVCodecContext     41 libavcodec/arm/neontest.c wrap(avcodec_decode_video2(AVCodecContext *avctx,
AVCodecContext     50 libavcodec/arm/neontest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
AVCodecContext     59 libavcodec/arm/neontest.c wrap(avcodec_encode_audio2(AVCodecContext *avctx,
AVCodecContext     68 libavcodec/arm/neontest.c wrap(avcodec_encode_subtitle(AVCodecContext *avctx,
AVCodecContext     75 libavcodec/arm/neontest.c wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     81 libavcodec/arm/neontest.c wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt))
AVCodecContext     86 libavcodec/arm/neontest.c wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt))
AVCodecContext     91 libavcodec/arm/neontest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame))
AVCodecContext     96 libavcodec/arm/neontest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame))
AVCodecContext     42 libavcodec/arm/pixblockdsp_init_arm.c                                      AVCodecContext *avctx,
AVCodecContext     29 libavcodec/ass.c int ff_ass_subtitle_header_full(AVCodecContext *avctx,
AVCodecContext     83 libavcodec/ass.c int ff_ass_subtitle_header(AVCodecContext *avctx,
AVCodecContext     97 libavcodec/ass.c int ff_ass_subtitle_header_default(AVCodecContext *avctx)
AVCodecContext    141 libavcodec/ass.c void ff_ass_decoder_flush(AVCodecContext *avctx)
AVCodecContext     71 libavcodec/ass.h int ff_ass_subtitle_header_full(AVCodecContext *avctx,
AVCodecContext     93 libavcodec/ass.h int ff_ass_subtitle_header(AVCodecContext *avctx,
AVCodecContext    106 libavcodec/ass.h int ff_ass_subtitle_header_default(AVCodecContext *avctx);
AVCodecContext    125 libavcodec/ass.h void ff_ass_decoder_flush(AVCodecContext *avctx);
AVCodecContext     29 libavcodec/assdec.c static av_cold int ass_decode_init(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/assdec.c static int ass_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr,
AVCodecContext     34 libavcodec/assenc.c static av_cold int ass_encode_init(AVCodecContext *avctx)
AVCodecContext     45 libavcodec/assenc.c static int ass_encode_frame(AVCodecContext *avctx,
AVCodecContext     83 libavcodec/asv.c av_cold void ff_asv_common_init(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/asv.h     AVCodecContext *avctx;
AVCodecContext     71 libavcodec/asv.h void ff_asv_common_init(AVCodecContext *avctx);
AVCodecContext    204 libavcodec/asvdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    273 libavcodec/asvdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    308 libavcodec/asvdec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    215 libavcodec/asvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    316 libavcodec/asvenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    272 libavcodec/atrac1.c static int atrac1_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    319 libavcodec/atrac1.c static av_cold int atrac1_decode_end(AVCodecContext * avctx)
AVCodecContext    333 libavcodec/atrac1.c static av_cold int atrac1_decode_init(AVCodecContext *avctx)
AVCodecContext    191 libavcodec/atrac3.c static av_cold int atrac3_decode_close(AVCodecContext *avctx)
AVCodecContext    643 libavcodec/atrac3.c static int decode_frame(AVCodecContext *avctx, const uint8_t *databuf,
AVCodecContext    756 libavcodec/atrac3.c static int al_decode_frame(AVCodecContext *avctx, const uint8_t *databuf,
AVCodecContext    790 libavcodec/atrac3.c static int atrac3_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    830 libavcodec/atrac3.c static int atrac3al_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    870 libavcodec/atrac3.c static av_cold int atrac3_decode_init(AVCodecContext *avctx)
AVCodecContext    222 libavcodec/atrac3plus.c                            Atrac3pChanUnitCtx *ctx, AVCodecContext *avctx)
AVCodecContext    253 libavcodec/atrac3plus.c                                AVCodecContext *avctx)
AVCodecContext    283 libavcodec/atrac3plus.c                                AVCodecContext *avctx)
AVCodecContext    336 libavcodec/atrac3plus.c                                   int ch_num, AVCodecContext *avctx)
AVCodecContext    483 libavcodec/atrac3plus.c                                  int ch_num, AVCodecContext *avctx)
AVCodecContext    618 libavcodec/atrac3plus.c                                 int num_channels, AVCodecContext *avctx)
AVCodecContext    651 libavcodec/atrac3plus.c                                 int num_channels, AVCodecContext *avctx)
AVCodecContext    678 libavcodec/atrac3plus.c                              AVCodecContext *avctx)
AVCodecContext    731 libavcodec/atrac3plus.c                                    int ch_num, AVCodecContext *avctx)
AVCodecContext    784 libavcodec/atrac3plus.c                                      int num_channels, AVCodecContext *avctx)
AVCodecContext    856 libavcodec/atrac3plus.c                             int num_channels, AVCodecContext *avctx)
AVCodecContext   1214 libavcodec/atrac3plus.c                                   AVCodecContext *avctx)
AVCodecContext   1367 libavcodec/atrac3plus.c                              int num_channels, AVCodecContext *avctx)
AVCodecContext   1452 libavcodec/atrac3plus.c                                AVCodecContext *avctx)
AVCodecContext   1700 libavcodec/atrac3plus.c                              int num_channels, AVCodecContext *avctx)
AVCodecContext   1762 libavcodec/atrac3plus.c                                    int num_channels, AVCodecContext *avctx)
AVCodecContext    171 libavcodec/atrac3plus.h                                    int num_channels, AVCodecContext *avctx);
AVCodecContext    179 libavcodec/atrac3plus.h void ff_atrac3p_init_imdct(AVCodecContext *avctx, FFTContext *mdct_ctx);
AVCodecContext     68 libavcodec/atrac3plusdec.c static av_cold int atrac3p_decode_close(AVCodecContext *avctx)
AVCodecContext     82 libavcodec/atrac3plusdec.c                                       AVCodecContext *avctx)
AVCodecContext    147 libavcodec/atrac3plusdec.c static av_cold int atrac3p_decode_init(AVCodecContext *avctx)
AVCodecContext    203 libavcodec/atrac3plusdec.c                                      AVCodecContext *avctx)
AVCodecContext    265 libavcodec/atrac3plusdec.c                               int num_channels, AVCodecContext *avctx)
AVCodecContext    329 libavcodec/atrac3plusdec.c static int atrac3p_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     80 libavcodec/atrac3plusdsp.c av_cold void ff_atrac3p_init_imdct(AVCodecContext *avctx, FFTContext *mdct_ctx)
AVCodecContext     79 libavcodec/atrac9dec.c     AVCodecContext *avctx;
AVCodecContext    779 libavcodec/atrac9dec.c static int atrac9_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    809 libavcodec/atrac9dec.c static void atrac9_decode_flush(AVCodecContext *avctx)
AVCodecContext    823 libavcodec/atrac9dec.c static av_cold int atrac9_decode_close(AVCodecContext *avctx)
AVCodecContext    842 libavcodec/atrac9dec.c static av_cold int atrac9_decode_init(AVCodecContext *avctx)
AVCodecContext     28 libavcodec/audio_frame_queue.c av_cold void ff_af_queue_init(AVCodecContext *avctx, AudioFrameQueue *afq)
AVCodecContext     33 libavcodec/audio_frame_queue.h     AVCodecContext *avctx;
AVCodecContext     47 libavcodec/audio_frame_queue.h void ff_af_queue_init(AVCodecContext *avctx, AudioFrameQueue *afq);
AVCodecContext    158 libavcodec/audiotoolboxdec.c static int ffat_update_ctx(AVCodecContext *avctx)
AVCodecContext    227 libavcodec/audiotoolboxdec.c static uint8_t* ffat_get_magic_cookie(AVCodecContext *avctx, UInt32 *cookie_size)
AVCodecContext    267 libavcodec/audiotoolboxdec.c static av_cold int ffat_usable_extradata(AVCodecContext *avctx)
AVCodecContext    277 libavcodec/audiotoolboxdec.c static int ffat_set_extradata(AVCodecContext *avctx)
AVCodecContext    299 libavcodec/audiotoolboxdec.c static av_cold int ffat_create_decoder(AVCodecContext *avctx, AVPacket *pkt)
AVCodecContext    398 libavcodec/audiotoolboxdec.c static av_cold int ffat_init_decoder(AVCodecContext *avctx)
AVCodecContext    420 libavcodec/audiotoolboxdec.c     AVCodecContext *avctx = inctx;
AVCodecContext    464 libavcodec/audiotoolboxdec.c static void ffat_copy_samples(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    474 libavcodec/audiotoolboxdec.c static int ffat_decode(AVCodecContext *avctx, void *data,
AVCodecContext    558 libavcodec/audiotoolboxdec.c static av_cold void ffat_decode_flush(AVCodecContext *avctx)
AVCodecContext    566 libavcodec/audiotoolboxdec.c static av_cold int ffat_close_decoder(AVCodecContext *avctx)
AVCodecContext     88 libavcodec/audiotoolboxenc.c static void ffat_update_ctx(AVCodecContext *avctx)
AVCodecContext    142 libavcodec/audiotoolboxenc.c static int get_ilbc_mode(AVCodecContext *avctx)
AVCodecContext    234 libavcodec/audiotoolboxenc.c static av_cold int ffat_init_encoder(AVCodecContext *avctx)
AVCodecContext    459 libavcodec/audiotoolboxenc.c     AVCodecContext *avctx = inctx;
AVCodecContext    497 libavcodec/audiotoolboxenc.c static int ffat_encode(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    567 libavcodec/audiotoolboxenc.c static av_cold void ffat_encode_flush(AVCodecContext *avctx)
AVCodecContext    575 libavcodec/audiotoolboxenc.c static av_cold int ffat_close_encoder(AVCodecContext *avctx)
AVCodecContext     30 libavcodec/aura.c static av_cold int aura_decode_init(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/aura.c static int aura_decode_frame(AVCodecContext *avctx,
AVCodecContext     53 libavcodec/av1_parser.c                             AVCodecContext *avctx,
AVCodecContext    232 libavcodec/av1_parser.c static int av1_parser_split(AVCodecContext *avctx,
AVCodecContext    761 libavcodec/avcodec.h     void (*draw_horiz_band)(struct AVCodecContext *s,
AVCodecContext    778 libavcodec/avcodec.h     enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   1341 libavcodec/avcodec.h     int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   1502 libavcodec/avcodec.h     void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
AVCodecContext   1825 libavcodec/avcodec.h     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
AVCodecContext   1845 libavcodec/avcodec.h     int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
AVCodecContext   2363 libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase         (const AVCodecContext *avctx);
AVCodecContext   2365 libavcodec/avcodec.h void       av_codec_set_pkt_timebase         (AVCodecContext *avctx, AVRational val);
AVCodecContext   2368 libavcodec/avcodec.h const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
AVCodecContext   2370 libavcodec/avcodec.h void                     av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
AVCodecContext   2373 libavcodec/avcodec.h unsigned av_codec_get_codec_properties(const AVCodecContext *avctx);
AVCodecContext   2377 libavcodec/avcodec.h int  av_codec_get_lowres(const AVCodecContext *avctx);
AVCodecContext   2379 libavcodec/avcodec.h void av_codec_set_lowres(AVCodecContext *avctx, int val);
AVCodecContext   2383 libavcodec/avcodec.h int  av_codec_get_seek_preroll(const AVCodecContext *avctx);
AVCodecContext   2385 libavcodec/avcodec.h void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
AVCodecContext   2388 libavcodec/avcodec.h uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
AVCodecContext   2390 libavcodec/avcodec.h void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
AVCodecContext   2456 libavcodec/avcodec.h     int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext   2472 libavcodec/avcodec.h     int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   2486 libavcodec/avcodec.h     int (*decode_params)(AVCodecContext *avctx, int type, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   2500 libavcodec/avcodec.h     int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext   2511 libavcodec/avcodec.h     int (*end_frame)(AVCodecContext *avctx);
AVCodecContext   2540 libavcodec/avcodec.h     int (*init)(AVCodecContext *avctx);
AVCodecContext   2548 libavcodec/avcodec.h     int (*uninit)(AVCodecContext *avctx);
AVCodecContext   2569 libavcodec/avcodec.h     int (*frame_params)(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx);
AVCodecContext   2767 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
AVCodecContext   2773 libavcodec/avcodec.h void avcodec_free_context(AVCodecContext **avctx);
AVCodecContext   2781 libavcodec/avcodec.h int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
AVCodecContext   2827 libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
AVCodecContext   2838 libavcodec/avcodec.h                                     const AVCodecContext *codec);
AVCodecContext   2848 libavcodec/avcodec.h int avcodec_parameters_to_context(AVCodecContext *codec,
AVCodecContext   2889 libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVCodecContext   2904 libavcodec/avcodec.h int avcodec_close(AVCodecContext *avctx);
AVCodecContext   2927 libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
AVCodecContext   2936 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
AVCodecContext   2945 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
AVCodecContext   3024 libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext   3073 libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext   3104 libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
AVCodecContext   3158 libavcodec/avcodec.h int avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt);
AVCodecContext   3181 libavcodec/avcodec.h int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext   3218 libavcodec/avcodec.h int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
AVCodecContext   3235 libavcodec/avcodec.h int avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
AVCodecContext   3334 libavcodec/avcodec.h int avcodec_get_hw_frames_parameters(AVCodecContext *avctx,
AVCodecContext   3527 libavcodec/avcodec.h                         AVCodecContext *avctx,
AVCodecContext   3531 libavcodec/avcodec.h     int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext   3585 libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   3596 libavcodec/avcodec.h                      AVCodecContext *avctx,
AVCodecContext   3652 libavcodec/avcodec.h int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   3691 libavcodec/avcodec.h int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   3694 libavcodec/avcodec.h int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext   3836 libavcodec/avcodec.h enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
AVCodecContext   3858 libavcodec/avcodec.h void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
AVCodecContext   3882 libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
AVCodecContext   3883 libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
AVCodecContext   3930 libavcodec/avcodec.h void avcodec_flush_buffers(AVCodecContext *avctx);
AVCodecContext   3966 libavcodec/avcodec.h int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
AVCodecContext   4007 libavcodec/avcodec.h                                AVCodecContext *avctx, const char *args,
AVCodecContext   4125 libavcodec/avcodec.h int avcodec_is_open(AVCodecContext *s);
AVCodecContext     90 libavcodec/avdct.c     AVCodecContext *avctx = avcodec_alloc_context3(NULL);
AVCodecContext     29 libavcodec/avrndec.c     AVCodecContext *mjpeg_avctx;
AVCodecContext     35 libavcodec/avrndec.c static av_cold int init(AVCodecContext *avctx)
AVCodecContext     90 libavcodec/avrndec.c static av_cold int end(AVCodecContext *avctx)
AVCodecContext    100 libavcodec/avrndec.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     46 libavcodec/avs.c avs_decode_frame(AVCodecContext * avctx,
AVCodecContext    158 libavcodec/avs.c static av_cold int avs_decode_init(AVCodecContext * avctx)
AVCodecContext    171 libavcodec/avs.c static av_cold int avs_decode_end(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/avs2_parser.c static int avs2_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     27 libavcodec/avuidec.c static av_cold int avui_decode_init(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/avuidec.c static int avui_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     27 libavcodec/avuienc.c static av_cold int avui_encode_init(AVCodecContext *avctx)
AVCodecContext     51 libavcodec/avuienc.c static int avui_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     41 libavcodec/bethsoftvideo.c static av_cold int bethsoftvid_decode_init(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/bethsoftvideo.c static int bethsoftvid_decode_frame(AVCodecContext *avctx,
AVCodecContext    154 libavcodec/bethsoftvideo.c static av_cold int bethsoftvid_decode_end(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/bfi.c     AVCodecContext *avctx;
AVCodecContext     40 libavcodec/bfi.c static av_cold int bfi_decode_init(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/bfi.c static int bfi_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    171 libavcodec/bfi.c static av_cold int bfi_decode_close(AVCodecContext *avctx)
AVCodecContext    460 libavcodec/bgmc.c av_cold int ff_bgmc_init(AVCodecContext *avctx,
AVCodecContext     37 libavcodec/bgmc.h int ff_bgmc_init(AVCodecContext *avctx, uint8_t **cf_lut, int **cf_lut_status);
AVCodecContext    115 libavcodec/bink.c     AVCodecContext *avctx;
AVCodecContext    328 libavcodec/bink.c static int read_runs(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
AVCodecContext    352 libavcodec/bink.c static int read_motion_values(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
AVCodecContext    388 libavcodec/bink.c static int read_block_types(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
AVCodecContext    433 libavcodec/bink.c static int read_patterns(AVCodecContext *avctx, GetBitContext *gb, Bundle *b)
AVCodecContext    500 libavcodec/bink.c static int read_dcs(AVCodecContext *avctx, GetBitContext *gb, Bundle *b,
AVCodecContext   1252 libavcodec/bink.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
AVCodecContext   1342 libavcodec/bink.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1399 libavcodec/bink.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext   1409 libavcodec/bink.c static void flush(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/binkaudio.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    275 libavcodec/binkaudio.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    295 libavcodec/binkaudio.c static int binkaudio_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext     49 libavcodec/bintext.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    109 libavcodec/bintext.c av_unused static void hscroll(AVCodecContext *avctx)
AVCodecContext    125 libavcodec/bintext.c static void draw_char(AVCodecContext *avctx, int c, int a)
AVCodecContext    140 libavcodec/bintext.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     35 libavcodec/bitpacked.c     int (*decode)(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext     40 libavcodec/bitpacked.c static int bitpacked_decode_uyvy422(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext     58 libavcodec/bitpacked.c static int bitpacked_decode_yuv422p10(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext     97 libavcodec/bitpacked.c static av_cold int bitpacked_init_decoder(AVCodecContext *avctx)
AVCodecContext    120 libavcodec/bitpacked.c static int bitpacked_decode(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     98 libavcodec/bitstream_filter.c                                AVCodecContext *avctx, const char *args,
AVCodecContext     60 libavcodec/blockdsp.c av_cold void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx)
AVCodecContext     42 libavcodec/blockdsp.h void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx);
AVCodecContext     47 libavcodec/blockdsp.h void ff_blockdsp_init_x86(BlockDSPContext *c, AVCodecContext *avctx);
AVCodecContext     30 libavcodec/bmp.c static int bmp_decode_frame(AVCodecContext *avctx,
AVCodecContext     38 libavcodec/bmp_parser.c static int bmp_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     34 libavcodec/bmpenc.c static av_cold int bmp_encode_init(AVCodecContext *avctx){
AVCodecContext     66 libavcodec/bmpenc.c static int bmp_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     32 libavcodec/bmvaudio.c static av_cold int bmv_aud_decode_init(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/bmvaudio.c static int bmv_aud_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     47 libavcodec/bmvvideo.c     AVCodecContext *avctx;
AVCodecContext    198 libavcodec/bmvvideo.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    271 libavcodec/bmvvideo.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    132 libavcodec/brenderpix.c static int pix_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     49 libavcodec/c93.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/c93.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     74 libavcodec/c93.c static inline int copy_block(AVCodecContext *avctx, uint8_t *to,
AVCodecContext    124 libavcodec/c93.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     30 libavcodec/canopus.c int ff_canopus_parse_info_tag(AVCodecContext *avctx,
AVCodecContext     29 libavcodec/canopus.h int ff_canopus_parse_info_tag(AVCodecContext *avctx,
AVCodecContext    794 libavcodec/cavs.c av_cold int ff_cavs_init(AVCodecContext *avctx)
AVCodecContext    840 libavcodec/cavs.c av_cold int ff_cavs_end(AVCodecContext *avctx)
AVCodecContext    164 libavcodec/cavs.h     AVCodecContext *avctx;
AVCodecContext    276 libavcodec/cavs.h int ff_cavs_init(AVCodecContext *avctx);
AVCodecContext    277 libavcodec/cavs.h int ff_cavs_end (AVCodecContext *avctx);
AVCodecContext     77 libavcodec/cavs_parser.c                            AVCodecContext *avctx,
AVCodecContext   1220 libavcodec/cavsdec.c static void cavs_flush(AVCodecContext * avctx)
AVCodecContext   1226 libavcodec/cavsdec.c static int cavs_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    551 libavcodec/cavsdsp.c av_cold void ff_cavsdsp_init(CAVSDSPContext* c, AVCodecContext *avctx) {
AVCodecContext     41 libavcodec/cavsdsp.h void ff_cavsdsp_init(CAVSDSPContext* c, AVCodecContext *avctx);
AVCodecContext     42 libavcodec/cavsdsp.h void ff_cavsdsp_init_x86(CAVSDSPContext* c, AVCodecContext *avctx);
AVCodecContext    256 libavcodec/ccaption_dec.c static av_cold int init_decoder(AVCodecContext *avctx)
AVCodecContext    282 libavcodec/ccaption_dec.c static av_cold int close_decoder(AVCodecContext *avctx)
AVCodecContext    291 libavcodec/ccaption_dec.c static void flush_decoder(AVCodecContext *avctx)
AVCodecContext    750 libavcodec/ccaption_dec.c static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
AVCodecContext     75 libavcodec/cdgraphics.c static av_cold int cdg_decode_init(AVCodecContext *avctx)
AVCodecContext    264 libavcodec/cdgraphics.c static int cdg_decode_frame(AVCodecContext *avctx,
AVCodecContext    368 libavcodec/cdgraphics.c static av_cold int cdg_decode_end(AVCodecContext *avctx)
AVCodecContext     58 libavcodec/cdtoons.c static int cdtoons_render_sprite(AVCodecContext *avctx, const uint8_t *data,
AVCodecContext    153 libavcodec/cdtoons.c static int cdtoons_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    409 libavcodec/cdtoons.c static av_cold int cdtoons_decode_init(AVCodecContext *avctx)
AVCodecContext    422 libavcodec/cdtoons.c static void cdtoons_flush(AVCodecContext *avctx)
AVCodecContext    431 libavcodec/cdtoons.c static av_cold int cdtoons_decode_end(AVCodecContext *avctx)
AVCodecContext     44 libavcodec/cdxl.c     AVCodecContext *avctx;
AVCodecContext     56 libavcodec/cdxl.c static av_cold int cdxl_decode_init(AVCodecContext *avctx)
AVCodecContext    155 libavcodec/cdxl.c     AVCodecContext *avctx = c->avctx;
AVCodecContext    198 libavcodec/cdxl.c     AVCodecContext *avctx = c->avctx;
AVCodecContext    239 libavcodec/cdxl.c static int cdxl_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    318 libavcodec/cdxl.c static av_cold int cdxl_decode_end(AVCodecContext *avctx)
AVCodecContext     61 libavcodec/cfhd.c static av_cold int cfhd_init(AVCodecContext *avctx)
AVCodecContext    294 libavcodec/cfhd.c static int alloc_buffers(AVCodecContext *avctx)
AVCodecContext    382 libavcodec/cfhd.c static int cfhd_decode(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   1036 libavcodec/cfhd.c static av_cold int cfhd_close(AVCodecContext *avctx)
AVCodecContext     79 libavcodec/cfhd.h     AVCodecContext *avctx;
AVCodecContext     60 libavcodec/cinepak.c     AVCodecContext *avctx;
AVCodecContext    424 libavcodec/cinepak.c static av_cold int cinepak_decode_init(AVCodecContext *avctx)
AVCodecContext    450 libavcodec/cinepak.c static int cinepak_decode_frame(AVCodecContext *avctx,
AVCodecContext    506 libavcodec/cinepak.c static av_cold int cinepak_decode_end(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/cinepakenc.c     AVCodecContext *avctx;
AVCodecContext    154 libavcodec/cinepakenc.c static av_cold int cinepak_encode_init(AVCodecContext *avctx)
AVCodecContext   1152 libavcodec/cinepakenc.c static int cinepak_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1176 libavcodec/cinepakenc.c static av_cold int cinepak_encode_end(AVCodecContext *avctx)
AVCodecContext     66 libavcodec/clearvideo.c     AVCodecContext *avctx;
AVCodecContext    222 libavcodec/clearvideo.c static int copy_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src,
AVCodecContext    258 libavcodec/clearvideo.c static int copyadd_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src,
AVCodecContext    415 libavcodec/clearvideo.c static int tile_do_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src,
AVCodecContext    429 libavcodec/clearvideo.c static int restore_tree(AVCodecContext *avctx, AVFrame *dst, AVFrame *src,
AVCodecContext    499 libavcodec/clearvideo.c static int clv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    651 libavcodec/clearvideo.c static av_cold int clv_decode_init(AVCodecContext *avctx)
AVCodecContext    877 libavcodec/clearvideo.c static av_cold int clv_decode_end(AVCodecContext *avctx)
AVCodecContext     31 libavcodec/cljrdec.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     79 libavcodec/cljrdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/cljrenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     38 libavcodec/cllc.c     AVCodecContext *avctx;
AVCodecContext    230 libavcodec/cllc.c     AVCodecContext *avctx = ctx->avctx;
AVCodecContext    274 libavcodec/cllc.c     AVCodecContext *avctx = ctx->avctx;
AVCodecContext    318 libavcodec/cllc.c     AVCodecContext *avctx = ctx->avctx;
AVCodecContext    371 libavcodec/cllc.c static int cllc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    486 libavcodec/cllc.c static av_cold int cllc_decode_close(AVCodecContext *avctx)
AVCodecContext    495 libavcodec/cllc.c static av_cold int cllc_decode_init(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/cngdec.c static av_cold int cng_decode_close(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/cngdec.c static av_cold int cng_decode_init(AVCodecContext *avctx)
AVCodecContext     97 libavcodec/cngdec.c static void cng_decode_flush(AVCodecContext *avctx)
AVCodecContext    103 libavcodec/cngdec.c static int cng_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     36 libavcodec/cngenc.c static av_cold int cng_encode_close(AVCodecContext *avctx)
AVCodecContext     45 libavcodec/cngenc.c static av_cold int cng_encode_init(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/cngenc.c static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    183 libavcodec/codec.h struct AVCodecContext;
AVCodecContext    251 libavcodec/codec.h     int (*update_thread_context)(struct AVCodecContext *dst, const struct AVCodecContext *src);
AVCodecContext    267 libavcodec/codec.h     int (*init)(struct AVCodecContext *);
AVCodecContext    268 libavcodec/codec.h     int (*encode_sub)(struct AVCodecContext *, uint8_t *buf, int buf_size,
AVCodecContext    280 libavcodec/codec.h     int (*encode2)(struct AVCodecContext *avctx, struct AVPacket *avpkt,
AVCodecContext    282 libavcodec/codec.h     int (*decode)(struct AVCodecContext *, void *outdata, int *outdata_size, struct AVPacket *avpkt);
AVCodecContext    283 libavcodec/codec.h     int (*close)(struct AVCodecContext *);
AVCodecContext    292 libavcodec/codec.h     int (*send_frame)(struct AVCodecContext *avctx, const struct AVFrame *frame);
AVCodecContext    293 libavcodec/codec.h     int (*receive_packet)(struct AVCodecContext *avctx, struct AVPacket *avpkt);
AVCodecContext    300 libavcodec/codec.h     int (*receive_frame)(struct AVCodecContext *avctx, struct AVFrame *frame);
AVCodecContext    305 libavcodec/codec.h     void (*flush)(struct AVCodecContext *);
AVCodecContext    126 libavcodec/cook.c     AVCodecContext*     avctx;
AVCodecContext    307 libavcodec/cook.c static av_cold int cook_decode_close(AVCodecContext *avctx)
AVCodecContext    960 libavcodec/cook.c static int cook_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1053 libavcodec/cook.c static av_cold int cook_decode_init(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/cook_parser.c static int cook_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext     50 libavcodec/cpia.c static int cpia_decode_frame(AVCodecContext *avctx,
AVCodecContext    192 libavcodec/cpia.c static av_cold int cpia_decode_init(AVCodecContext *avctx)
AVCodecContext    214 libavcodec/cpia.c static av_cold int cpia_decode_end(AVCodecContext *avctx)
AVCodecContext     92 libavcodec/crystalhd.c     AVCodecContext *avctx;
AVCodecContext    267 libavcodec/crystalhd.c static void flush(AVCodecContext *avctx)
AVCodecContext    279 libavcodec/crystalhd.c static av_cold int uninit(AVCodecContext *avctx)
AVCodecContext    301 libavcodec/crystalhd.c static av_cold int init(AVCodecContext *avctx)
AVCodecContext    421 libavcodec/crystalhd.c static inline CopyRet copy_frame(AVCodecContext *avctx,
AVCodecContext    560 libavcodec/crystalhd.c static inline CopyRet receive_frame(AVCodecContext *avctx,
AVCodecContext    655 libavcodec/crystalhd.c static int crystalhd_decode_packet(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    707 libavcodec/crystalhd.c static int crystalhd_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext     67 libavcodec/cscd.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    131 libavcodec/cscd.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    161 libavcodec/cscd.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    108 libavcodec/cuviddec.c     AVCodecContext *avctx = opaque;
AVCodecContext    330 libavcodec/cuviddec.c     AVCodecContext *avctx = opaque;
AVCodecContext    346 libavcodec/cuviddec.c     AVCodecContext *avctx = opaque;
AVCodecContext    370 libavcodec/cuviddec.c static int cuvid_is_buffer_full(AVCodecContext *avctx)
AVCodecContext    381 libavcodec/cuviddec.c static int cuvid_decode_packet(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    446 libavcodec/cuviddec.c static int cuvid_output_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    638 libavcodec/cuviddec.c static int cuvid_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext    669 libavcodec/cuviddec.c static av_cold int cuvid_decode_end(AVCodecContext *avctx)
AVCodecContext    693 libavcodec/cuviddec.c static int cuvid_test_capabilities(AVCodecContext *avctx,
AVCodecContext    787 libavcodec/cuviddec.c static av_cold int cuvid_decode_init(AVCodecContext *avctx)
AVCodecContext   1014 libavcodec/cuviddec.c static void cuvid_flush(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/cyuv.c     AVCodecContext *avctx;
AVCodecContext     45 libavcodec/cyuv.c static av_cold int cyuv_decode_init(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/cyuv.c static int cyuv_decode_frame(AVCodecContext *avctx,
AVCodecContext   1833 libavcodec/dca_core.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2065 libavcodec/dca_core.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2162 libavcodec/dca_core.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2347 libavcodec/dca_core.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    102 libavcodec/dca_core.h     AVCodecContext  *avctx;
AVCodecContext     72 libavcodec/dca_exss.h     AVCodecContext  *avctx;
AVCodecContext   1736 libavcodec/dca_lbr.c     AVCodecContext *avctx = s->avctx;
AVCodecContext     59 libavcodec/dca_lbr.h     AVCodecContext  *avctx;
AVCodecContext    306 libavcodec/dca_parser.c static int dca_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext   1324 libavcodec/dca_xll.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    106 libavcodec/dca_xll.h     AVCodecContext  *avctx;
AVCodecContext     32 libavcodec/dcadec.c int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask)
AVCodecContext    144 libavcodec/dcadec.c static int dcadec_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    296 libavcodec/dcadec.c static av_cold void dcadec_flush(AVCodecContext *avctx)
AVCodecContext    307 libavcodec/dcadec.c static av_cold int dcadec_close(AVCodecContext *avctx)
AVCodecContext    321 libavcodec/dcadec.c static av_cold int dcadec_init(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/dcadec.h     AVCodecContext  *avctx;
AVCodecContext     68 libavcodec/dcadec.h int ff_dca_set_channel_layout(AVCodecContext *avctx, int *ch_remap, int dca_mask);
AVCodecContext     75 libavcodec/dcadec.h static inline int ff_dca_check_crc(AVCodecContext *avctx, GetBitContext *s,
AVCodecContext    162 libavcodec/dcaenc.c static int encode_init(AVCodecContext *avctx)
AVCodecContext    308 libavcodec/dcaenc.c static av_cold int encode_close(AVCodecContext *avctx)
AVCodecContext   1177 libavcodec/dcaenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    116 libavcodec/dds.c static int parse_pixel_format(AVCodecContext *avctx)
AVCodecContext    436 libavcodec/dds.c static int decompress_texture_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    482 libavcodec/dds.c static void run_postproc(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    608 libavcodec/dds.c static int dds_decode(AVCodecContext *avctx, void *data,
AVCodecContext     67 libavcodec/decode.c static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    204 libavcodec/decode.c int ff_decode_bsfs_init(AVCodecContext *avctx)
AVCodecContext    238 libavcodec/decode.c int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt)
AVCodecContext    279 libavcodec/decode.c static int64_t guess_correct_pts(AVCodecContext *ctx,
AVCodecContext    311 libavcodec/decode.c static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    533 libavcodec/decode.c static int decode_simple_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    546 libavcodec/decode.c static int decode_receive_frame_internal(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    586 libavcodec/decode.c int attribute_align_arg avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    622 libavcodec/decode.c static int apply_cropping(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    649 libavcodec/decode.c int attribute_align_arg avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    725 libavcodec/decode.c static int compat_decode(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    806 libavcodec/decode.c int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext    813 libavcodec/decode.c int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx,
AVCodecContext    828 libavcodec/decode.c static int recode_subtitle(AVCodecContext *avctx,
AVCodecContext    978 libavcodec/decode.c int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
AVCodecContext   1067 libavcodec/decode.c enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *avctx,
AVCodecContext   1130 libavcodec/decode.c int ff_decode_get_hw_frames_ctx(AVCodecContext *avctx,
AVCodecContext   1181 libavcodec/decode.c int avcodec_get_hw_frames_parameters(AVCodecContext *avctx,
AVCodecContext   1230 libavcodec/decode.c static int hwaccel_init(AVCodecContext *avctx,
AVCodecContext   1267 libavcodec/decode.c static void hwaccel_uninit(AVCodecContext *avctx)
AVCodecContext   1279 libavcodec/decode.c int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt)
AVCodecContext   1445 libavcodec/decode.c static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext   1557 libavcodec/decode.c static int audio_get_buffer(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext   1602 libavcodec/decode.c static int video_get_buffer(AVCodecContext *s, AVFrame *pic)
AVCodecContext   1649 libavcodec/decode.c int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags)
AVCodecContext   1685 libavcodec/decode.c int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext   1794 libavcodec/decode.c static void validate_avframe_allocation(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext   1854 libavcodec/decode.c int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
AVCodecContext   1923 libavcodec/decode.c static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags)
AVCodecContext   1960 libavcodec/decode.c int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
AVCodecContext     65 libavcodec/decode.h int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt);
AVCodecContext     71 libavcodec/decode.h int ff_decode_bsfs_init(AVCodecContext *avctx);
AVCodecContext     78 libavcodec/decode.h int ff_decode_get_hw_frames_ctx(AVCodecContext *avctx,
AVCodecContext     38 libavcodec/dfa.c static av_cold int dfa_decode_init(AVCodecContext *avctx)
AVCodecContext    339 libavcodec/dfa.c static int dfa_decode_frame(AVCodecContext *avctx,
AVCodecContext    408 libavcodec/dfa.c static av_cold int dfa_decode_end(AVCodecContext *avctx)
AVCodecContext    137 libavcodec/dirac_parser.c static int dirac_combine_frame(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    238 libavcodec/dirac_parser.c static int dirac_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    135 libavcodec/diracdec.c     AVCodecContext *avctx;
AVCodecContext    385 libavcodec/diracdec.c static av_cold int dirac_decode_init(AVCodecContext *avctx)
AVCodecContext    416 libavcodec/diracdec.c static void dirac_decode_flush(AVCodecContext *avctx)
AVCodecContext    424 libavcodec/diracdec.c static av_cold int dirac_decode_end(AVCodecContext *avctx)
AVCodecContext    639 libavcodec/diracdec.c static int decode_subband_arith(AVCodecContext *avctx, void *b)
AVCodecContext    645 libavcodec/diracdec.c static int decode_subband_golomb(AVCodecContext *avctx, void *arg)
AVCodecContext    658 libavcodec/diracdec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    774 libavcodec/diracdec.c static int decode_lowdelay_slice(AVCodecContext *avctx, void *arg)
AVCodecContext    915 libavcodec/diracdec.c static int decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr)
AVCodecContext    932 libavcodec/diracdec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   1966 libavcodec/diracdec.c static int get_buffer_with_edge(AVCodecContext *avctx, AVFrame *f, int flags)
AVCodecContext   2119 libavcodec/diracdec.c static int dirac_decode_data_unit(AVCodecContext *avctx, const uint8_t *buf, int size)
AVCodecContext   2261 libavcodec/diracdec.c static int dirac_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
AVCodecContext    118 libavcodec/dnxhd_parser.c                        AVCodecContext *avctx,
AVCodecContext   1116 libavcodec/dnxhddata.c static int dnxhd_find_hr_cid(AVCodecContext *avctx)
AVCodecContext   1133 libavcodec/dnxhddata.c int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth)
AVCodecContext   1163 libavcodec/dnxhddata.c void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel)
AVCodecContext     64 libavcodec/dnxhddata.h int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth);
AVCodecContext     65 libavcodec/dnxhddata.h void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel);
AVCodecContext     51 libavcodec/dnxhddec.c     AVCodecContext *avctx;
AVCodecContext     91 libavcodec/dnxhddec.c static av_cold int dnxhd_decode_init(AVCodecContext *avctx)
AVCodecContext    577 libavcodec/dnxhddec.c static int dnxhd_decode_row(AVCodecContext *avctx, void *data,
AVCodecContext    604 libavcodec/dnxhddec.c static int dnxhd_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    704 libavcodec/dnxhddec.c static av_cold int dnxhd_decode_close(AVCodecContext *avctx)
AVCodecContext    365 libavcodec/dnxhdenc.c static av_cold int dnxhd_encode_init(AVCodecContext *avctx)
AVCodecContext    556 libavcodec/dnxhdenc.c static int dnxhd_write_header(AVCodecContext *avctx, uint8_t *buf)
AVCodecContext    851 libavcodec/dnxhdenc.c static int dnxhd_calc_bits_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    908 libavcodec/dnxhdenc.c static int dnxhd_encode_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    965 libavcodec/dnxhdenc.c static int dnxhd_mb_var_thread(AVCodecContext *avctx, void *arg,
AVCodecContext   1033 libavcodec/dnxhdenc.c static int dnxhd_encode_rdo(AVCodecContext *avctx, DNXHDEncContext *ctx)
AVCodecContext   1222 libavcodec/dnxhdenc.c static int dnxhd_encode_fast(AVCodecContext *avctx, DNXHDEncContext *ctx)
AVCodecContext   1285 libavcodec/dnxhdenc.c static int dnxhd_encode_picture(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1355 libavcodec/dnxhdenc.c static av_cold int dnxhd_encode_end(AVCodecContext *avctx)
AVCodecContext    593 libavcodec/dolby_e.c static int dolby_e_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    665 libavcodec/dolby_e.c static av_cold void dolby_e_flush(AVCodecContext *avctx)
AVCodecContext    672 libavcodec/dolby_e.c static av_cold int dolby_e_close(AVCodecContext *avctx)
AVCodecContext    771 libavcodec/dolby_e.c static av_cold int dolby_e_init(AVCodecContext *avctx)
AVCodecContext     78 libavcodec/dolby_e.h     AVCodecContext  *avctx;
AVCodecContext    130 libavcodec/dpcm.c static av_cold int dpcm_decode_init(AVCodecContext *avctx)
AVCodecContext    209 libavcodec/dpcm.c static int dpcm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    119 libavcodec/dpx.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     40 libavcodec/dpx_parser.c static int dpx_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     36 libavcodec/dpxenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext     93 libavcodec/dpxenc.c static void encode_rgb48_10bit(AVCodecContext *avctx, const AVFrame *pic,
AVCodecContext    119 libavcodec/dpxenc.c static void encode_gbrp10(AVCodecContext *avctx, const AVFrame *pic, uint8_t *dst)
AVCodecContext    145 libavcodec/dpxenc.c static void encode_gbrp12(AVCodecContext *avctx, const AVFrame *pic, uint16_t *dst)
AVCodecContext    176 libavcodec/dpxenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     41 libavcodec/dsddec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/dsddec.c static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr)
AVCodecContext     97 libavcodec/dsddec.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     76 libavcodec/dsicinaudio.c static av_cold int cinaudio_decode_init(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/dsicinaudio.c static int cinaudio_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     38 libavcodec/dsicinvideo.c     AVCodecContext *avctx;
AVCodecContext     69 libavcodec/dsicinvideo.c static av_cold int cinvideo_decode_init(AVCodecContext *avctx)
AVCodecContext    197 libavcodec/dsicinvideo.c static int cinvideo_decode_frame(AVCodecContext *avctx,
AVCodecContext    314 libavcodec/dsicinvideo.c static av_cold int cinvideo_decode_end(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/dss_sp.c     AVCodecContext *avctx;
AVCodecContext    290 libavcodec/dss_sp.c static av_cold int dss_sp_decode_init(AVCodecContext *avctx)
AVCodecContext    743 libavcodec/dss_sp.c static int dss_sp_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     78 libavcodec/dstdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    238 libavcodec/dstdec.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    198 libavcodec/dv.c av_cold int ff_dvvideo_init(AVCodecContext *avctx)
AVCodecContext     45 libavcodec/dv.h     AVCodecContext  *avctx;
AVCodecContext    105 libavcodec/dv.h int ff_dvvideo_init(AVCodecContext *avctx);
AVCodecContext    260 libavcodec/dv_profile.c const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
AVCodecContext     32 libavcodec/dv_profile_internal.h const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys,
AVCodecContext     29 libavcodec/dvaudio_parser.c static int dvaudio_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext     33 libavcodec/dvaudiodec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     90 libavcodec/dvaudiodec.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    271 libavcodec/dvbsub.c static int encode_dvb_subtitles(AVCodecContext *avctx,
AVCodecContext    512 libavcodec/dvbsub.c static int dvbsub_encode(AVCodecContext *avctx,
AVCodecContext     53 libavcodec/dvbsub_parser.c                         AVCodecContext *avctx,
AVCodecContext    257 libavcodec/dvbsubdec.c static av_cold int dvbsub_init_decoder(AVCodecContext *avctx)
AVCodecContext    346 libavcodec/dvbsubdec.c static av_cold int dvbsub_close_decoder(AVCodecContext *avctx)
AVCodecContext    369 libavcodec/dvbsubdec.c static int dvbsub_read_2bit_string(AVCodecContext *avctx,
AVCodecContext    477 libavcodec/dvbsubdec.c static int dvbsub_read_4bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len,
AVCodecContext    600 libavcodec/dvbsubdec.c static int dvbsub_read_8bit_string(AVCodecContext *avctx,
AVCodecContext    720 libavcodec/dvbsubdec.c static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output)
AVCodecContext    868 libavcodec/dvbsubdec.c static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDisplay *display,
AVCodecContext    985 libavcodec/dvbsubdec.c static int dvbsub_parse_object_segment(AVCodecContext *avctx,
AVCodecContext   1045 libavcodec/dvbsubdec.c static int dvbsub_parse_clut_segment(AVCodecContext *avctx,
AVCodecContext   1144 libavcodec/dvbsubdec.c static int dvbsub_parse_region_segment(AVCodecContext *avctx,
AVCodecContext   1292 libavcodec/dvbsubdec.c static int dvbsub_parse_page_segment(AVCodecContext *avctx,
AVCodecContext   1552 libavcodec/dvbsubdec.c static int dvbsub_parse_display_definition_segment(AVCodecContext *avctx,
AVCodecContext   1599 libavcodec/dvbsubdec.c static int dvbsub_display_end_segment(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext   1612 libavcodec/dvbsubdec.c static int dvbsub_decode(AVCodecContext *avctx,
AVCodecContext     45 libavcodec/dvd_nav_parser.c                          AVCodecContext *avctx,
AVCodecContext    176 libavcodec/dvdec.c static av_cold int dvvideo_decode_init(AVCodecContext *avctx)
AVCodecContext    315 libavcodec/dvdec.c static int dv_decode_video_segment(AVCodecContext *avctx, void *arg)
AVCodecContext    546 libavcodec/dvdec.c static int dvvideo_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     41 libavcodec/dvdsub_parser.c                         AVCodecContext *avctx,
AVCodecContext    551 libavcodec/dvdsubdec.c static int append_to_cached_buf(AVCodecContext *avctx,
AVCodecContext    568 libavcodec/dvdsubdec.c static int dvdsub_decode(AVCodecContext *avctx,
AVCodecContext    688 libavcodec/dvdsubdec.c static int dvdsub_parse_extradata(AVCodecContext *avctx)
AVCodecContext    729 libavcodec/dvdsubdec.c static av_cold int dvdsub_init(AVCodecContext *avctx)
AVCodecContext    754 libavcodec/dvdsubdec.c static void dvdsub_flush(AVCodecContext *avctx)
AVCodecContext    760 libavcodec/dvdsubdec.c static av_cold int dvdsub_close(AVCodecContext *avctx)
AVCodecContext    117 libavcodec/dvdsubenc.c static void count_colors(AVCodecContext *avctx, unsigned hits[33],
AVCodecContext    154 libavcodec/dvdsubenc.c static void select_palette(AVCodecContext *avctx, int out_palette[4],
AVCodecContext    212 libavcodec/dvdsubenc.c static void build_color_map(AVCodecContext *avctx, int cmap[],
AVCodecContext    251 libavcodec/dvdsubenc.c static int encode_dvd_subtitles(AVCodecContext *avctx,
AVCodecContext    427 libavcodec/dvdsubenc.c static int dvdsub_init(AVCodecContext *avctx)
AVCodecContext    461 libavcodec/dvdsubenc.c static int dvdsub_encode(AVCodecContext *avctx,
AVCodecContext     47 libavcodec/dvenc.c static av_cold int dvvideo_encode_init(AVCodecContext *avctx)
AVCodecContext    838 libavcodec/dvenc.c static int dv_encode_video_segment(AVCodecContext *avctx, void *arg)
AVCodecContext   1169 libavcodec/dvenc.c static int dvvideo_encode_frame(AVCodecContext *c, AVPacket *pkt,
AVCodecContext     53 libavcodec/dxa.c static int decode_13(AVCodecContext *avctx, DxaDecContext *c, uint8_t* dst,
AVCodecContext    210 libavcodec/dxa.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext    328 libavcodec/dxa.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    354 libavcodec/dxa.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/dxtory.c static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext     62 libavcodec/dxtory.c static int dxtory_decode_v1_410(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    105 libavcodec/dxtory.c static int dxtory_decode_v1_420(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    142 libavcodec/dxtory.c static int dxtory_decode_v1_444(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    196 libavcodec/dxtory.c static int check_slice_size(AVCodecContext *avctx,
AVCodecContext    224 libavcodec/dxtory.c static int load_buffer(AVCodecContext *avctx,
AVCodecContext    269 libavcodec/dxtory.c static int dxtory_decode_v2(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    381 libavcodec/dxtory.c static int dxtory_decode_v2_565(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    426 libavcodec/dxtory.c static int dxtory_decode_v2_rgb(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    468 libavcodec/dxtory.c static int dxtory_decode_v2_410(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    512 libavcodec/dxtory.c static int dxtory_decode_v2_420(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    552 libavcodec/dxtory.c static int dxtory_decode_v2_444(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    561 libavcodec/dxtory.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    193 libavcodec/dxv.c static int decompress_texture_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    288 libavcodec/dxv.c static int dxv_decompress_dxt1(AVCodecContext *avctx)
AVCodecContext    833 libavcodec/dxv.c static int dxv_decompress_ycg6(AVCodecContext *avctx)
AVCodecContext    849 libavcodec/dxv.c static int dxv_decompress_yg10(AVCodecContext *avctx)
AVCodecContext    866 libavcodec/dxv.c static int dxv_decompress_dxt5(AVCodecContext *avctx)
AVCodecContext   1023 libavcodec/dxv.c static int dxv_decompress_lzf(AVCodecContext *avctx)
AVCodecContext   1029 libavcodec/dxv.c static int dxv_decompress_raw(AVCodecContext *avctx)
AVCodecContext   1041 libavcodec/dxv.c static int dxv_decode(AVCodecContext *avctx, void *data,
AVCodecContext   1047 libavcodec/dxv.c     int (*decompress_tex)(AVCodecContext *avctx);
AVCodecContext   1231 libavcodec/dxv.c static int dxv_init(AVCodecContext *avctx)
AVCodecContext   1251 libavcodec/dxv.c static int dxv_close(AVCodecContext *avctx)
AVCodecContext    104 libavcodec/dxva2.c static int dxva_get_decoder_configuration(AVCodecContext *avctx,
AVCodecContext    189 libavcodec/dxva2.c static int dxva_check_codec_compatibility(AVCodecContext *avctx, const dxva_mode *mode)
AVCodecContext    209 libavcodec/dxva2.c static void dxva_list_guids_debug(AVCodecContext *avctx, void *service,
AVCodecContext    254 libavcodec/dxva2.c static int dxva_get_decoder_guid(AVCodecContext *avctx, void *service, void *surface_format,
AVCodecContext    313 libavcodec/dxva2.c static int dxva2_get_decoder_configuration(AVCodecContext *avctx, const GUID *device_guid,
AVCodecContext    336 libavcodec/dxva2.c static int dxva2_create_decoder(AVCodecContext *avctx)
AVCodecContext    414 libavcodec/dxva2.c static int d3d11va_get_decoder_configuration(AVCodecContext *avctx,
AVCodecContext    459 libavcodec/dxva2.c static int d3d11va_create_decoder(AVCodecContext *avctx)
AVCodecContext    554 libavcodec/dxva2.c static void ff_dxva2_lock(AVCodecContext *avctx)
AVCodecContext    570 libavcodec/dxva2.c static void ff_dxva2_unlock(AVCodecContext *avctx)
AVCodecContext    586 libavcodec/dxva2.c int ff_dxva2_common_frame_params(AVCodecContext *avctx,
AVCodecContext    649 libavcodec/dxva2.c int ff_dxva2_decode_init(AVCodecContext *avctx)
AVCodecContext    724 libavcodec/dxva2.c int ff_dxva2_decode_uninit(AVCodecContext *avctx)
AVCodecContext    747 libavcodec/dxva2.c static void *get_surface(const AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    764 libavcodec/dxva2.c unsigned ff_dxva2_get_surface_index(const AVCodecContext *avctx,
AVCodecContext    791 libavcodec/dxva2.c int ff_dxva2_commit_buffer(AVCodecContext *avctx,
AVCodecContext    880 libavcodec/dxva2.c int ff_dxva2_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    883 libavcodec/dxva2.c                               int (*commit_bs_si)(AVCodecContext *,
AVCodecContext   1045 libavcodec/dxva2.c int ff_dxva2_is_d3d11(const AVCodecContext *avctx)
AVCodecContext     48 libavcodec/dxva2_h264.c static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Context *h,
AVCodecContext    164 libavcodec/dxva2_h264.c static void fill_scaling_lists(const AVCodecContext *avctx, AVDXVAContext *ctx, const H264Context *h, DXVA_Qmatrix_H264 *qm)
AVCodecContext    190 libavcodec/dxva2_h264.c static int is_slice_short(const AVCodecContext *avctx, AVDXVAContext *ctx)
AVCodecContext    216 libavcodec/dxva2_h264.c static void fill_slice_long(AVCodecContext *avctx, DXVA_Slice_H264_Long *slice,
AVCodecContext    297 libavcodec/dxva2_h264.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx,
AVCodecContext    441 libavcodec/dxva2_h264.c static int dxva2_h264_start_frame(AVCodecContext *avctx,
AVCodecContext    465 libavcodec/dxva2_h264.c static int dxva2_h264_decode_slice(AVCodecContext *avctx,
AVCodecContext    497 libavcodec/dxva2_h264.c static int dxva2_h264_end_frame(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/dxva2_hevc.c static void fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const HEVCContext *h,
AVCodecContext    237 libavcodec/dxva2_hevc.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx,
AVCodecContext    356 libavcodec/dxva2_hevc.c static int dxva2_hevc_start_frame(AVCodecContext *avctx,
AVCodecContext    380 libavcodec/dxva2_hevc.c static int dxva2_hevc_decode_slice(AVCodecContext *avctx,
AVCodecContext    403 libavcodec/dxva2_hevc.c static int dxva2_hevc_end_frame(AVCodecContext *avctx)
AVCodecContext    138 libavcodec/dxva2_internal.h unsigned ff_dxva2_get_surface_index(const AVCodecContext *avctx,
AVCodecContext    142 libavcodec/dxva2_internal.h int ff_dxva2_commit_buffer(AVCodecContext *, AVDXVAContext *,
AVCodecContext    148 libavcodec/dxva2_internal.h int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
AVCodecContext    151 libavcodec/dxva2_internal.h                               int (*commit_bs_si)(AVCodecContext *,
AVCodecContext    155 libavcodec/dxva2_internal.h int ff_dxva2_decode_init(AVCodecContext *avctx);
AVCodecContext    157 libavcodec/dxva2_internal.h int ff_dxva2_decode_uninit(AVCodecContext *avctx);
AVCodecContext    159 libavcodec/dxva2_internal.h int ff_dxva2_common_frame_params(AVCodecContext *avctx,
AVCodecContext    162 libavcodec/dxva2_internal.h int ff_dxva2_is_d3d11(const AVCodecContext *avctx);
AVCodecContext     40 libavcodec/dxva2_mpeg2.c static void fill_picture_parameters(AVCodecContext *avctx,
AVCodecContext    106 libavcodec/dxva2_mpeg2.c static void fill_quantization_matrices(AVCodecContext *avctx,
AVCodecContext    123 libavcodec/dxva2_mpeg2.c static void fill_slice(AVCodecContext *avctx,
AVCodecContext    150 libavcodec/dxva2_mpeg2.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx,
AVCodecContext    253 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_start_frame(AVCodecContext *avctx,
AVCodecContext    275 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_decode_slice(AVCodecContext *avctx,
AVCodecContext    298 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_end_frame(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/dxva2_vc1.c static void fill_picture_parameters(AVCodecContext *avctx,
AVCodecContext    162 libavcodec/dxva2_vc1.c static void fill_slice(AVCodecContext *avctx, DXVA_SliceInfo *slice,
AVCodecContext    182 libavcodec/dxva2_vc1.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx,
AVCodecContext    309 libavcodec/dxva2_vc1.c static int dxva2_vc1_start_frame(AVCodecContext *avctx,
AVCodecContext    329 libavcodec/dxva2_vc1.c static int dxva2_vc1_decode_slice(AVCodecContext *avctx,
AVCodecContext    359 libavcodec/dxva2_vc1.c static int dxva2_vc1_end_frame(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/dxva2_vp9.c static int fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, const VP9SharedContext *h,
AVCodecContext    164 libavcodec/dxva2_vp9.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx,
AVCodecContext    252 libavcodec/dxva2_vp9.c static int dxva2_vp9_start_frame(AVCodecContext *avctx,
AVCodecContext    273 libavcodec/dxva2_vp9.c static int dxva2_vp9_decode_slice(AVCodecContext *avctx,
AVCodecContext    291 libavcodec/dxva2_vp9.c static int dxva2_vp9_end_frame(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/eacmv.c     AVCodecContext *avctx;
AVCodecContext     45 libavcodec/eacmv.c static av_cold int cmv_decode_init(AVCodecContext *avctx){
AVCodecContext    174 libavcodec/eacmv.c static int cmv_decode_frame(AVCodecContext *avctx,
AVCodecContext    227 libavcodec/eacmv.c static av_cold int cmv_decode_end(AVCodecContext *avctx){
AVCodecContext     49 libavcodec/eamad.c     AVCodecContext *avctx;
AVCodecContext     64 libavcodec/eamad.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    247 libavcodec/eamad.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    334 libavcodec/eamad.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/eatgq.c     AVCodecContext *avctx;
AVCodecContext     49 libavcodec/eatgq.c static av_cold int tgq_decode_init(AVCodecContext *avctx)
AVCodecContext    200 libavcodec/eatgq.c static int tgq_decode_frame(AVCodecContext *avctx,
AVCodecContext     43 libavcodec/eatgv.c     AVCodecContext *avctx;
AVCodecContext     55 libavcodec/eatgv.c static av_cold int tgv_decode_init(AVCodecContext *avctx)
AVCodecContext    264 libavcodec/eatgv.c static int tgv_decode_frame(AVCodecContext *avctx,
AVCodecContext    352 libavcodec/eatgv.c static av_cold int tgv_decode_end(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/eatqi.c     AVCodecContext *avctx;
AVCodecContext     57 libavcodec/eatqi.c static av_cold int tqi_decode_init(AVCodecContext *avctx)
AVCodecContext     93 libavcodec/eatqi.c static inline void tqi_idct_put(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    123 libavcodec/eatqi.c static int tqi_decode_frame(AVCodecContext *avctx,
AVCodecContext    175 libavcodec/eatqi.c static av_cold int tqi_decode_end(AVCodecContext *avctx)
AVCodecContext     32 libavcodec/encode.c int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
AVCodecContext     76 libavcodec/encode.c static int pad_last_frame(AVCodecContext *s, AVFrame **dst, const AVFrame *src)
AVCodecContext    113 libavcodec/encode.c int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx,
AVCodecContext    259 libavcodec/encode.c int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx,
AVCodecContext    347 libavcodec/encode.c int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
AVCodecContext    361 libavcodec/encode.c static int do_encode(AVCodecContext *avctx, const AVFrame *frame, int *got_packet)
AVCodecContext    392 libavcodec/encode.c int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    422 libavcodec/encode.c int attribute_align_arg avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
AVCodecContext     54 libavcodec/error_resilience.h     AVCodecContext *avctx;
AVCodecContext     56 libavcodec/escape124.c static av_cold int escape124_decode_init(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/escape124.c static av_cold int escape124_decode_close(AVCodecContext *avctx)
AVCodecContext    198 libavcodec/escape124.c static int escape124_decode_frame(AVCodecContext *avctx,
AVCodecContext    116 libavcodec/escape130.c static av_cold int escape130_decode_init(AVCodecContext *avctx)
AVCodecContext    155 libavcodec/escape130.c static av_cold int escape130_decode_close(AVCodecContext *avctx)
AVCodecContext    192 libavcodec/escape130.c static int escape130_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    188 libavcodec/evrcdec.c static evrc_packet_rate determine_bitrate(AVCodecContext *avctx,
AVCodecContext    219 libavcodec/evrcdec.c static void warn_insufficient_frame_quality(AVCodecContext *avctx,
AVCodecContext    231 libavcodec/evrcdec.c static av_cold int evrc_decode_init(AVCodecContext *avctx)
AVCodecContext    742 libavcodec/evrcdec.c static int evrc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    124 libavcodec/exr.c     AVCodecContext *avctx;
AVCodecContext    987 libavcodec/exr.c static int decode_block(AVCodecContext *avctx, void *tdata,
AVCodecContext   1649 libavcodec/exr.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1822 libavcodec/exr.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1872 libavcodec/exr.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    125 libavcodec/faxcompr.c static int decode_uncompressed(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    201 libavcodec/faxcompr.c static int decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    245 libavcodec/faxcompr.c static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    381 libavcodec/faxcompr.c int ff_ccitt_unpack(AVCodecContext *avctx, const uint8_t *src, int srcsize,
AVCodecContext     41 libavcodec/faxcompr.h int ff_ccitt_unpack(AVCodecContext *avctx,
AVCodecContext     26 libavcodec/fdctdsp.c av_cold void ff_fdctdsp_init(FDCTDSPContext *c, AVCodecContext *avctx)
AVCodecContext     31 libavcodec/fdctdsp.h void ff_fdctdsp_init(FDCTDSPContext *c, AVCodecContext *avctx);
AVCodecContext     32 libavcodec/fdctdsp.h void ff_fdctdsp_init_ppc(FDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     34 libavcodec/fdctdsp.h void ff_fdctdsp_init_x86(FDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     41 libavcodec/ffv1.c av_cold int ff_ffv1_common_init(AVCodecContext *avctx)
AVCodecContext    209 libavcodec/ffv1.c av_cold int ff_ffv1_close(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/ffv1.h     AVCodecContext *avctx;
AVCodecContext    142 libavcodec/ffv1.h int ff_ffv1_common_init(AVCodecContext *avctx);
AVCodecContext    148 libavcodec/ffv1.h int ff_ffv1_close(AVCodecContext *avctx);
AVCodecContext    243 libavcodec/ffv1dec.c static int decode_slice(AVCodecContext *c, void *arg)
AVCodecContext    815 libavcodec/ffv1dec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    832 libavcodec/ffv1dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext   1009 libavcodec/ffv1dec.c static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext    514 libavcodec/ffv1enc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext   1042 libavcodec/ffv1enc.c static int encode_slice(AVCodecContext *c, void *arg)
AVCodecContext   1119 libavcodec/ffv1enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1280 libavcodec/ffv1enc.c static av_cold int encode_close(AVCodecContext *avctx)
AVCodecContext    234 libavcodec/ffwavesynth.c static int wavesynth_parse_extradata(AVCodecContext *avc)
AVCodecContext    312 libavcodec/ffwavesynth.c static av_cold int wavesynth_init(AVCodecContext *avc)
AVCodecContext    422 libavcodec/ffwavesynth.c static int wavesynth_decode(AVCodecContext *avc, void *rframe, int *rgot_frame,
AVCodecContext    460 libavcodec/ffwavesynth.c static av_cold int wavesynth_close(AVCodecContext *avc)
AVCodecContext     42 libavcodec/fic.c     AVCodecContext *avctx;
AVCodecContext    170 libavcodec/fic.c static int fic_decode_slice(AVCodecContext *avctx, void *tdata)
AVCodecContext    214 libavcodec/fic.c static void fic_draw_cursor(AVCodecContext *avctx, int cur_x, int cur_y)
AVCodecContext    268 libavcodec/fic.c static int fic_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    443 libavcodec/fic.c static av_cold int fic_decode_close(AVCodecContext *avctx)
AVCodecContext    454 libavcodec/fic.c static av_cold int fic_decode_init(AVCodecContext *avctx)
AVCodecContext    105 libavcodec/fitsdec.c static int fits_read_header(AVCodecContext *avctx, const uint8_t **ptr, FITSHeader *header,
AVCodecContext    183 libavcodec/fitsdec.c static int fits_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext     37 libavcodec/fitsenc.c static int fits_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     50 libavcodec/flac.c int ff_flac_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    169 libavcodec/flac.c int ff_flac_is_extradata_valid(AVCodecContext *avctx,
AVCodecContext    196 libavcodec/flac.c void ff_flac_set_channel_layout(AVCodecContext *avctx)
AVCodecContext    204 libavcodec/flac.c int ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
AVCodecContext    101 libavcodec/flac.h int ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
AVCodecContext    111 libavcodec/flac.h int ff_flac_is_extradata_valid(AVCodecContext *avctx,
AVCodecContext    131 libavcodec/flac.h int ff_flac_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    134 libavcodec/flac.h void ff_flac_set_channel_layout(AVCodecContext *avctx);
AVCodecContext     77 libavcodec/flac_parser.c     AVCodecContext *avctx;         /**< codec context pointer for logging     */
AVCodecContext     95 libavcodec/flac_parser.c static int frame_header_is_valid(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext    514 libavcodec/flac_parser.c static int flac_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     55 libavcodec/flacdec.c     AVCodecContext *avctx;                  ///< parent AVCodecContext
AVCodecContext     95 libavcodec/flacdec.c static av_cold int flac_decode_init(AVCodecContext *avctx)
AVCodecContext    126 libavcodec/flacdec.c static void dump_headers(AVCodecContext *avctx, FLACStreaminfo *s)
AVCodecContext    558 libavcodec/flacdec.c static int flac_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    642 libavcodec/flacdec.c static av_cold int flac_decode_close(AVCodecContext *avctx)
AVCodecContext    119 libavcodec/flacenc.c     AVCodecContext *avctx;
AVCodecContext    183 libavcodec/flacenc.c     AVCodecContext     *avctx = s->avctx;
AVCodecContext    239 libavcodec/flacenc.c static av_cold int flac_encode_init(AVCodecContext *avctx)
AVCodecContext   1359 libavcodec/flacenc.c static int flac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   1450 libavcodec/flacenc.c static av_cold int flac_encode_close(AVCodecContext *avctx)
AVCodecContext     52 libavcodec/flashsv.c     AVCodecContext *avctx;
AVCodecContext    104 libavcodec/flashsv.c static av_cold int flashsv_decode_end(AVCodecContext *avctx)
AVCodecContext    117 libavcodec/flashsv.c static av_cold int flashsv_decode_init(AVCodecContext *avctx)
AVCodecContext    182 libavcodec/flashsv.c static int flashsv_decode_block(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    266 libavcodec/flashsv.c static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    551 libavcodec/flashsv.c static av_cold int flashsv2_decode_init(AVCodecContext *avctx)
AVCodecContext    565 libavcodec/flashsv.c static av_cold int flashsv2_decode_end(AVCodecContext *avctx)
AVCodecContext     87 libavcodec/flashsv2enc.c     AVCodecContext *avctx;
AVCodecContext    177 libavcodec/flashsv2enc.c static av_cold int flashsv2_encode_init(AVCodecContext * avctx)
AVCodecContext    852 libavcodec/flashsv2enc.c static int flashsv2_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    903 libavcodec/flashsv2enc.c static av_cold int flashsv2_encode_end(AVCodecContext * avctx)
AVCodecContext     58 libavcodec/flashsvenc.c     AVCodecContext *avctx;
AVCodecContext     91 libavcodec/flashsvenc.c static av_cold int flashsv_encode_end(AVCodecContext *avctx)
AVCodecContext    104 libavcodec/flashsvenc.c static av_cold int flashsv_encode_init(AVCodecContext *avctx)
AVCodecContext    210 libavcodec/flashsvenc.c static int flashsv_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     72 libavcodec/flicvideo.c     AVCodecContext *avctx;
AVCodecContext     80 libavcodec/flicvideo.c static av_cold int flic_decode_init(AVCodecContext *avctx)
AVCodecContext    150 libavcodec/flicvideo.c static int flic_decode_frame_8BPP(AVCodecContext *avctx,
AVCodecContext    489 libavcodec/flicvideo.c static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
AVCodecContext    789 libavcodec/flicvideo.c static int flic_decode_frame_24BPP(AVCodecContext *avctx,
AVCodecContext   1069 libavcodec/flicvideo.c static int flic_decode_frame(AVCodecContext *avctx,
AVCodecContext   1096 libavcodec/flicvideo.c static av_cold int flic_decode_end(AVCodecContext *avctx)
AVCodecContext     52 libavcodec/fmtconvert.c av_cold void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx)
AVCodecContext     69 libavcodec/fmtconvert.h void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx);
AVCodecContext     71 libavcodec/fmtconvert.h void ff_fmt_convert_init_aarch64(FmtConvertContext *c, AVCodecContext *avctx);
AVCodecContext     72 libavcodec/fmtconvert.h void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx);
AVCodecContext     73 libavcodec/fmtconvert.h void ff_fmt_convert_init_ppc(FmtConvertContext *c, AVCodecContext *avctx);
AVCodecContext     74 libavcodec/fmtconvert.h void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx);
AVCodecContext    396 libavcodec/fmvc.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    529 libavcodec/fmvc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    616 libavcodec/fmvc.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     45 libavcodec/frame_thread_encoder.c     AVCodecContext *parent_avctx;
AVCodecContext     64 libavcodec/frame_thread_encoder.c     AVCodecContext *avctx = v;
AVCodecContext    118 libavcodec/frame_thread_encoder.c int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options){
AVCodecContext    199 libavcodec/frame_thread_encoder.c         AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec);
AVCodecContext    243 libavcodec/frame_thread_encoder.c void ff_frame_thread_encoder_free(AVCodecContext *avctx){
AVCodecContext    282 libavcodec/frame_thread_encoder.c int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr){
AVCodecContext     26 libavcodec/frame_thread_encoder.h int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options);
AVCodecContext     27 libavcodec/frame_thread_encoder.h void ff_frame_thread_encoder_free(AVCodecContext *avctx);
AVCodecContext     28 libavcodec/frame_thread_encoder.h int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr);
AVCodecContext     49 libavcodec/fraps.c     AVCodecContext *avctx;
AVCodecContext     61 libavcodec/fraps.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    132 libavcodec/fraps.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    332 libavcodec/fraps.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/frwu.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     44 libavcodec/frwu.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    182 libavcodec/g2meet.c static av_cold int jpg_init(AVCodecContext *avctx, JPGContext *c)
AVCodecContext    883 libavcodec/g2meet.c                                AVCodecContext *avctx)
AVCodecContext   1222 libavcodec/g2meet.c static int g2m_load_cursor(AVCodecContext *avctx, G2MContext *c,
AVCodecContext   1393 libavcodec/g2meet.c static int g2m_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1607 libavcodec/g2meet.c static av_cold int g2m_decode_init(AVCodecContext *avctx)
AVCodecContext   1627 libavcodec/g2meet.c static av_cold int g2m_decode_end(AVCodecContext *avctx)
AVCodecContext     58 libavcodec/g722dec.c static av_cold int g722_decode_init(AVCodecContext * avctx)
AVCodecContext     86 libavcodec/g722dec.c static int g722_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     47 libavcodec/g722enc.c static av_cold int g722_encode_close(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/g722enc.c static av_cold int g722_encode_init(AVCodecContext * avctx)
AVCodecContext    348 libavcodec/g722enc.c static int g722_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     31 libavcodec/g723_1_parser.c static int g723_1_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext     43 libavcodec/g723_1dec.c static av_cold int g723_1_decode_init(AVCodecContext *avctx)
AVCodecContext    855 libavcodec/g723_1dec.c static int g723_1_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     43 libavcodec/g723_1enc.c static av_cold int g723_1_encode_init(AVCodecContext *avctx)
AVCodecContext   1057 libavcodec/g723_1enc.c static int g723_1_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    307 libavcodec/g726.c static av_cold int g726_encode_init(AVCodecContext *avctx)
AVCodecContext    347 libavcodec/g726.c static int g726_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    440 libavcodec/g726.c static av_cold int g726_decode_init(AVCodecContext *avctx)
AVCodecContext    465 libavcodec/g726.c static int g726_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    499 libavcodec/g726.c static void g726_decode_flush(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/g729_parser.c static int g729_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    349 libavcodec/g729dec.c static av_cold int decoder_init(AVCodecContext * avctx)
AVCodecContext    402 libavcodec/g729dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
AVCodecContext    745 libavcodec/g729dec.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     29 libavcodec/gdv.c     AVCodecContext *avctx;
AVCodecContext     53 libavcodec/gdv.c static av_cold int gdv_decode_init(AVCodecContext *avctx)
AVCodecContext    242 libavcodec/gdv.c static int decompress_2(AVCodecContext *avctx)
AVCodecContext    284 libavcodec/gdv.c static int decompress_5(AVCodecContext *avctx, unsigned skip)
AVCodecContext    331 libavcodec/gdv.c static int decompress_68(AVCodecContext *avctx, unsigned skip, unsigned use8)
AVCodecContext    457 libavcodec/gdv.c static int gdv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    557 libavcodec/gdv.c static av_cold int gdv_decode_close(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/gif.c static int is_image_translucent(AVCodecContext *avctx,
AVCodecContext    120 libavcodec/gif.c static void gif_crop_translucent(AVCodecContext *avctx,
AVCodecContext    199 libavcodec/gif.c static void gif_crop_opaque(AVCodecContext *avctx,
AVCodecContext    258 libavcodec/gif.c static int gif_image_write_image(AVCodecContext *avctx,
AVCodecContext    385 libavcodec/gif.c static av_cold int gif_encode_init(AVCodecContext *avctx)
AVCodecContext    409 libavcodec/gif.c static int gif_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    457 libavcodec/gif.c static int gif_encode_close(AVCodecContext *avctx)
AVCodecContext    162 libavcodec/gif_parser.c static int gif_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     73 libavcodec/gifdec.c     AVCodecContext *avctx;
AVCodecContext    451 libavcodec/gifdec.c static av_cold int gif_decode_init(AVCodecContext *avctx)
AVCodecContext    467 libavcodec/gifdec.c static int gif_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext    534 libavcodec/gifdec.c static av_cold int gif_decode_close(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/gsm_parser.c static int gsm_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext     35 libavcodec/gsmdec.c static av_cold int gsm_init(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/gsmdec.c static int gsm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    107 libavcodec/gsmdec.c static void gsm_flush(AVCodecContext *avctx)
AVCodecContext    122 libavcodec/gsmdec_template.c static int gsm_decode_block(AVCodecContext *avctx, int16_t *samples,
AVCodecContext     30 libavcodec/h261_parser.c static int h261_find_frame_end(ParseContext *pc, AVCodecContext *avctx,
AVCodecContext     67 libavcodec/h261_parser.c                       AVCodecContext *avctx,
AVCodecContext     72 libavcodec/h261dec.c static av_cold int h261_decode_init(AVCodecContext *avctx)
AVCodecContext    585 libavcodec/h261dec.c static int h261_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    670 libavcodec/h261dec.c static av_cold int h261_decode_end(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/h263.h int ff_h263_decode_init(AVCodecContext *avctx);
AVCodecContext     54 libavcodec/h263.h int ff_h263_decode_frame(AVCodecContext *avctx,
AVCodecContext     57 libavcodec/h263.h int ff_h263_decode_end(AVCodecContext *avctx);
AVCodecContext     66 libavcodec/h263_parser.c                            AVCodecContext *avctx,
AVCodecContext     48 libavcodec/h263dec.c static enum AVPixelFormat h263_get_format(AVCodecContext *avctx)
AVCodecContext     68 libavcodec/h263dec.c av_cold int ff_h263_decode_init(AVCodecContext *avctx)
AVCodecContext    155 libavcodec/h263dec.c av_cold int ff_h263_decode_end(AVCodecContext *avctx)
AVCodecContext    421 libavcodec/h263dec.c int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    245 libavcodec/h264_parser.c                                   AVCodecContext *avctx,
AVCodecContext    570 libavcodec/h264_parser.c                       AVCodecContext *avctx,
AVCodecContext    647 libavcodec/h264_parser.c static int h264_split(AVCodecContext *avctx,
AVCodecContext    161 libavcodec/h264_picture.c     AVCodecContext *const avctx = h->avctx;
AVCodecContext    333 libavcodec/h264_ps.c int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    749 libavcodec/h264_ps.c int ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    158 libavcodec/h264_ps.h int ff_h264_decode_seq_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    164 libavcodec/h264_ps.h int ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    296 libavcodec/h264_slice.c int ff_h264_update_thread_context(AVCodecContext *dst,
AVCodecContext    297 libavcodec/h264_slice.c                                   const AVCodecContext *src)
AVCodecContext   2573 libavcodec/h264_slice.c static int decode_slice(struct AVCodecContext *avctx, void *arg)
AVCodecContext   2787 libavcodec/h264_slice.c     AVCodecContext *const avctx = h->avctx;
AVCodecContext     61 libavcodec/h264dec.c int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/h264dec.c     AVCodecContext *avctx = h->avctx;
AVCodecContext    303 libavcodec/h264dec.c static int h264_init_context(AVCodecContext *avctx, H264Context *h)
AVCodecContext    355 libavcodec/h264dec.c static av_cold int h264_decode_end(AVCodecContext *avctx)
AVCodecContext    389 libavcodec/h264dec.c static av_cold int h264_decode_init(AVCodecContext *avctx)
AVCodecContext    489 libavcodec/h264dec.c static void h264_decode_flush(AVCodecContext *avctx)
AVCodecContext    582 libavcodec/h264dec.c     AVCodecContext *const avctx = h->avctx;
AVCodecContext    982 libavcodec/h264dec.c static int h264_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    345 libavcodec/h264dec.h     AVCodecContext *avctx;
AVCodecContext    849 libavcodec/h264dec.h int ff_h264_update_thread_context(AVCodecContext *dst,
AVCodecContext    850 libavcodec/h264dec.h                                   const AVCodecContext *src);
AVCodecContext    128 libavcodec/hapdec.c static int hap_parse_frame_header(AVCodecContext *avctx)
AVCodecContext    220 libavcodec/hapdec.c static int decompress_chunks_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    248 libavcodec/hapdec.c static int decompress_texture_thread_internal(AVCodecContext *avctx, void *arg,
AVCodecContext    290 libavcodec/hapdec.c static int decompress_texture_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    296 libavcodec/hapdec.c static int decompress_texture2_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    302 libavcodec/hapdec.c static int hap_decode(AVCodecContext *avctx, void *data,
AVCodecContext    402 libavcodec/hapdec.c static av_cold int hap_init(AVCodecContext *avctx)
AVCodecContext    470 libavcodec/hapdec.c static av_cold int hap_close(AVCodecContext *avctx)
AVCodecContext     55 libavcodec/hapenc.c static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f)
AVCodecContext     92 libavcodec/hapenc.c static int hap_compress_frame(AVCodecContext *avctx, uint8_t *dst)
AVCodecContext    194 libavcodec/hapenc.c static int hap_encode(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    236 libavcodec/hapenc.c static av_cold int hap_init(AVCodecContext *avctx)
AVCodecContext    322 libavcodec/hapenc.c static av_cold int hap_close(AVCodecContext *avctx)
AVCodecContext    104 libavcodec/hcadec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    387 libavcodec/hcadec.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    436 libavcodec/hcadec.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     32 libavcodec/hcom.c     AVCodecContext *avctx;
AVCodecContext     43 libavcodec/hcom.c static av_cold int hcom_init(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/hcom.c static int hcom_decode(AVCodecContext *avctx, void *data,
AVCodecContext    132 libavcodec/hcom.c static av_cold int hcom_close(AVCodecContext *avctx)
AVCodecContext     55 libavcodec/hevc_parser.c                                    AVCodecContext *avctx)
AVCodecContext    185 libavcodec/hevc_parser.c                            int buf_size, AVCodecContext *avctx)
AVCodecContext    301 libavcodec/hevc_parser.c static int hevc_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    340 libavcodec/hevc_parser.c static int hevc_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
AVCodecContext    119 libavcodec/hevc_ps.c int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    265 libavcodec/hevc_ps.c static int decode_profile_tier_level(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    339 libavcodec/hevc_ps.c static int parse_ptl(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    458 libavcodec/hevc_ps.c int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    588 libavcodec/hevc_ps.c static void decode_vui(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    783 libavcodec/hevc_ps.c static int scaling_list_data(GetBitContext *gb, AVCodecContext *avctx, ScalingList *sl, HEVCSPS *sps)
AVCodecContext    855 libavcodec/hevc_ps.c static int map_pixel_format(AVCodecContext *avctx, HEVCSPS *sps)
AVCodecContext    905 libavcodec/hevc_ps.c                       int apply_defdispwin, AVBufferRef **vps_list, AVCodecContext *avctx)
AVCodecContext   1246 libavcodec/hevc_ps.c int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext   1322 libavcodec/hevc_ps.c static int pps_range_extensions(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext   1363 libavcodec/hevc_ps.c static inline int setup_pps(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext   1495 libavcodec/hevc_ps.c int ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    348 libavcodec/hevc_ps.h                       int apply_defdispwin, AVBufferRef **vps_list, AVCodecContext *avctx);
AVCodecContext    350 libavcodec/hevc_ps.h int ff_hevc_decode_nal_vps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    352 libavcodec/hevc_ps.h int ff_hevc_decode_nal_sps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    354 libavcodec/hevc_ps.h int ff_hevc_decode_nal_pps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    359 libavcodec/hevc_ps.h int ff_hevc_decode_short_term_rps(GetBitContext *gb, AVCodecContext *avctx,
AVCodecContext    318 libavcodec/hevcdec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2411 libavcodec/hevcdec.c static int hls_decode_entry(AVCodecContext *avctxt, void *isFilterThread)
AVCodecContext   2483 libavcodec/hevcdec.c static int hls_decode_entry_wpp(AVCodecContext *avctxt, void *input_ctb_row, int job, int self_id)
AVCodecContext   3200 libavcodec/hevcdec.c static int hevc_decode_frame(AVCodecContext *avctx, void *data, int *got_output,
AVCodecContext   3303 libavcodec/hevcdec.c static av_cold int hevc_decode_free(AVCodecContext *avctx)
AVCodecContext   3349 libavcodec/hevcdec.c static av_cold int hevc_init_context(AVCodecContext *avctx)
AVCodecContext   3398 libavcodec/hevcdec.c static int hevc_update_thread_context(AVCodecContext *dst,
AVCodecContext   3399 libavcodec/hevcdec.c                                       const AVCodecContext *src)
AVCodecContext   3488 libavcodec/hevcdec.c static av_cold int hevc_decode_init(AVCodecContext *avctx)
AVCodecContext   3526 libavcodec/hevcdec.c static void hevc_decode_flush(AVCodecContext *avctx)
AVCodecContext    469 libavcodec/hevcdec.h     AVCodecContext *avctx;
AVCodecContext     66 libavcodec/hnm4video.c static void unpack_intraframe(AVCodecContext *avctx, uint8_t *src,
AVCodecContext    117 libavcodec/hnm4video.c static void postprocess_current_frame(AVCodecContext *avctx)
AVCodecContext    135 libavcodec/hnm4video.c static void copy_processed_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    149 libavcodec/hnm4video.c static int decode_interframe_v4(AVCodecContext *avctx, uint8_t *src, uint32_t size)
AVCodecContext    278 libavcodec/hnm4video.c static void decode_interframe_v4a(AVCodecContext *avctx, uint8_t *src,
AVCodecContext    357 libavcodec/hnm4video.c static void hnm_update_palette(AVCodecContext *avctx, uint8_t *src,
AVCodecContext    399 libavcodec/hnm4video.c static int hnm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    462 libavcodec/hnm4video.c static av_cold int hnm_decode_init(AVCodecContext *avctx)
AVCodecContext    501 libavcodec/hnm4video.c static av_cold int hnm_decode_end(AVCodecContext *avctx)
AVCodecContext    303 libavcodec/hq_hqa.c static int hq_hqa_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    364 libavcodec/hq_hqa.c static av_cold int hq_hqa_decode_init(AVCodecContext *avctx)
AVCodecContext    374 libavcodec/hq_hqa.c static av_cold int hq_hqa_decode_close(AVCodecContext *avctx)
AVCodecContext     36 libavcodec/hq_hqa.h     AVCodecContext *avctx;
AVCodecContext    382 libavcodec/hqx.c static int decode_slice_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    405 libavcodec/hqx.c static int hqx_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    518 libavcodec/hqx.c static av_cold int hqx_decode_close(AVCodecContext *avctx)
AVCodecContext    531 libavcodec/hqx.c static av_cold int hqx_decode_init(AVCodecContext *avctx)
AVCodecContext    157 libavcodec/huffman.c int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits,
AVCodecContext     43 libavcodec/huffman.h int ff_huff_build_tree(AVCodecContext *avctx, VLC *vlc, int nb_codes, int nb_bits,
AVCodecContext     71 libavcodec/huffyuv.c av_cold void ff_huffyuv_common_init(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/huffyuv.h     AVCodecContext *avctx;
AVCodecContext     97 libavcodec/huffyuv.h void ff_huffyuv_common_init(AVCodecContext *s);
AVCodecContext    277 libavcodec/huffyuvdec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    291 libavcodec/huffyuvdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    877 libavcodec/huffyuvdec.c static int decode_slice(AVCodecContext *avctx, AVFrame *p, int height,
AVCodecContext   1188 libavcodec/huffyuvdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    202 libavcodec/huffyuvenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    752 libavcodec/huffyuvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1036 libavcodec/huffyuvenc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext     71 libavcodec/huffyuvencdsp.c av_cold void ff_huffyuvencdsp_init(HuffYUVEncDSPContext *c, AVCodecContext *avctx)
AVCodecContext     37 libavcodec/huffyuvencdsp.h void ff_huffyuvencdsp_init(HuffYUVEncDSPContext *c, AVCodecContext *avctx);
AVCodecContext     38 libavcodec/huffyuvencdsp.h void ff_huffyuvencdsp_init_x86(HuffYUVEncDSPContext *c, AVCodecContext *avctx);
AVCodecContext     67 libavcodec/idcinvideo.c     AVCodecContext *avctx;
AVCodecContext    146 libavcodec/idcinvideo.c static av_cold int idcin_decode_init(AVCodecContext *avctx)
AVCodecContext    210 libavcodec/idcinvideo.c static int idcin_decode_frame(AVCodecContext *avctx,
AVCodecContext    238 libavcodec/idctdsp.c av_cold void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx)
AVCodecContext    107 libavcodec/idctdsp.h void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx);
AVCodecContext    109 libavcodec/idctdsp.h void ff_idctdsp_init_aarch64(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    111 libavcodec/idctdsp.h void ff_idctdsp_init_alpha(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    113 libavcodec/idctdsp.h void ff_idctdsp_init_arm(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    115 libavcodec/idctdsp.h void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    117 libavcodec/idctdsp.h void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    119 libavcodec/idctdsp.h void ff_idctdsp_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    153 libavcodec/iff.c static int cmap_read_palette(AVCodecContext *avctx, uint32_t *pal)
AVCodecContext    204 libavcodec/iff.c static int extract_header(AVCodecContext *const avctx,
AVCodecContext    385 libavcodec/iff.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    399 libavcodec/iff.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1516 libavcodec/iff.c static int unsupported(AVCodecContext *avctx)
AVCodecContext   1523 libavcodec/iff.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext   1357 libavcodec/ilbcdec.c static int ilbc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1445 libavcodec/ilbcdec.c static av_cold int ilbc_decode_init(AVCodecContext *avctx)
AVCodecContext    108 libavcodec/imc.c     AVCodecContext *avctx;
AVCodecContext    178 libavcodec/imc.c static av_cold int imc_decode_init(AVCodecContext *avctx)
AVCodecContext    794 libavcodec/imc.c static void imc_get_coeffs(AVCodecContext *avctx,
AVCodecContext    866 libavcodec/imc.c static int imc_decode_block(AVCodecContext *avctx, IMCContext *q, int ch)
AVCodecContext   1015 libavcodec/imc.c static int imc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1062 libavcodec/imc.c static av_cold int imc_decode_close(AVCodecContext * avctx)
AVCodecContext   1072 libavcodec/imc.c static av_cold void flush(AVCodecContext *avctx)
AVCodecContext    140 libavcodec/imm4.c static int decode_block(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    183 libavcodec/imm4.c static int decode_blocks(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    213 libavcodec/imm4.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame)
AVCodecContext    264 libavcodec/imm4.c static int decode_inter(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    367 libavcodec/imm4.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    504 libavcodec/imm4.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    526 libavcodec/imm4.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext    533 libavcodec/imm4.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     27 libavcodec/imm5.c     AVCodecContext *h264_avctx;   // wrapper context for H264
AVCodecContext     28 libavcodec/imm5.c     AVCodecContext *hevc_avctx;   // wrapper context for HEVC
AVCodecContext     51 libavcodec/imm5.c static av_cold int imm5_init(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/imm5.c static int imm5_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     91 libavcodec/imm5.c     AVCodecContext *codec_avctx = ctx->h264_avctx;
AVCodecContext    163 libavcodec/imm5.c static void imm5_flush(AVCodecContext *avctx)
AVCodecContext    171 libavcodec/imm5.c static av_cold int imm5_close(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/indeo2.c     AVCodecContext *avctx;
AVCodecContext    152 libavcodec/indeo2.c static int ir2_decode_frame(AVCodecContext *avctx,
AVCodecContext    232 libavcodec/indeo2.c static av_cold int ir2_decode_init(AVCodecContext *avctx)
AVCodecContext    260 libavcodec/indeo2.c static av_cold int ir2_decode_end(AVCodecContext *avctx)
AVCodecContext     84 libavcodec/indeo3.c     AVCodecContext *avctx;
AVCodecContext    166 libavcodec/indeo3.c                                           AVCodecContext *avctx, int luma_width, int luma_height)
AVCodecContext    583 libavcodec/indeo3.c static int decode_cell(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
AVCodecContext    754 libavcodec/indeo3.c static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
AVCodecContext    855 libavcodec/indeo3.c static int decode_plane(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
AVCodecContext    896 libavcodec/indeo3.c static int decode_frame_headers(Indeo3DecodeContext *ctx, AVCodecContext *avctx,
AVCodecContext   1052 libavcodec/indeo3.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1067 libavcodec/indeo3.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   1129 libavcodec/indeo3.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/indeo4.c static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx)
AVCodecContext    272 libavcodec/indeo4.c                            AVCodecContext *avctx)
AVCodecContext    470 libavcodec/indeo4.c                           IVITile *tile, AVCodecContext *avctx)
AVCodecContext    670 libavcodec/indeo4.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/indeo5.c static int decode_gop_header(IVI45DecContext *ctx, AVCodecContext *avctx)
AVCodecContext    314 libavcodec/indeo5.c static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx)
AVCodecContext    383 libavcodec/indeo5.c                            AVCodecContext *avctx)
AVCodecContext    455 libavcodec/indeo5.c                           IVITile *tile, AVCodecContext *avctx)
AVCodecContext    640 libavcodec/indeo5.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    251 libavcodec/internal.h int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size);
AVCodecContext    256 libavcodec/internal.h static av_always_inline int64_t ff_samples_to_time_base(AVCodecContext *avctx,
AVCodecContext    289 libavcodec/internal.h int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
AVCodecContext    296 libavcodec/internal.h int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
AVCodecContext    298 libavcodec/internal.h int ff_thread_can_start_frame(AVCodecContext *avctx);
AVCodecContext    300 libavcodec/internal.h int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
AVCodecContext    307 libavcodec/internal.h int ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
AVCodecContext    312 libavcodec/internal.h int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf);
AVCodecContext    324 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height);
AVCodecContext    330 libavcodec/internal.h int ff_set_sar(AVCodecContext *avctx, AVRational sar);
AVCodecContext    349 libavcodec/internal.h int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
AVCodecContext    354 libavcodec/internal.h int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext    359 libavcodec/internal.h AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx);
AVCodecContext    380 libavcodec/internal.h int64_t ff_guess_coded_bitrate(AVCodecContext *avctx);
AVCodecContext     57 libavcodec/interplayacm.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    544 libavcodec/interplayacm.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    611 libavcodec/interplayacm.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/interplayvideo.c     AVCodecContext *avctx;
AVCodecContext   1160 libavcodec/interplayvideo.c static av_cold int ipvideo_decode_init(AVCodecContext *avctx)
AVCodecContext   1198 libavcodec/interplayvideo.c static int ipvideo_decode_frame(AVCodecContext *avctx,
AVCodecContext   1362 libavcodec/interplayvideo.c static av_cold int ipvideo_decode_end(AVCodecContext *avctx)
AVCodecContext    728 libavcodec/intrax8.c av_cold int ff_intrax8_common_init(AVCodecContext *avctx,
AVCodecContext     41 libavcodec/intrax8.h     AVCodecContext *avctx;
AVCodecContext     88 libavcodec/intrax8.h int ff_intrax8_common_init(AVCodecContext *avctx,
AVCodecContext    226 libavcodec/ivi.c                          IVIHuffTab *huff_tab, AVCodecContext *avctx)
AVCodecContext    304 libavcodec/ivi.c av_cold int ff_ivi_init_planes(AVCodecContext *avctx, IVIPlaneDesc *planes, const IVIPicConfig *cfg,
AVCodecContext    503 libavcodec/ivi.c                                    AVCodecContext *avctx)
AVCodecContext    608 libavcodec/ivi.c                              IVITile *tile, AVCodecContext *avctx)
AVCodecContext    759 libavcodec/ivi.c static int ivi_process_empty_tile(AVCodecContext *avctx, const IVIBandDesc *band,
AVCodecContext    953 libavcodec/ivi.c                        IVIBandDesc *band, AVCodecContext *avctx)
AVCodecContext   1079 libavcodec/ivi.c int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   1223 libavcodec/ivi.c av_cold int ff_ivi_decode_close(AVCodecContext *avctx)
AVCodecContext    258 libavcodec/ivi.h     int             (*decode_pic_hdr)  (struct IVI45DecContext *ctx, AVCodecContext *avctx);
AVCodecContext    259 libavcodec/ivi.h     int             (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx);
AVCodecContext    260 libavcodec/ivi.h     int             (*decode_mb_info)  (struct IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx);
AVCodecContext    315 libavcodec/ivi.h                           IVIHuffTab *huff_tab, AVCodecContext *avctx);
AVCodecContext    325 libavcodec/ivi.h int  ff_ivi_init_planes(AVCodecContext *avctx, IVIPlaneDesc *planes,
AVCodecContext    338 libavcodec/ivi.h int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    340 libavcodec/ivi.h int ff_ivi_decode_close(AVCodecContext *avctx);
AVCodecContext    107 libavcodec/j2kenc.c     AVCodecContext *avctx;
AVCodecContext   1000 libavcodec/j2kenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1135 libavcodec/j2kenc.c static av_cold int j2kenc_init(AVCodecContext *avctx)
AVCodecContext   1212 libavcodec/j2kenc.c static int j2kenc_destroy(AVCodecContext *avctx)
AVCodecContext     94 libavcodec/jacosubdec.c static void jacosub_to_ass(AVCodecContext *avctx, AVBPrint *dst, const char *src)
AVCodecContext    164 libavcodec/jacosubdec.c static int jacosub_decode_frame(AVCodecContext *avctx,
AVCodecContext    196 libavcodec/jpeg2000.c static void init_band_stepsize(AVCodecContext *avctx,
AVCodecContext    373 libavcodec/jpeg2000.c static int init_band(AVCodecContext *avctx,
AVCodecContext    455 libavcodec/jpeg2000.c                                AVCodecContext *avctx)
AVCodecContext    269 libavcodec/jpeg2000.h                                AVCodecContext *ctx);
AVCodecContext    160 libavcodec/jpeg2000_parser.c                           AVCodecContext *avctx,
AVCodecContext     96 libavcodec/jpeg2000dec.c     AVCodecContext  *avctx;
AVCodecContext   1974 libavcodec/jpeg2000dec.c static int jpeg2000_decode_tile(AVCodecContext *avctx, void *td,
AVCodecContext   2343 libavcodec/jpeg2000dec.c static av_cold int jpeg2000_decode_init(AVCodecContext *avctx)
AVCodecContext   2354 libavcodec/jpeg2000dec.c static int jpeg2000_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     38 libavcodec/jpegls.h     AVCodecContext *avctx;
AVCodecContext    256 libavcodec/jpeglsenc.c static int encode_picture_ls(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    428 libavcodec/jpeglsenc.c static av_cold int encode_init_ls(AVCodecContext *ctx)
AVCodecContext     42 libavcodec/jvdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    146 libavcodec/jvdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    227 libavcodec/jvdec.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/kgv1dec.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext     46 libavcodec/kgv1dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    166 libavcodec/kgv1dec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    173 libavcodec/kgv1dec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     44 libavcodec/kmvc.c     AVCodecContext *avctx;
AVCodecContext    262 libavcodec/kmvc.c static int decode_frame(AVCodecContext * avctx, void *data, int *got_frame,
AVCodecContext    373 libavcodec/kmvc.c static av_cold int decode_init(AVCodecContext * avctx)
AVCodecContext     52 libavcodec/lagarith.c     AVCodecContext *avctx;
AVCodecContext    536 libavcodec/lagarith.c static int lag_decode_frame(AVCodecContext *avctx,
AVCodecContext    705 libavcodec/lagarith.c static av_cold int lag_decode_init(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/lagarithrac.h     AVCodecContext *avctx;
AVCodecContext     83 libavcodec/latm_parser.c static int latm_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    131 libavcodec/lcldec.c static int zlib_decomp(AVCodecContext *avctx, const uint8_t *src, int src_len, int offset, int expected)
AVCodecContext    158 libavcodec/lcldec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext    471 libavcodec/lcldec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    625 libavcodec/lcldec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/lclenc.c     AVCodecContext *avctx;
AVCodecContext     65 libavcodec/lclenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    111 libavcodec/lclenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    160 libavcodec/lclenc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/libaomdec.c static av_cold int aom_init(AVCodecContext *avctx,
AVCodecContext     86 libavcodec/libaomdec.c static int set_pix_fmt(AVCodecContext *avctx, struct aom_image *img)
AVCodecContext    157 libavcodec/libaomdec.c static int aom_decode(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    210 libavcodec/libaomdec.c static av_cold int aom_free(AVCodecContext *avctx)
AVCodecContext    217 libavcodec/libaomdec.c static av_cold int av1_init(AVCodecContext *avctx)
AVCodecContext    140 libavcodec/libaomenc.c static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc)
AVCodecContext    151 libavcodec/libaomenc.c static av_cold void dump_enc_cfg(AVCodecContext *avctx,
AVCodecContext    236 libavcodec/libaomenc.c static av_cold int codecctl_int(AVCodecContext *avctx,
AVCodecContext    263 libavcodec/libaomenc.c static av_cold int aom_free(AVCodecContext *avctx)
AVCodecContext    275 libavcodec/libaomenc.c static int set_pix_fmt(AVCodecContext *avctx, aom_codec_caps_t codec_caps,
AVCodecContext    336 libavcodec/libaomenc.c static void set_color_range(AVCodecContext *avctx)
AVCodecContext    360 libavcodec/libaomenc.c static int choose_tiling(AVCodecContext *avctx,
AVCodecContext    515 libavcodec/libaomenc.c static av_cold int aom_init(AVCodecContext *avctx,
AVCodecContext    822 libavcodec/libaomenc.c static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame,
AVCodecContext    884 libavcodec/libaomenc.c static int queue_frames(AVCodecContext *avctx, AVPacket *pkt_out)
AVCodecContext    976 libavcodec/libaomenc.c static int aom_encode(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1064 libavcodec/libaomenc.c static av_cold int av1_init(AVCodecContext *avctx)
AVCodecContext     58 libavcodec/libaribb24.c     av_log((AVCodecContext *)p, AV_LOG_INFO, "%s\n", msg);
AVCodecContext     61 libavcodec/libaribb24.c static int libaribb24_generate_ass_header(AVCodecContext *avctx)
AVCodecContext    132 libavcodec/libaribb24.c static int libaribb24_init(AVCodecContext *avctx)
AVCodecContext    192 libavcodec/libaribb24.c static int libaribb24_close(AVCodecContext *avctx)
AVCodecContext    207 libavcodec/libaribb24.c static int libaribb24_handle_regions(AVCodecContext *avctx, AVSubtitle *sub)
AVCodecContext    285 libavcodec/libaribb24.c static int libaribb24_decode(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *pkt)
AVCodecContext    359 libavcodec/libaribb24.c static void libaribb24_flush(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/libcelt_dec.c static av_cold int libcelt_dec_init(AVCodecContext *c)
AVCodecContext     96 libavcodec/libcelt_dec.c static av_cold int libcelt_dec_close(AVCodecContext *c)
AVCodecContext    105 libavcodec/libcelt_dec.c static int libcelt_dec_decode(AVCodecContext *c, void *data,
AVCodecContext     54 libavcodec/libcodec2.c static av_cold int libcodec2_init_common(AVCodecContext *avctx, int mode)
AVCodecContext     89 libavcodec/libcodec2.c static av_cold int libcodec2_init_decoder(AVCodecContext *avctx)
AVCodecContext    105 libavcodec/libcodec2.c static av_cold int libcodec2_init_encoder(AVCodecContext *avctx)
AVCodecContext    128 libavcodec/libcodec2.c static av_cold int libcodec2_close(AVCodecContext *avctx)
AVCodecContext    136 libavcodec/libcodec2.c static int libcodec2_decode(AVCodecContext *avctx, void *data,
AVCodecContext    166 libavcodec/libcodec2.c static int libcodec2_encode(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     60 libavcodec/libdav1d.c     AVCodecContext *c = opaque;
AVCodecContext    120 libavcodec/libdav1d.c static av_cold int libdav1d_init(AVCodecContext *c)
AVCodecContext    159 libavcodec/libdav1d.c static void libdav1d_flush(AVCodecContext *c)
AVCodecContext    178 libavcodec/libdav1d.c static int libdav1d_receive_frame(AVCodecContext *c, AVFrame *frame)
AVCodecContext    376 libavcodec/libdav1d.c static av_cold int libdav1d_close(AVCodecContext *c)
AVCodecContext     40 libavcodec/libdavs2.c static av_cold int davs2_init(AVCodecContext *avctx)
AVCodecContext     61 libavcodec/libdavs2.c static int davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame,
AVCodecContext    132 libavcodec/libdavs2.c static void davs2_flush(AVCodecContext *avctx)
AVCodecContext    147 libavcodec/libdavs2.c static int send_delayed_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame)
AVCodecContext    164 libavcodec/libdavs2.c static av_cold int davs2_end(AVCodecContext *avctx)
AVCodecContext    177 libavcodec/libdavs2.c static int davs2_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    101 libavcodec/libfdk-aacdec.c static int get_stream_info(AVCodecContext *avctx)
AVCodecContext    215 libavcodec/libfdk-aacdec.c static av_cold int fdk_aac_decode_close(AVCodecContext *avctx)
AVCodecContext    227 libavcodec/libfdk-aacdec.c static av_cold int fdk_aac_decode_init(AVCodecContext *avctx)
AVCodecContext    348 libavcodec/libfdk-aacdec.c static int fdk_aac_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    398 libavcodec/libfdk-aacdec.c static av_cold void fdk_aac_decode_flush(AVCodecContext *avctx)
AVCodecContext    109 libavcodec/libfdk-aacenc.c static int aac_encode_close(AVCodecContext *avctx)
AVCodecContext    121 libavcodec/libfdk-aacenc.c static av_cold int aac_encode_init(AVCodecContext *avctx)
AVCodecContext    352 libavcodec/libfdk-aacenc.c static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     48 libavcodec/libgsmdec.c static av_cold int libgsm_decode_init(AVCodecContext *avctx) {
AVCodecContext     75 libavcodec/libgsmdec.c static av_cold int libgsm_decode_close(AVCodecContext *avctx) {
AVCodecContext     83 libavcodec/libgsmdec.c static int libgsm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    116 libavcodec/libgsmdec.c static void libgsm_flush(AVCodecContext *avctx) {
AVCodecContext     43 libavcodec/libgsmenc.c static av_cold int libgsm_encode_close(AVCodecContext *avctx) {
AVCodecContext     49 libavcodec/libgsmenc.c static av_cold int libgsm_encode_init(AVCodecContext *avctx) {
AVCodecContext     94 libavcodec/libgsmenc.c static int libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     30 libavcodec/libilbc.c static int get_mode(AVCodecContext *avctx)
AVCodecContext     60 libavcodec/libilbc.c static av_cold int ilbc_decode_init(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/libilbc.c static int ilbc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    136 libavcodec/libilbc.c static av_cold int ilbc_encode_init(AVCodecContext *avctx)
AVCodecContext    163 libavcodec/libilbc.c static int ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     51 libavcodec/libkvazaar.c static av_cold int libkvazaar_init(AVCodecContext *avctx)
AVCodecContext    151 libavcodec/libkvazaar.c static av_cold int libkvazaar_close(AVCodecContext *avctx)
AVCodecContext    166 libavcodec/libkvazaar.c static int libkvazaar_encode(AVCodecContext *avctx,
AVCodecContext     45 libavcodec/libmp3lame.c     AVCodecContext *avctx;
AVCodecContext     76 libavcodec/libmp3lame.c static av_cold int mp3lame_encode_close(AVCodecContext *avctx)
AVCodecContext     91 libavcodec/libmp3lame.c static av_cold int mp3lame_encode_init(AVCodecContext *avctx)
AVCodecContext    188 libavcodec/libmp3lame.c static int mp3lame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     33 libavcodec/libopencore-amr.c static int amr_decode_fix_avctx(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/libopencore-amr.c static av_cold int amr_nb_decode_init(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/libopencore-amr.c static av_cold int amr_nb_decode_close(AVCodecContext *avctx)
AVCodecContext     95 libavcodec/libopencore-amr.c static int amr_nb_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    194 libavcodec/libopencore-amr.c static av_cold int amr_nb_encode_init(AVCodecContext *avctx)
AVCodecContext    224 libavcodec/libopencore-amr.c static av_cold int amr_nb_encode_close(AVCodecContext *avctx)
AVCodecContext    233 libavcodec/libopencore-amr.c static int amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    316 libavcodec/libopencore-amr.c static av_cold int amr_wb_decode_init(AVCodecContext *avctx)
AVCodecContext    329 libavcodec/libopencore-amr.c static int amr_wb_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    365 libavcodec/libopencore-amr.c static int amr_wb_decode_close(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/libopenh264dec.c static av_cold int svc_decode_close(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/libopenh264dec.c static av_cold int svc_decode_init(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/libopenh264dec.c static int svc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    118 libavcodec/libopenh264enc.c static av_cold int svc_encode_close(AVCodecContext *avctx)
AVCodecContext    129 libavcodec/libopenh264enc.c static av_cold int svc_encode_init(AVCodecContext *avctx)
AVCodecContext    360 libavcodec/libopenh264enc.c static int svc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    312 libavcodec/libopenjpegdec.c static av_cold int libopenjpeg_decode_init(AVCodecContext *avctx)
AVCodecContext    320 libavcodec/libopenjpegdec.c static int libopenjpeg_decode_frame(AVCodecContext *avctx,
AVCodecContext    171 libavcodec/libopenjpegenc.c static opj_image_t *mj2_create_image(AVCodecContext *avctx, opj_cparameters_t *parameters)
AVCodecContext    279 libavcodec/libopenjpegenc.c static av_cold int libopenjpeg_encode_init(AVCodecContext *avctx)
AVCodecContext    348 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVCodecContext    388 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed12(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVCodecContext    427 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVCodecContext    467 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVCodecContext    508 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image)
AVCodecContext    551 libavcodec/libopenjpegenc.c static int libopenjpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     50 libavcodec/libopusdec.c static av_cold int libopus_decode_init(AVCodecContext *avc)
AVCodecContext    140 libavcodec/libopusdec.c static av_cold int libopus_decode_close(AVCodecContext *avc)
AVCodecContext    153 libavcodec/libopusdec.c static int libopus_decode(AVCodecContext *avc, void *data,
AVCodecContext    200 libavcodec/libopusdec.c static void libopus_flush(AVCodecContext *avc)
AVCodecContext     85 libavcodec/libopusenc.c static void libopus_write_header(AVCodecContext *avctx, int stream_count,
AVCodecContext    109 libavcodec/libopusenc.c static int libopus_configure_encoder(AVCodecContext *avctx, OpusMSEncoder *enc,
AVCodecContext    171 libavcodec/libopusenc.c static int libopus_check_max_channels(AVCodecContext *avctx,
AVCodecContext    182 libavcodec/libopusenc.c static int libopus_check_vorbis_layout(AVCodecContext *avctx, int mapping_family) {
AVCodecContext    204 libavcodec/libopusenc.c         AVCodecContext *avctx,
AVCodecContext    248 libavcodec/libopusenc.c static av_cold int libopus_encode_init(AVCodecContext *avctx)
AVCodecContext    445 libavcodec/libopusenc.c static int libopus_encode(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    524 libavcodec/libopusenc.c static av_cold int libopus_encode_close(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/librav1e.c static int get_stats(AVCodecContext *avctx, int eos)
AVCodecContext    145 libavcodec/librav1e.c static int set_stats(AVCodecContext *avctx)
AVCodecContext    160 libavcodec/librav1e.c static av_cold int librav1e_encode_close(AVCodecContext *avctx)
AVCodecContext    175 libavcodec/librav1e.c static av_cold int librav1e_encode_init(AVCodecContext *avctx)
AVCodecContext    419 libavcodec/librav1e.c static int librav1e_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    463 libavcodec/librav1e.c static int librav1e_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
AVCodecContext     35 libavcodec/librsvgdec.c static int librsvg_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
AVCodecContext     41 libavcodec/libshine.c static av_cold int libshine_encode_init(AVCodecContext *avctx)
AVCodecContext     68 libavcodec/libshine.c static int libshine_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    120 libavcodec/libshine.c static av_cold int libshine_encode_close(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/libspeexdec.c static av_cold int libspeex_decode_init(AVCodecContext *avctx)
AVCodecContext    125 libavcodec/libspeexdec.c static int libspeex_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    176 libavcodec/libspeexdec.c static av_cold int libspeex_decode_close(AVCodecContext *avctx)
AVCodecContext    186 libavcodec/libspeexdec.c static av_cold void libspeex_decode_flush(AVCodecContext *avctx)
AVCodecContext    111 libavcodec/libspeexenc.c static av_cold void print_enc_params(AVCodecContext *avctx,
AVCodecContext    145 libavcodec/libspeexenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    268 libavcodec/libspeexenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    313 libavcodec/libspeexenc.c static av_cold int encode_close(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/libtheoraenc.c                               AVCodecContext* avc_context,
AVCodecContext     89 libavcodec/libtheoraenc.c static int get_stats(AVCodecContext *avctx, int eos)
AVCodecContext    127 libavcodec/libtheoraenc.c static int submit_stats(AVCodecContext *avctx)
AVCodecContext    164 libavcodec/libtheoraenc.c static av_cold int encode_init(AVCodecContext* avc_context)
AVCodecContext    275 libavcodec/libtheoraenc.c static int encode_frame(AVCodecContext* avc_context, AVPacket *pkt,
AVCodecContext    361 libavcodec/libtheoraenc.c static av_cold int encode_close(AVCodecContext* avc_context)
AVCodecContext     50 libavcodec/libtwolame.c static av_cold int twolame_encode_close(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/libtwolame.c static av_cold int twolame_encode_init(AVCodecContext *avctx)
AVCodecContext    107 libavcodec/libtwolame.c static int twolame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     81 libavcodec/libvo-amrwbenc.c static av_cold int amr_wb_encode_init(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/libvo-amrwbenc.c static int amr_wb_encode_close(AVCodecContext *avctx)
AVCodecContext    114 libavcodec/libvo-amrwbenc.c static int amr_wb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     35 libavcodec/libvorbisdec.c static int oggvorbis_decode_close(AVCodecContext *avccontext);
AVCodecContext     37 libavcodec/libvorbisdec.c static int oggvorbis_decode_init(AVCodecContext *avccontext) {
AVCodecContext    149 libavcodec/libvorbisdec.c static int oggvorbis_decode_frame(AVCodecContext *avccontext, void *data,
AVCodecContext    199 libavcodec/libvorbisdec.c static int oggvorbis_decode_close(AVCodecContext *avccontext) {
AVCodecContext     83 libavcodec/libvorbisenc.c static av_cold int libvorbis_setup(vorbis_info *vi, AVCodecContext *avctx)
AVCodecContext    174 libavcodec/libvorbisenc.c static av_cold int libvorbis_encode_close(AVCodecContext *avctx)
AVCodecContext    195 libavcodec/libvorbisenc.c static av_cold int libvorbis_encode_init(AVCodecContext *avctx)
AVCodecContext    274 libavcodec/libvorbisenc.c static int libvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     82 libavcodec/libvpxdec.c static av_cold int vpx_init(AVCodecContext *avctx,
AVCodecContext    107 libavcodec/libvpxdec.c static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img,
AVCodecContext    196 libavcodec/libvpxdec.c static int decode_frame(AVCodecContext *avctx, vpx_codec_ctx_t *decoder,
AVCodecContext    213 libavcodec/libvpxdec.c static int vpx_decode(AVCodecContext *avctx,
AVCodecContext    337 libavcodec/libvpxdec.c static av_cold int vpx_free(AVCodecContext *avctx)
AVCodecContext    348 libavcodec/libvpxdec.c static av_cold int vp8_init(AVCodecContext *avctx)
AVCodecContext    369 libavcodec/libvpxdec.c static av_cold int vp9_init(AVCodecContext *avctx)
AVCodecContext    175 libavcodec/libvpxenc.c static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc)
AVCodecContext    186 libavcodec/libvpxenc.c static av_cold void dump_enc_cfg(AVCodecContext *avctx,
AVCodecContext    313 libavcodec/libvpxenc.c static av_cold int codecctl_int(AVCodecContext *avctx,
AVCodecContext    335 libavcodec/libvpxenc.c static av_cold int codecctl_intp(AVCodecContext *avctx,
AVCodecContext    357 libavcodec/libvpxenc.c static av_cold int vpx_free(AVCodecContext *avctx)
AVCodecContext    544 libavcodec/libvpxenc.c static int set_pix_fmt(AVCodecContext *avctx, vpx_codec_caps_t codec_caps,
AVCodecContext    625 libavcodec/libvpxenc.c static void set_colorspace(AVCodecContext *avctx)
AVCodecContext    652 libavcodec/libvpxenc.c static void set_color_range(AVCodecContext *avctx)
AVCodecContext    673 libavcodec/libvpxenc.c static void set_vp8_defaults(AVCodecContext *avctx,
AVCodecContext    698 libavcodec/libvpxenc.c static void set_vp9_defaults(AVCodecContext *avctx,
AVCodecContext    717 libavcodec/libvpxenc.c static void set_vpx_defaults(AVCodecContext *avctx,
AVCodecContext    730 libavcodec/libvpxenc.c static av_cold int vpx_init(AVCodecContext *avctx,
AVCodecContext   1094 libavcodec/libvpxenc.c static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame,
AVCodecContext   1171 libavcodec/libvpxenc.c static int queue_frames(AVCodecContext *avctx, AVPacket *pkt_out)
AVCodecContext   1272 libavcodec/libvpxenc.c static int set_roi_map(AVCodecContext *avctx, const AVFrameSideData *sd, int frame_width, int frame_height,
AVCodecContext   1379 libavcodec/libvpxenc.c static int vp9_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFrameSideData *sd)
AVCodecContext   1429 libavcodec/libvpxenc.c static int vp8_encode_set_roi(AVCodecContext *avctx, int frame_width, int frame_height, const AVFrameSideData *sd)
AVCodecContext   1451 libavcodec/libvpxenc.c static int realloc_alpha_uv(AVCodecContext *avctx, int width, int height)
AVCodecContext   1479 libavcodec/libvpxenc.c static int vpx_encode(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1741 libavcodec/libvpxenc.c static av_cold int vp8_init(AVCodecContext *avctx)
AVCodecContext   1771 libavcodec/libvpxenc.c static av_cold int vp9_init(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/libwavpackenc.c static int wavpack_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     86 libavcodec/libwavpackenc.c     AVCodecContext *avctx = id;
AVCodecContext    111 libavcodec/libwavpackenc.c static av_cold int wavpack_encode_init(AVCodecContext *avctx)
AVCodecContext    172 libavcodec/libwavpackenc.c static av_cold int wavpack_encode_close(AVCodecContext *avctx)
AVCodecContext     31 libavcodec/libwebpenc.c static av_cold int libwebp_encode_init(AVCodecContext *avctx)
AVCodecContext     36 libavcodec/libwebpenc.c static int libwebp_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     81 libavcodec/libwebpenc.c static int libwebp_encode_close(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/libwebpenc_animencoder.c static av_cold int libwebp_anim_encode_init(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/libwebpenc_animencoder.c static int libwebp_anim_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    118 libavcodec/libwebpenc_animencoder.c static int libwebp_anim_encode_close(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/libwebpenc_common.c av_cold int ff_libwebp_encode_init_common(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/libwebpenc_common.c int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s,
AVCodecContext     54 libavcodec/libwebpenc_common.h av_cold int ff_libwebp_encode_init_common(AVCodecContext *avctx);
AVCodecContext     56 libavcodec/libwebpenc_common.h int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s,
AVCodecContext    133 libavcodec/libx264.c static int encode_nals(AVCodecContext *ctx, AVPacket *pkt,
AVCodecContext    193 libavcodec/libx264.c static void reconfig_encoder(AVCodecContext *ctx, const AVFrame *frame)
AVCodecContext    293 libavcodec/libx264.c static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame,
AVCodecContext    506 libavcodec/libx264.c static av_cold int X264_close(AVCodecContext *avctx)
AVCodecContext    579 libavcodec/libx264.c static av_cold int X264_init(AVCodecContext *avctx)
AVCodecContext     75 libavcodec/libx265.c static av_cold int libx265_encode_close(AVCodecContext *avctx)
AVCodecContext     87 libavcodec/libx265.c static av_cold int libx265_param_parse_float(AVCodecContext *avctx,
AVCodecContext    102 libavcodec/libx265.c static av_cold int libx265_param_parse_int(AVCodecContext *avctx,
AVCodecContext    117 libavcodec/libx265.c static av_cold int libx265_encode_init(AVCodecContext *avctx)
AVCodecContext    474 libavcodec/libx265.c static int libx265_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     84 libavcodec/libxavs.c static int encode_nals(AVCodecContext *ctx, AVPacket *pkt,
AVCodecContext    119 libavcodec/libxavs.c static int XAVS_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    227 libavcodec/libxavs.c static av_cold int XAVS_close(AVCodecContext *avctx)
AVCodecContext    241 libavcodec/libxavs.c static av_cold int XAVS_init(AVCodecContext *avctx)
AVCodecContext     60 libavcodec/libxavs2.c static av_cold int xavs2_init(AVCodecContext *avctx)
AVCodecContext    167 libavcodec/libxavs2.c static int xavs2_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    239 libavcodec/libxavs2.c static av_cold int xavs2_close(AVCodecContext *avctx)
AVCodecContext     99 libavcodec/libxvid.c static int xvid_encode_close(AVCodecContext *avctx);
AVCodecContext    100 libavcodec/libxvid.c static int xvid_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    282 libavcodec/libxvid.c static int xvid_strip_vol_header(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    324 libavcodec/libxvid.c static void xvid_correct_framerate(AVCodecContext *avctx)
AVCodecContext    374 libavcodec/libxvid.c static av_cold int xvid_encode_init(AVCodecContext *avctx)
AVCodecContext    734 libavcodec/libxvid.c static int xvid_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    875 libavcodec/libxvid.c static av_cold int xvid_encode_close(AVCodecContext *avctx)
AVCodecContext     84 libavcodec/libzvbi-teletextdec.c static int my_ass_subtitle_header(AVCodecContext *avctx)
AVCodecContext    639 libavcodec/libzvbi-teletextdec.c static int teletext_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *pkt)
AVCodecContext    734 libavcodec/libzvbi-teletextdec.c static int teletext_init_decoder(AVCodecContext *avctx)
AVCodecContext    771 libavcodec/libzvbi-teletextdec.c static int teletext_close_decoder(AVCodecContext *avctx)
AVCodecContext    791 libavcodec/libzvbi-teletextdec.c static void teletext_flush(AVCodecContext *avctx)
AVCodecContext     62 libavcodec/ljpegenc.c static int ljpeg_encode_bgr(AVCodecContext *avctx, PutBitContext *pb,
AVCodecContext    196 libavcodec/ljpegenc.c static int ljpeg_encode_yuv(AVCodecContext *avctx, PutBitContext *pb,
AVCodecContext    225 libavcodec/ljpegenc.c static int ljpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    279 libavcodec/ljpegenc.c static av_cold int ljpeg_encode_close(AVCodecContext *avctx)
AVCodecContext    288 libavcodec/ljpegenc.c static av_cold int ljpeg_encode_init(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/loco.c     AVCodecContext *avctx;
AVCodecContext    198 libavcodec/loco.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    282 libavcodec/loco.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     27 libavcodec/m101.c static av_cold int m101_decode_init(AVCodecContext *avctx)
AVCodecContext     46 libavcodec/m101.c static int m101_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    227 libavcodec/mace.c static av_cold int mace_decode_init(AVCodecContext * avctx)
AVCodecContext    236 libavcodec/mace.c static int mace_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     72 libavcodec/magicyuv.c     int (*magy_decode_slice)(AVCodecContext *avctx, void *tdata,
AVCodecContext    212 libavcodec/magicyuv.c static int magy_decode_slice10(AVCodecContext *avctx, void *tdata,
AVCodecContext    344 libavcodec/magicyuv.c static int magy_decode_slice(AVCodecContext *avctx, void *tdata,
AVCodecContext    476 libavcodec/magicyuv.c static int build_huffman(AVCodecContext *avctx, GetBitContext *gbit, int max)
AVCodecContext    516 libavcodec/magicyuv.c static int magy_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    752 libavcodec/magicyuv.c static av_cold int magy_decode_init(AVCodecContext *avctx)
AVCodecContext    759 libavcodec/magicyuv.c static av_cold int magy_decode_end(AVCodecContext *avctx)
AVCodecContext    147 libavcodec/magicyuvenc.c static av_cold int magy_encode_init(AVCodecContext *avctx)
AVCodecContext    364 libavcodec/magicyuvenc.c static int encode_table(AVCodecContext *avctx, uint8_t *dst,
AVCodecContext    423 libavcodec/magicyuvenc.c static int magy_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    546 libavcodec/magicyuvenc.c static av_cold int magy_encode_close(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/mdec.c     AVCodecContext *avctx;
AVCodecContext    169 libavcodec/mdec.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    213 libavcodec/mdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    243 libavcodec/mdec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext   1035 libavcodec/me_cmp.c av_cold void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext     84 libavcodec/me_cmp.h void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     85 libavcodec/me_cmp.h void ff_me_cmp_init_alpha(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     86 libavcodec/me_cmp.h void ff_me_cmp_init_arm(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     87 libavcodec/me_cmp.h void ff_me_cmp_init_ppc(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     88 libavcodec/me_cmp.h void ff_me_cmp_init_x86(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     89 libavcodec/me_cmp.h void ff_me_cmp_init_mips(MECmpContext *c, AVCodecContext *avctx);
AVCodecContext     45 libavcodec/mediacodec.c int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface)
AVCodecContext     66 libavcodec/mediacodec.c void av_mediacodec_default_free(AVCodecContext *avctx)
AVCodecContext    130 libavcodec/mediacodec.c int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface)
AVCodecContext    135 libavcodec/mediacodec.c void av_mediacodec_default_free(AVCodecContext *avctx)
AVCodecContext     60 libavcodec/mediacodec.h int av_mediacodec_default_init(AVCodecContext *avctx, AVMediaCodecContext *ctx, void *surface);
AVCodecContext     68 libavcodec/mediacodec.h void av_mediacodec_default_free(AVCodecContext *avctx);
AVCodecContext     76 libavcodec/mediacodec_sw_buffer.c void ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx,
AVCodecContext    131 libavcodec/mediacodec_sw_buffer.c void ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(AVCodecContext *avctx,
AVCodecContext    181 libavcodec/mediacodec_sw_buffer.c void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(AVCodecContext *avctx,
AVCodecContext    272 libavcodec/mediacodec_sw_buffer.c void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka(AVCodecContext *avctx,
AVCodecContext     34 libavcodec/mediacodec_sw_buffer.h void ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx,
AVCodecContext     41 libavcodec/mediacodec_sw_buffer.h void ff_mediacodec_sw_buffer_copy_yuv420_semi_planar(AVCodecContext *avctx,
AVCodecContext     48 libavcodec/mediacodec_sw_buffer.h void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar(AVCodecContext *avctx,
AVCodecContext     55 libavcodec/mediacodec_sw_buffer.h void ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka(AVCodecContext *avctx,
AVCodecContext    313 libavcodec/mediacodec_wrapper.c int ff_AMediaCodecProfile_getProfileFromAVCodecContext(AVCodecContext *avctx)
AVCodecContext   1696 libavcodec/mediacodec_wrapper.c int ff_Build_SDK_INT(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/mediacodec_wrapper.h int ff_AMediaCodecProfile_getProfileFromAVCodecContext(AVCodecContext *avctx);
AVCodecContext    129 libavcodec/mediacodec_wrapper.h int ff_Build_SDK_INT(AVCodecContext *avctx);
AVCodecContext     55 libavcodec/mediacodecdec.c static av_cold int mediacodec_decode_close(AVCodecContext *avctx)
AVCodecContext    122 libavcodec/mediacodecdec.c static int h264_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format)
AVCodecContext    182 libavcodec/mediacodecdec.c static int hevc_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format)
AVCodecContext    276 libavcodec/mediacodecdec.c static int common_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format)
AVCodecContext    288 libavcodec/mediacodecdec.c static av_cold int mediacodec_decode_init(AVCodecContext *avctx)
AVCodecContext    406 libavcodec/mediacodecdec.c static int mediacodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    480 libavcodec/mediacodecdec.c static void mediacodec_decode_flush(AVCodecContext *avctx)
AVCodecContext    196 libavcodec/mediacodecdec_common.c static enum AVPixelFormat mcdec_map_color_format(AVCodecContext *avctx,
AVCodecContext    273 libavcodec/mediacodecdec_common.c static int mediacodec_wrap_hw_buffer(AVCodecContext *avctx,
AVCodecContext    355 libavcodec/mediacodecdec_common.c static int mediacodec_wrap_sw_buffer(AVCodecContext *avctx,
AVCodecContext    449 libavcodec/mediacodecdec_common.c static int mediacodec_dec_parse_format(AVCodecContext *avctx, MediaCodecDecContext *s)
AVCodecContext    542 libavcodec/mediacodecdec_common.c static int mediacodec_dec_flush_codec(AVCodecContext *avctx, MediaCodecDecContext *s)
AVCodecContext    565 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_init(AVCodecContext *avctx, MediaCodecDecContext *s,
AVCodecContext    666 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_send(AVCodecContext *avctx, MediaCodecDecContext *s,
AVCodecContext    760 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_receive(AVCodecContext *avctx, MediaCodecDecContext *s,
AVCodecContext    883 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_flush(AVCodecContext *avctx, MediaCodecDecContext *s)
AVCodecContext    901 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_close(AVCodecContext *avctx, MediaCodecDecContext *s)
AVCodecContext    908 libavcodec/mediacodecdec_common.c int ff_mediacodec_dec_is_flushing(AVCodecContext *avctx, MediaCodecDecContext *s)
AVCodecContext     39 libavcodec/mediacodecdec_common.h     AVCodecContext *avctx;
AVCodecContext     75 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_init(AVCodecContext *avctx,
AVCodecContext     80 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_send(AVCodecContext *avctx,
AVCodecContext     85 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_receive(AVCodecContext *avctx,
AVCodecContext     90 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_flush(AVCodecContext *avctx,
AVCodecContext     93 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_close(AVCodecContext *avctx,
AVCodecContext     96 libavcodec/mediacodecdec_common.h int ff_mediacodec_dec_is_flushing(AVCodecContext *avctx,
AVCodecContext    165 libavcodec/metasound.c static int metasound_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx,
AVCodecContext    273 libavcodec/metasound.c static av_cold int metasound_decode_init(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/mfenc.c static int mf_choose_output_type(AVCodecContext *avctx);
AVCodecContext     54 libavcodec/mfenc.c static int mf_setup_context(AVCodecContext *avctx);
AVCodecContext     60 libavcodec/mfenc.c static int mf_wait_events(AVCodecContext *avctx)
AVCodecContext     99 libavcodec/mfenc.c static AVRational mf_get_tb(AVCodecContext *avctx)
AVCodecContext    108 libavcodec/mfenc.c static LONGLONG mf_to_mf_time(AVCodecContext *avctx, int64_t av_pts)
AVCodecContext    115 libavcodec/mfenc.c static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts)
AVCodecContext    122 libavcodec/mfenc.c static int64_t mf_from_mf_time(AVCodecContext *avctx, LONGLONG stime)
AVCodecContext    127 libavcodec/mfenc.c static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample)
AVCodecContext    136 libavcodec/mfenc.c static int mf_enca_output_type_get(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    176 libavcodec/mfenc.c static int mf_encv_output_type_get(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    199 libavcodec/mfenc.c static int mf_output_type_get(AVCodecContext *avctx)
AVCodecContext    229 libavcodec/mfenc.c static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt)
AVCodecContext    284 libavcodec/mfenc.c static IMFSample *mf_a_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    300 libavcodec/mfenc.c static IMFSample *mf_v_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    346 libavcodec/mfenc.c static IMFSample *mf_avframe_to_sample(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    363 libavcodec/mfenc.c static int mf_send_sample(AVCodecContext *avctx, IMFSample *sample)
AVCodecContext    401 libavcodec/mfenc.c static int mf_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    421 libavcodec/mfenc.c static int mf_receive_sample(AVCodecContext *avctx, IMFSample **out_sample)
AVCodecContext    501 libavcodec/mfenc.c static int mf_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
AVCodecContext    519 libavcodec/mfenc.c static int64_t mf_enca_output_score(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    559 libavcodec/mfenc.c static int mf_enca_output_adjust(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    569 libavcodec/mfenc.c static int64_t mf_enca_input_score(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    593 libavcodec/mfenc.c static int mf_enca_input_adjust(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    619 libavcodec/mfenc.c static int64_t mf_encv_output_score(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    635 libavcodec/mfenc.c static int mf_encv_output_adjust(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    697 libavcodec/mfenc.c static int64_t mf_encv_input_score(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    706 libavcodec/mfenc.c static int mf_encv_input_adjust(AVCodecContext *avctx, IMFMediaType *type)
AVCodecContext    719 libavcodec/mfenc.c static int mf_choose_output_type(AVCodecContext *avctx)
AVCodecContext    808 libavcodec/mfenc.c static int mf_choose_input_type(AVCodecContext *avctx)
AVCodecContext    896 libavcodec/mfenc.c static int mf_negotiate_types(AVCodecContext *avctx)
AVCodecContext    923 libavcodec/mfenc.c static int mf_setup_context(AVCodecContext *avctx)
AVCodecContext    951 libavcodec/mfenc.c static int mf_unlock_async(AVCodecContext *avctx)
AVCodecContext   1029 libavcodec/mfenc.c static int mf_init(AVCodecContext *avctx)
AVCodecContext   1113 libavcodec/mfenc.c static int mf_close(AVCodecContext *avctx)
AVCodecContext    276 libavcodec/microdvddec.c static int microdvd_decode_frame(AVCodecContext *avctx,
AVCodecContext    322 libavcodec/microdvddec.c static int microdvd_init(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/midivid.c static int decode_mvdv(MidiVidContext *s, AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    190 libavcodec/midivid.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    236 libavcodec/midivid.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    262 libavcodec/midivid.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext    269 libavcodec/midivid.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/mimic.c     AVCodecContext *avctx;
AVCodecContext    117 libavcodec/mimic.c static av_cold int mimic_decode_end(AVCodecContext *avctx)
AVCodecContext    136 libavcodec/mimic.c static av_cold int mimic_decode_init(AVCodecContext *avctx)
AVCodecContext    167 libavcodec/mimic.c static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from)
AVCodecContext    353 libavcodec/mimic.c static int mimic_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     26 libavcodec/mips/idctdsp_init_mips.c static av_cold void idctdsp_init_msa(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     46 libavcodec/mips/idctdsp_init_mips.c static av_cold void idctdsp_init_mmi(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     65 libavcodec/mips/idctdsp_init_mips.c av_cold void ff_idctdsp_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     24 libavcodec/mips/me_cmp_init_mips.c static av_cold void me_cmp_msa(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext     51 libavcodec/mips/me_cmp_init_mips.c av_cold void ff_me_cmp_init_mips(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext     26 libavcodec/mips/mpegvideoencdsp_init_mips.c                                              AVCodecContext *avctx)
AVCodecContext     35 libavcodec/mips/mpegvideoencdsp_init_mips.c                                           AVCodecContext *avctx)
AVCodecContext     26 libavcodec/mips/pixblockdsp_init_mips.c                                          AVCodecContext *avctx,
AVCodecContext     50 libavcodec/mips/pixblockdsp_init_mips.c         AVCodecContext *avctx, unsigned high_bit_depth)
AVCodecContext     60 libavcodec/mips/pixblockdsp_init_mips.c void ff_pixblockdsp_init_mips(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     24 libavcodec/mips/xvididct_init_mips.c static av_cold void xvid_idct_init_mmi(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     39 libavcodec/mips/xvididct_init_mips.c av_cold void ff_xvid_idct_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    105 libavcodec/mjpeg_parser.c                       AVCodecContext *avctx,
AVCodecContext     34 libavcodec/mjpegbdec.c static uint32_t read_offs(AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg){
AVCodecContext     43 libavcodec/mjpegbdec.c static int mjpegb_decode_frame(AVCodecContext *avctx,
AVCodecContext    130 libavcodec/mjpegdec.c static void init_idct(AVCodecContext *avctx)
AVCodecContext    139 libavcodec/mjpegdec.c av_cold int ff_mjpeg_decode_init(AVCodecContext *avctx)
AVCodecContext   2327 libavcodec/mjpegdec.c int ff_mjpeg_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   2806 libavcodec/mjpegdec.c av_cold int ff_mjpeg_decode_end(AVCodecContext *avctx)
AVCodecContext   2843 libavcodec/mjpegdec.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/mjpegdec.h     AVCodecContext *avctx;
AVCodecContext    157 libavcodec/mjpegdec.h int ff_mjpeg_decode_init(AVCodecContext *avctx);
AVCodecContext    158 libavcodec/mjpegdec.h int ff_mjpeg_decode_end(AVCodecContext *avctx);
AVCodecContext    159 libavcodec/mjpegdec.h int ff_mjpeg_decode_frame(AVCodecContext *avctx,
AVCodecContext    352 libavcodec/mjpegenc.c static int amv_encode_picture(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     86 libavcodec/mjpegenc_common.c static void jpeg_table_header(AVCodecContext *avctx, PutBitContext *p,
AVCodecContext    165 libavcodec/mjpegenc_common.c static void jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p)
AVCodecContext    221 libavcodec/mjpegenc_common.c void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int vsample[4])
AVCodecContext    248 libavcodec/mjpegenc_common.c void ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb,
AVCodecContext     31 libavcodec/mjpegenc_common.h void ff_mjpeg_encode_picture_header(AVCodecContext *avctx, PutBitContext *pb,
AVCodecContext     39 libavcodec/mjpegenc_common.h void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[4], int vsample[4]);
AVCodecContext     53 libavcodec/mlp_parser.c                      AVCodecContext *avctx,
AVCodecContext    130 libavcodec/mlpdec.c     AVCodecContext *avctx;
AVCodecContext    280 libavcodec/mlpdec.c static av_cold int mlp_decode_init(AVCodecContext *avctx)
AVCodecContext   1065 libavcodec/mlpdec.c     AVCodecContext *avctx = m->avctx;
AVCodecContext   1133 libavcodec/mlpdec.c static int read_access_unit(AVCodecContext *avctx, void* data,
AVCodecContext    104 libavcodec/mlpenc.c     AVCodecContext *avctx;
AVCodecContext    487 libavcodec/mlpenc.c static av_cold int mlp_encode_init(AVCodecContext *avctx)
AVCodecContext   2218 libavcodec/mlpenc.c static int mlp_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   2363 libavcodec/mlpenc.c static av_cold int mlp_encode_close(AVCodecContext *avctx)
AVCodecContext    147 libavcodec/mmaldec.c static void ffmmal_stop_decoder(AVCodecContext *avctx)
AVCodecContext    182 libavcodec/mmaldec.c static av_cold int ffmmal_close_decoder(AVCodecContext *avctx)
AVCodecContext    202 libavcodec/mmaldec.c     AVCodecContext *avctx = (AVCodecContext*)port->userdata;
AVCodecContext    217 libavcodec/mmaldec.c     AVCodecContext *avctx = (AVCodecContext*)port->userdata;
AVCodecContext    225 libavcodec/mmaldec.c     AVCodecContext *avctx = (AVCodecContext*)port->userdata;
AVCodecContext    240 libavcodec/mmaldec.c static int ffmmal_fill_output_port(AVCodecContext *avctx)
AVCodecContext    273 libavcodec/mmaldec.c static int ffmal_update_format(AVCodecContext *avctx)
AVCodecContext    349 libavcodec/mmaldec.c static av_cold int ffmmal_init_decoder(AVCodecContext *avctx)
AVCodecContext    452 libavcodec/mmaldec.c static void ffmmal_flush(AVCodecContext *avctx)
AVCodecContext    479 libavcodec/mmaldec.c static int ffmmal_add_packet(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    576 libavcodec/mmaldec.c static int ffmmal_fill_input_port(AVCodecContext *avctx)
AVCodecContext    623 libavcodec/mmaldec.c static int ffmal_copy_frame(AVCodecContext *avctx,  AVFrame *frame,
AVCodecContext    670 libavcodec/mmaldec.c static int ffmmal_read_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame)
AVCodecContext    770 libavcodec/mmaldec.c static int ffmmal_decode(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     50 libavcodec/mmvideo.c     AVCodecContext *avctx;
AVCodecContext     56 libavcodec/mmvideo.c static av_cold int mm_decode_init(AVCodecContext *avctx)
AVCodecContext    188 libavcodec/mmvideo.c static int mm_decode_frame(AVCodecContext *avctx,
AVCodecContext    232 libavcodec/mmvideo.c static av_cold int mm_decode_end(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/motion_est.h     AVCodecContext *avctx;
AVCodecContext     38 libavcodec/motionpixels.c     AVCodecContext *avctx;
AVCodecContext     53 libavcodec/motionpixels.c static av_cold int mp_decode_end(AVCodecContext *avctx)
AVCodecContext     66 libavcodec/motionpixels.c static av_cold int mp_decode_init(AVCodecContext *avctx)
AVCodecContext    285 libavcodec/motionpixels.c static int mp_decode_frame(AVCodecContext *avctx,
AVCodecContext    153 libavcodec/movtextdec.c static int mov_text_tx3g(AVCodecContext *avctx, MovTextContext *m)
AVCodecContext    376 libavcodec/movtextdec.c                        AVCodecContext *avctx)
AVCodecContext    477 libavcodec/movtextdec.c static int mov_text_init(AVCodecContext *avctx) {
AVCodecContext    505 libavcodec/movtextdec.c static int mov_text_decode_frame(AVCodecContext *avctx,
AVCodecContext    601 libavcodec/movtextdec.c static int mov_text_decode_close(AVCodecContext *avctx)
AVCodecContext    609 libavcodec/movtextdec.c static void mov_text_flush(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/movtextenc.c     AVCodecContext *avctx;
AVCodecContext    182 libavcodec/movtextenc.c static int mov_text_encode_close(AVCodecContext *avctx)
AVCodecContext    200 libavcodec/movtextenc.c static int encode_sample_description(AVCodecContext *avctx)
AVCodecContext    353 libavcodec/movtextenc.c static av_cold int mov_text_encode_init(AVCodecContext *avctx)
AVCodecContext    679 libavcodec/movtextenc.c static int mov_text_encode_frame(AVCodecContext *avctx, unsigned char *buf,
AVCodecContext     48 libavcodec/mpc7.c static av_cold int mpc7_decode_init(AVCodecContext * avctx)
AVCodecContext    192 libavcodec/mpc7.c static int mpc7_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext    315 libavcodec/mpc7.c static void mpc7_decode_flush(AVCodecContext *avctx)
AVCodecContext    323 libavcodec/mpc7.c static av_cold int mpc7_decode_close(AVCodecContext *avctx)
AVCodecContext     96 libavcodec/mpc8.c static av_cold int mpc8_decode_init(AVCodecContext * avctx)
AVCodecContext    239 libavcodec/mpc8.c static int mpc8_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext    439 libavcodec/mpc8.c static av_cold void mpc8_decode_flush(AVCodecContext *avctx)
AVCodecContext   1053 libavcodec/mpeg12dec.c static av_cold int mpeg_decode_init(AVCodecContext *avctx)
AVCodecContext   1083 libavcodec/mpeg12dec.c static int mpeg_decode_update_thread_context(AVCodecContext *avctx,
AVCodecContext   1084 libavcodec/mpeg12dec.c                                              const AVCodecContext *avctx_from)
AVCodecContext   1172 libavcodec/mpeg12dec.c static enum AVPixelFormat mpeg_get_pixelformat(AVCodecContext *avctx)
AVCodecContext   1193 libavcodec/mpeg12dec.c static void setup_hwaccel_for_pixfmt(AVCodecContext *avctx)
AVCodecContext   1210 libavcodec/mpeg12dec.c static int mpeg_decode_postinit(AVCodecContext *avctx)
AVCodecContext   1347 libavcodec/mpeg12dec.c static int mpeg1_decode_picture(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext   1600 libavcodec/mpeg12dec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   1713 libavcodec/mpeg12dec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   1987 libavcodec/mpeg12dec.c static int slice_decode_thread(AVCodecContext *c, void *arg)
AVCodecContext   2040 libavcodec/mpeg12dec.c static int slice_end(AVCodecContext *avctx, AVFrame *pict)
AVCodecContext   2091 libavcodec/mpeg12dec.c static int mpeg1_decode_sequence(AVCodecContext *avctx,
AVCodecContext   2180 libavcodec/mpeg12dec.c static int vcr2_init_sequence(AVCodecContext *avctx)
AVCodecContext   2234 libavcodec/mpeg12dec.c static int mpeg_decode_a53_cc(AVCodecContext *avctx,
AVCodecContext   2359 libavcodec/mpeg12dec.c static void mpeg_decode_user_data(AVCodecContext *avctx,
AVCodecContext   2429 libavcodec/mpeg12dec.c static void mpeg_decode_gop(AVCodecContext *avctx,
AVCodecContext   2462 libavcodec/mpeg12dec.c static int decode_chunks(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext   2788 libavcodec/mpeg12dec.c static int mpeg_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   2863 libavcodec/mpeg12dec.c static void flush(AVCodecContext *avctx)
AVCodecContext   2872 libavcodec/mpeg12dec.c static av_cold int mpeg_decode_end(AVCodecContext *avctx)
AVCodecContext    141 libavcodec/mpeg12enc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    179 libavcodec/mpeg4video.h int ff_mpeg4_workaround_bugs(AVCodecContext *avctx);
AVCodecContext    180 libavcodec/mpeg4video.h int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext     78 libavcodec/mpeg4video_parser.c static int mpeg4_decode_header(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    131 libavcodec/mpeg4video_parser.c                             AVCodecContext *avctx,
AVCodecContext   2582 libavcodec/mpeg4videodec.c int ff_mpeg4_workaround_bugs(AVCodecContext *avctx)
AVCodecContext   3410 libavcodec/mpeg4videodec.c int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
AVCodecContext   3460 libavcodec/mpeg4videodec.c static int mpeg4_update_thread_context(AVCodecContext *dst,
AVCodecContext   3461 libavcodec/mpeg4videodec.c                                        const AVCodecContext *src)
AVCodecContext   3538 libavcodec/mpeg4videodec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   3566 libavcodec/mpeg4videodec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext   1272 libavcodec/mpeg4videoenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext     44 libavcodec/mpegaudio_parser.c                            AVCodecContext *avctx,
AVCodecContext     88 libavcodec/mpegaudiodec_template.c     AVCodecContext* avctx;
AVCodecContext    413 libavcodec/mpegaudiodec_template.c static av_cold int decode_close(AVCodecContext * avctx)
AVCodecContext    422 libavcodec/mpegaudiodec_template.c static av_cold int decode_init(AVCodecContext * avctx)
AVCodecContext   1662 libavcodec/mpegaudiodec_template.c static int decode_frame(AVCodecContext * avctx, void *data, int *got_frame_ptr,
AVCodecContext   1740 libavcodec/mpegaudiodec_template.c static void flush(AVCodecContext *avctx)
AVCodecContext   1746 libavcodec/mpegaudiodec_template.c static int decode_frame_adu(AVCodecContext *avctx, void *data,
AVCodecContext   1842 libavcodec/mpegaudiodec_template.c static av_cold int decode_close_mp3on4(AVCodecContext * avctx)
AVCodecContext   1857 libavcodec/mpegaudiodec_template.c static av_cold int decode_init_mp3on4(AVCodecContext * avctx)
AVCodecContext   1920 libavcodec/mpegaudiodec_template.c static void flush_mp3on4(AVCodecContext *avctx)
AVCodecContext   1930 libavcodec/mpegaudiodec_template.c static int decode_frame_mp3on4(AVCodecContext *avctx, void *data,
AVCodecContext     76 libavcodec/mpegaudioenc_template.c static av_cold int MPA_encode_init(AVCodecContext *avctx)
AVCodecContext    744 libavcodec/mpegaudioenc_template.c static int MPA_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     58 libavcodec/mpegpicture.c int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me,
AVCodecContext    100 libavcodec/mpegpicture.c static int alloc_frame_buffer(AVCodecContext *avctx,  Picture *pic,
AVCodecContext    186 libavcodec/mpegpicture.c static int alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format,
AVCodecContext    236 libavcodec/mpegpicture.c int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
AVCodecContext    299 libavcodec/mpegpicture.c void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic)
AVCodecContext    366 libavcodec/mpegpicture.c int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src)
AVCodecContext    418 libavcodec/mpegpicture.c static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
AVCodecContext    451 libavcodec/mpegpicture.c int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared)
AVCodecContext     97 libavcodec/mpegpicture.h int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
AVCodecContext    103 libavcodec/mpegpicture.h int ff_mpeg_framesize_alloc(AVCodecContext *avctx, MotionEstContext *me,
AVCodecContext    106 libavcodec/mpegpicture.h int ff_mpeg_ref_picture(AVCodecContext *avctx, Picture *dst, Picture *src);
AVCodecContext    107 libavcodec/mpegpicture.h void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *picture);
AVCodecContext    112 libavcodec/mpegpicture.h int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared);
AVCodecContext     51 libavcodec/mpegutils.c void ff_draw_horiz_band(AVCodecContext *avctx,
AVCodecContext    103 libavcodec/mpegutils.c void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
AVCodecContext    136 libavcodec/mpegutils.h void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last,
AVCodecContext    143 libavcodec/mpegutils.h void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
AVCodecContext    491 libavcodec/mpegvideo.c int ff_mpeg_update_thread_context(AVCodecContext *dst,
AVCodecContext    492 libavcodec/mpegvideo.c                                   const AVCodecContext *src)
AVCodecContext    672 libavcodec/mpegvideo.c void ff_mpv_decode_init(MpegEncContext *s, AVCodecContext *avctx)
AVCodecContext   1205 libavcodec/mpegvideo.c int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx)
AVCodecContext   2305 libavcodec/mpegvideo.c void ff_mpeg_flush(AVCodecContext *avctx){
AVCodecContext     98 libavcodec/mpegvideo.h     struct AVCodecContext *avctx;
AVCodecContext    695 libavcodec/mpegvideo.h void ff_mpv_decode_init(MpegEncContext *s, AVCodecContext *avctx);
AVCodecContext    699 libavcodec/mpegvideo.h int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx);
AVCodecContext    702 libavcodec/mpegvideo.h int ff_mpv_encode_init(AVCodecContext *avctx);
AVCodecContext    705 libavcodec/mpegvideo.h int ff_mpv_encode_end(AVCodecContext *avctx);
AVCodecContext    706 libavcodec/mpegvideo.h int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    712 libavcodec/mpegvideo.h void ff_mpeg_flush(AVCodecContext *avctx);
AVCodecContext    721 libavcodec/mpegvideo.h int ff_mpeg_update_thread_context(AVCodecContext *dst, const AVCodecContext *src);
AVCodecContext    288 libavcodec/mpegvideo_enc.c av_cold int ff_mpv_encode_init(AVCodecContext *avctx)
AVCodecContext   1067 libavcodec/mpegvideo_enc.c av_cold int ff_mpv_encode_end(AVCodecContext *avctx)
AVCodecContext   1342 libavcodec/mpegvideo_enc.c static int encode_frame(AVCodecContext *c, AVFrame *frame)
AVCodecContext   1423 libavcodec/mpegvideo_enc.c         AVCodecContext *c;
AVCodecContext   1819 libavcodec/mpegvideo_enc.c int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   2743 libavcodec/mpegvideo_enc.c static int pre_estimate_motion_thread(AVCodecContext *c, void *arg){
AVCodecContext   2762 libavcodec/mpegvideo_enc.c static int estimate_motion_thread(AVCodecContext *c, void *arg){
AVCodecContext   2789 libavcodec/mpegvideo_enc.c static int mb_var_thread(AVCodecContext *c, void *arg){
AVCodecContext   2911 libavcodec/mpegvideo_enc.c static int encode_thread(AVCodecContext *c, void *arg){
AVCodecContext     36 libavcodec/mpegvideo_parser.c                                       AVCodecContext *avctx,
AVCodecContext    184 libavcodec/mpegvideo_parser.c                            AVCodecContext *avctx,
AVCodecContext    216 libavcodec/mpegvideo_parser.c static int mpegvideo_split(AVCodecContext *avctx,
AVCodecContext     87 libavcodec/mpegvideo_xvmc.c static int ff_xvmc_field_start(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size)
AVCodecContext    156 libavcodec/mpegvideo_xvmc.c static int ff_xvmc_field_end(AVCodecContext *avctx)
AVCodecContext    233 libavcodec/mpegvideoencdsp.c                                      AVCodecContext *avctx)
AVCodecContext     48 libavcodec/mpegvideoencdsp.h                              AVCodecContext *avctx);
AVCodecContext     50 libavcodec/mpegvideoencdsp.h                                  AVCodecContext *avctx);
AVCodecContext     52 libavcodec/mpegvideoencdsp.h                                  AVCodecContext *avctx);
AVCodecContext     54 libavcodec/mpegvideoencdsp.h                                  AVCodecContext *avctx);
AVCodecContext     56 libavcodec/mpegvideoencdsp.h                                   AVCodecContext *avctx);
AVCodecContext     65 libavcodec/mpl2dec.c static int mpl2_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     44 libavcodec/mscc.c static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb)
AVCodecContext    130 libavcodec/mscc.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    203 libavcodec/mscc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    241 libavcodec/mscc.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     29 libavcodec/msgsmdec.c int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples,
AVCodecContext     27 libavcodec/msgsmdec.h int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples,
AVCodecContext     59 libavcodec/msmpeg4.h int ff_msmpeg4_decode_init(AVCodecContext *avctx);
AVCodecContext    301 libavcodec/msmpeg4dec.c av_cold int ff_msmpeg4_decode_init(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/msrle.c     AVCodecContext *avctx;
AVCodecContext     49 libavcodec/msrle.c static av_cold int msrle_decode_init(AVCodecContext *avctx)
AVCodecContext     83 libavcodec/msrle.c static int msrle_decode_frame(AVCodecContext *avctx,
AVCodecContext    151 libavcodec/msrle.c static void msrle_decode_flush(AVCodecContext *avctx)
AVCodecContext    158 libavcodec/msrle.c static av_cold int msrle_decode_end(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/msrledec.c static int msrle_decode_pal4(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    129 libavcodec/msrledec.c static int msrle_decode_8_16_24_32(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    249 libavcodec/msrledec.c int ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext     36 libavcodec/msrledec.h int ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic,
AVCodecContext    142 libavcodec/mss1.c static int mss1_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    191 libavcodec/mss1.c static av_cold int mss1_decode_init(AVCodecContext *avctx)
AVCodecContext    211 libavcodec/mss1.c static av_cold int mss1_decode_end(AVCodecContext *avctx)
AVCodecContext    580 libavcodec/mss12.c     AVCodecContext *avctx = c->avctx;
AVCodecContext     78 libavcodec/mss12.h     AVCodecContext *avctx;
AVCodecContext    178 libavcodec/mss2.c static int decode_555(AVCodecContext *avctx, GetByteContext *gB, uint16_t *dst, ptrdiff_t stride,
AVCodecContext    378 libavcodec/mss2.c static int decode_wmv9(AVCodecContext *avctx, const uint8_t *buf, int buf_size,
AVCodecContext    473 libavcodec/mss2.c static int mss2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    747 libavcodec/mss2.c static av_cold int wmv9_init(AVCodecContext *avctx)
AVCodecContext    806 libavcodec/mss2.c static av_cold int mss2_decode_end(AVCodecContext *avctx)
AVCodecContext    820 libavcodec/mss2.c static av_cold int mss2_decode_init(AVCodecContext *avctx)
AVCodecContext    110 libavcodec/mss3.c     AVCodecContext   *avctx;
AVCodecContext    684 libavcodec/mss3.c static int mss3_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    812 libavcodec/mss3.c static av_cold int mss3_decode_end(AVCodecContext *avctx)
AVCodecContext    824 libavcodec/mss3.c static av_cold int mss3_decode_init(AVCodecContext *avctx)
AVCodecContext    508 libavcodec/mss4.c static int mss4_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    631 libavcodec/mss4.c static av_cold int mss4_decode_end(AVCodecContext *avctx)
AVCodecContext    644 libavcodec/mss4.c static av_cold int mss4_decode_init(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/msvideo1.c     AVCodecContext *avctx;
AVCodecContext     59 libavcodec/msvideo1.c static av_cold int msvideo1_decode_init(AVCodecContext *avctx)
AVCodecContext    295 libavcodec/msvideo1.c static int msvideo1_decode_frame(AVCodecContext *avctx,
AVCodecContext    342 libavcodec/msvideo1.c static av_cold int msvideo1_decode_end(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/msvideo1enc.c     AVCodecContext *avctx;
AVCodecContext     65 libavcodec/msvideo1enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    260 libavcodec/msvideo1enc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    286 libavcodec/msvideo1enc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext    293 libavcodec/mv30.c static int decode_intra_block(AVCodecContext *avctx, int mode,
AVCodecContext    334 libavcodec/mv30.c static int decode_inter_block(AVCodecContext *avctx, int mode,
AVCodecContext    404 libavcodec/mv30.c static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame)
AVCodecContext    463 libavcodec/mv30.c static int decode_inter(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    599 libavcodec/mv30.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    666 libavcodec/mv30.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    685 libavcodec/mv30.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext    692 libavcodec/mv30.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/mvcdec.c static av_cold int mvc_decode_init(AVCodecContext *avctx)
AVCodecContext     60 libavcodec/mvcdec.c static int decode_mvc1(AVCodecContext *avctx, GetByteContext *gb,
AVCodecContext    133 libavcodec/mvcdec.c static int decode_mvc2(AVCodecContext *avctx, GetByteContext *gb,
AVCodecContext    225 libavcodec/mvcdec.c static int mvc_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     80 libavcodec/mvha.c static int build_vlc(AVCodecContext *avctx, VLC *vlc)
AVCodecContext    149 libavcodec/mvha.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    279 libavcodec/mvha.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    300 libavcodec/mvha.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     88 libavcodec/mwsc.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    137 libavcodec/mwsc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    168 libavcodec/mwsc.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     45 libavcodec/mxpegdec.c static av_cold int mxpeg_decode_end(AVCodecContext *avctx)
AVCodecContext     64 libavcodec/mxpegdec.c static av_cold int mxpeg_decode_init(AVCodecContext *avctx)
AVCodecContext    184 libavcodec/mxpegdec.c static int mxpeg_decode_frame(AVCodecContext *avctx,
AVCodecContext     49 libavcodec/nellymoserdec.c     AVCodecContext* avctx;
AVCodecContext    115 libavcodec/nellymoserdec.c static av_cold int decode_init(AVCodecContext * avctx) {
AVCodecContext    141 libavcodec/nellymoserdec.c static int decode_tag(AVCodecContext *avctx, void *data,
AVCodecContext    190 libavcodec/nellymoserdec.c static av_cold int decode_end(AVCodecContext * avctx) {
AVCodecContext     57 libavcodec/nellymoserenc.c     AVCodecContext  *avctx;
AVCodecContext    134 libavcodec/nellymoserenc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext    150 libavcodec/nellymoserenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    384 libavcodec/nellymoserenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     63 libavcodec/notchlc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     76 libavcodec/notchlc.c static int lz4_decompress(AVCodecContext *avctx,
AVCodecContext    150 libavcodec/notchlc.c static int decode_blocks(AVCodecContext *avctx, AVFrame *p, ThreadFrame *frame,
AVCodecContext    394 libavcodec/notchlc.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    457 libavcodec/notchlc.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/nuv.c static int get_quant(AVCodecContext *avctx, NuvContext *c, const uint8_t *buf,
AVCodecContext    117 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height,
AVCodecContext    154 libavcodec/nuv.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    327 libavcodec/nuv.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    355 libavcodec/nuv.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    256 libavcodec/nvdec.c int ff_nvdec_decode_uninit(AVCodecContext *avctx)
AVCodecContext    284 libavcodec/nvdec.c static int nvdec_init_hwframes(AVCodecContext *avctx, AVBufferRef **out_frames_ref, int dummy)
AVCodecContext    323 libavcodec/nvdec.c int ff_nvdec_decode_init(AVCodecContext *avctx)
AVCodecContext    550 libavcodec/nvdec.c int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    592 libavcodec/nvdec.c int ff_nvdec_end_frame(AVCodecContext *avctx)
AVCodecContext    622 libavcodec/nvdec.c int ff_nvdec_simple_end_frame(AVCodecContext *avctx)
AVCodecContext    630 libavcodec/nvdec.c int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer,
AVCodecContext    652 libavcodec/nvdec.c int ff_nvdec_frame_params(AVCodecContext *avctx,
AVCodecContext     68 libavcodec/nvdec.h int ff_nvdec_decode_init(AVCodecContext *avctx);
AVCodecContext     69 libavcodec/nvdec.h int ff_nvdec_decode_uninit(AVCodecContext *avctx);
AVCodecContext     70 libavcodec/nvdec.h int ff_nvdec_start_frame(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext     71 libavcodec/nvdec.h int ff_nvdec_end_frame(AVCodecContext *avctx);
AVCodecContext     72 libavcodec/nvdec.h int ff_nvdec_simple_end_frame(AVCodecContext *avctx);
AVCodecContext     73 libavcodec/nvdec.h int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer,
AVCodecContext     75 libavcodec/nvdec.h int ff_nvdec_frame_params(AVCodecContext *avctx,
AVCodecContext     47 libavcodec/nvdec_h264.c static int nvdec_h264_start_frame(AVCodecContext *avctx,
AVCodecContext    131 libavcodec/nvdec_h264.c static int nvdec_h264_decode_slice(AVCodecContext *avctx, const uint8_t *buffer,
AVCodecContext    164 libavcodec/nvdec_h264.c static int nvdec_h264_frame_params(AVCodecContext *avctx,
AVCodecContext     70 libavcodec/nvdec_hevc.c static int nvdec_hevc_start_frame(AVCodecContext *avctx,
AVCodecContext    270 libavcodec/nvdec_hevc.c static int nvdec_hevc_decode_slice(AVCodecContext *avctx, const uint8_t *buffer,
AVCodecContext    297 libavcodec/nvdec_hevc.c static int nvdec_hevc_frame_params(AVCodecContext *avctx,
AVCodecContext    305 libavcodec/nvdec_hevc.c static int nvdec_hevc_decode_init(AVCodecContext *avctx) {
AVCodecContext     29 libavcodec/nvdec_mjpeg.c static int nvdec_mjpeg_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     60 libavcodec/nvdec_mjpeg.c static int nvdec_mjpeg_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     65 libavcodec/nvdec_mjpeg.c static int nvdec_mjpeg_frame_params(AVCodecContext *avctx,
AVCodecContext     28 libavcodec/nvdec_mpeg12.c static int nvdec_mpeg12_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     90 libavcodec/nvdec_mpeg12.c static int nvdec_mpeg12_frame_params(AVCodecContext *avctx,
AVCodecContext     28 libavcodec/nvdec_mpeg4.c static int nvdec_mpeg4_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     97 libavcodec/nvdec_mpeg4.c static int nvdec_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext    102 libavcodec/nvdec_mpeg4.c static int nvdec_mpeg4_frame_params(AVCodecContext *avctx,
AVCodecContext     28 libavcodec/nvdec_vc1.c static int nvdec_vc1_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext    106 libavcodec/nvdec_vc1.c static int nvdec_vc1_frame_params(AVCodecContext *avctx,
AVCodecContext     34 libavcodec/nvdec_vp8.c static int nvdec_vp8_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     86 libavcodec/nvdec_vp8.c static int nvdec_vp8_frame_params(AVCodecContext *avctx,
AVCodecContext     31 libavcodec/nvdec_vp9.c static int nvdec_vp9_start_frame(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext    165 libavcodec/nvdec_vp9.c static int nvdec_vp9_frame_params(AVCodecContext *avctx,
AVCodecContext    124 libavcodec/nvenc.c static int nvenc_print_error(AVCodecContext *avctx, NVENCSTATUS err,
AVCodecContext    144 libavcodec/nvenc.c static void nvenc_print_driver_requirement(AVCodecContext *avctx, int level)
AVCodecContext    182 libavcodec/nvenc.c static av_cold int nvenc_load_libraries(AVCodecContext *avctx)
AVCodecContext    226 libavcodec/nvenc.c static int nvenc_push_context(AVCodecContext *avctx)
AVCodecContext    237 libavcodec/nvenc.c static int nvenc_pop_context(AVCodecContext *avctx)
AVCodecContext    249 libavcodec/nvenc.c static av_cold int nvenc_open_session(AVCodecContext *avctx)
AVCodecContext    275 libavcodec/nvenc.c static int nvenc_check_codec_support(AVCodecContext *avctx)
AVCodecContext    311 libavcodec/nvenc.c static int nvenc_check_cap(AVCodecContext *avctx, NV_ENC_CAPS cap)
AVCodecContext    328 libavcodec/nvenc.c static int nvenc_check_capabilities(AVCodecContext *avctx)
AVCodecContext    445 libavcodec/nvenc.c static av_cold int nvenc_check_device(AVCodecContext *avctx, int idx)
AVCodecContext    520 libavcodec/nvenc.c static av_cold int nvenc_setup_device(AVCodecContext *avctx)
AVCodecContext    662 libavcodec/nvenc.c static av_cold void set_constqp(AVCodecContext *avctx)
AVCodecContext    695 libavcodec/nvenc.c static av_cold void set_vbr(AVCodecContext *avctx)
AVCodecContext    757 libavcodec/nvenc.c static av_cold void set_lossless(AVCodecContext *avctx)
AVCodecContext    771 libavcodec/nvenc.c static void nvenc_override_rate_control(AVCodecContext *avctx)
AVCodecContext    802 libavcodec/nvenc.c static av_cold int nvenc_recalc_surfaces(AVCodecContext *avctx)
AVCodecContext    841 libavcodec/nvenc.c static av_cold void nvenc_setup_rate_control(AVCodecContext *avctx)
AVCodecContext    965 libavcodec/nvenc.c static av_cold int nvenc_setup_h264_config(AVCodecContext *avctx)
AVCodecContext   1062 libavcodec/nvenc.c static av_cold int nvenc_setup_hevc_config(AVCodecContext *avctx)
AVCodecContext   1151 libavcodec/nvenc.c static av_cold int nvenc_setup_codec_config(AVCodecContext *avctx)
AVCodecContext   1164 libavcodec/nvenc.c static void compute_dar(AVCodecContext *avctx, int *dw, int *dh) {
AVCodecContext   1178 libavcodec/nvenc.c static av_cold int nvenc_setup_encoder(AVCodecContext *avctx)
AVCodecContext   1336 libavcodec/nvenc.c static av_cold int nvenc_alloc_surface(AVCodecContext *avctx, int idx)
AVCodecContext   1393 libavcodec/nvenc.c static av_cold int nvenc_setup_surfaces(AVCodecContext *avctx)
AVCodecContext   1434 libavcodec/nvenc.c static av_cold int nvenc_setup_extradata(AVCodecContext *avctx)
AVCodecContext   1467 libavcodec/nvenc.c av_cold int ff_nvenc_encode_close(AVCodecContext *avctx)
AVCodecContext   1542 libavcodec/nvenc.c av_cold int ff_nvenc_encode_init(AVCodecContext *avctx)
AVCodecContext   1597 libavcodec/nvenc.c static int nvenc_copy_frame(AVCodecContext *avctx, NvencSurface *nv_surface,
AVCodecContext   1627 libavcodec/nvenc.c static int nvenc_find_free_reg_resource(AVCodecContext *avctx)
AVCodecContext   1661 libavcodec/nvenc.c static int nvenc_register_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext   1715 libavcodec/nvenc.c static int nvenc_upload_frame(AVCodecContext *avctx, const AVFrame *frame,
AVCodecContext   1777 libavcodec/nvenc.c static void nvenc_codec_specific_pic_params(AVCodecContext *avctx,
AVCodecContext   1823 libavcodec/nvenc.c static int nvenc_set_timestamp(AVCodecContext *avctx,
AVCodecContext   1837 libavcodec/nvenc.c static int process_output_surface(AVCodecContext *avctx, AVPacket *pkt, NvencSurface *tmpoutsurf)
AVCodecContext   1966 libavcodec/nvenc.c static int output_ready(AVCodecContext *avctx, int flush)
AVCodecContext   1978 libavcodec/nvenc.c static void reconfig_encoder(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext   2070 libavcodec/nvenc.c int ff_nvenc_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext   2190 libavcodec/nvenc.c int ff_nvenc_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
AVCodecContext   2226 libavcodec/nvenc.c int ff_nvenc_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   2250 libavcodec/nvenc.c av_cold void ff_nvenc_encode_flush(AVCodecContext *avctx)
AVCodecContext    202 libavcodec/nvenc.h int ff_nvenc_encode_init(AVCodecContext *avctx);
AVCodecContext    204 libavcodec/nvenc.h int ff_nvenc_encode_close(AVCodecContext *avctx);
AVCodecContext    206 libavcodec/nvenc.h int ff_nvenc_send_frame(AVCodecContext *avctx, const AVFrame *frame);
AVCodecContext    208 libavcodec/nvenc.h int ff_nvenc_receive_packet(AVCodecContext *avctx, AVPacket *pkt);
AVCodecContext    210 libavcodec/nvenc.h int ff_nvenc_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    213 libavcodec/nvenc.h void ff_nvenc_encode_flush(AVCodecContext *avctx);
AVCodecContext    163 libavcodec/nvenc_h264.c static av_cold int nvenc_old_init(AVCodecContext *avctx)
AVCodecContext    152 libavcodec/nvenc_hevc.c static av_cold int nvenc_old_init(AVCodecContext *avctx)
AVCodecContext    195 libavcodec/omx.c     AVCodecContext *avctx;
AVCodecContext    387 libavcodec/omx.c static av_cold int omx_component_init(AVCodecContext *avctx, const char *role)
AVCodecContext    639 libavcodec/omx.c static av_cold int omx_encode_init(AVCodecContext *avctx)
AVCodecContext    731 libavcodec/omx.c static int omx_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    922 libavcodec/omx.c static av_cold int omx_encode_end(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/on2avc.c     AVCodecContext *avctx;
AVCodecContext    839 libavcodec/on2avc.c static int on2avc_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext    906 libavcodec/on2avc.c static av_cold int on2avc_decode_init(AVCodecContext *avctx)
AVCodecContext    991 libavcodec/on2avc.c static av_cold int on2avc_decode_close(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/options.c     AVCodecContext *avc= ptr;
AVCodecContext     50 libavcodec/options.c     AVCodecContext *s = obj;
AVCodecContext     75 libavcodec/options.c     AVCodecContext* avctx = ptr;
AVCodecContext     85 libavcodec/options.c     .log_level_offset_offset = offsetof(AVCodecContext, log_level_offset),
AVCodecContext     92 libavcodec/options.c static int init_context_defaults(AVCodecContext *s, const AVCodec *codec)
AVCodecContext     95 libavcodec/options.c     memset(s, 0, sizeof(AVCodecContext));
AVCodecContext    151 libavcodec/options.c int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec)
AVCodecContext    157 libavcodec/options.c AVCodecContext *avcodec_alloc_context3(const AVCodec *codec)
AVCodecContext    159 libavcodec/options.c     AVCodecContext *avctx= av_malloc(sizeof(AVCodecContext));
AVCodecContext    172 libavcodec/options.c void avcodec_free_context(AVCodecContext **pavctx)
AVCodecContext    174 libavcodec/options.c     AVCodecContext *avctx = *pavctx;
AVCodecContext    191 libavcodec/options.c static void copy_context_reset(AVCodecContext *avctx)
AVCodecContext    216 libavcodec/options.c int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src)
AVCodecContext     33 libavcodec/options_table.h #define OFFSET(x) offsetof(AVCodecContext,x)
AVCodecContext    292 libavcodec/opus.c av_cold int ff_opus_parse_extradata(AVCodecContext *avctx,
AVCodecContext    101 libavcodec/opus.h     AVCodecContext *avctx;
AVCodecContext    179 libavcodec/opus.h int ff_opus_parse_extradata(AVCodecContext *avctx, OpusContext *s);
AVCodecContext    181 libavcodec/opus.h int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels);
AVCodecContext    538 libavcodec/opus_celt.c int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels,
AVCodecContext     94 libavcodec/opus_celt.h     AVCodecContext      *avctx;
AVCodecContext    161 libavcodec/opus_celt.h int ff_celt_init(AVCodecContext *avctx, CeltFrame **f, int output_channels,
AVCodecContext     83 libavcodec/opus_parser.c static int opus_find_frame_end(AVCodecParserContext *ctx, AVCodecContext *avctx,
AVCodecContext    165 libavcodec/opus_parser.c static int opus_parse(AVCodecParserContext *ctx, AVCodecContext *avctx,
AVCodecContext     46 libavcodec/opus_silk.c     AVCodecContext *avctx;
AVCodecContext    860 libavcodec/opus_silk.c int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels)
AVCodecContext    414 libavcodec/opusdec.c static int opus_decode_packet(AVCodecContext *avctx, void *data,
AVCodecContext    568 libavcodec/opusdec.c static av_cold void opus_decode_flush(AVCodecContext *ctx)
AVCodecContext    590 libavcodec/opusdec.c static av_cold int opus_decode_close(AVCodecContext *avctx)
AVCodecContext    627 libavcodec/opusdec.c static av_cold int opus_decode_init(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/opusenc.c     AVCodecContext *avctx;
AVCodecContext     60 libavcodec/opusenc.c static void opus_write_extradata(AVCodecContext *avctx)
AVCodecContext    534 libavcodec/opusenc.c static int opus_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    602 libavcodec/opusenc.c static av_cold int opus_encode_end(AVCodecContext *avctx)
AVCodecContext    621 libavcodec/opusenc.c static av_cold int opus_encode_init(AVCodecContext *avctx)
AVCodecContext    516 libavcodec/opusenc_psy.c av_cold int ff_opus_psy_init(OpusPsyContext *s, AVCodecContext *avctx,
AVCodecContext     55 libavcodec/opusenc_psy.h     AVCodecContext *avctx;
AVCodecContext     99 libavcodec/opusenc_psy.h int  ff_opus_psy_init(OpusPsyContext *s, AVCodecContext *avctx,
AVCodecContext     29 libavcodec/pafaudio.c static av_cold int paf_audio_init(AVCodecContext *avctx)
AVCodecContext     42 libavcodec/pafaudio.c static int paf_audio_decode(AVCodecContext *avctx, void *data,
AVCodecContext     65 libavcodec/pafvideo.c static av_cold int paf_video_close(AVCodecContext *avctx)
AVCodecContext     78 libavcodec/pafvideo.c static av_cold int paf_video_init(AVCodecContext *avctx)
AVCodecContext    272 libavcodec/pafvideo.c static int paf_video_decode(AVCodecContext *avctx, void *data,
AVCodecContext     25 libavcodec/pamenc.c static int pam_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    130 libavcodec/pamenc.c static av_cold int pam_encode_init(AVCodecContext *avctx)
AVCodecContext    120 libavcodec/parser.c int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    189 libavcodec/parser.c int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    326 libavcodec/parser.c int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
AVCodecContext     48 libavcodec/parser.h int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext     53 libavcodec/pcm-bluray.c static int pcm_bluray_parse_header(AVCodecContext *avctx,
AVCodecContext    126 libavcodec/pcm-bluray.c static int pcm_bluray_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     41 libavcodec/pcm-dvd.c static av_cold int pcm_dvd_decode_init(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/pcm-dvd.c static av_cold int pcm_dvd_decode_uninit(AVCodecContext *avctx)
AVCodecContext     63 libavcodec/pcm-dvd.c static int pcm_dvd_parse_header(AVCodecContext *avctx, const uint8_t *header)
AVCodecContext    152 libavcodec/pcm-dvd.c static void *pcm_dvd_decode_samples(AVCodecContext *avctx, const uint8_t *src,
AVCodecContext    234 libavcodec/pcm-dvd.c static int pcm_dvd_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     35 libavcodec/pcm-dvdenc.c static av_cold int pcm_dvd_encode_init(AVCodecContext *avctx)
AVCodecContext    110 libavcodec/pcm-dvdenc.c static int pcm_dvd_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    173 libavcodec/pcm-dvdenc.c static av_cold int pcm_dvd_encode_close(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/pcm.c static av_cold int pcm_encode_init(AVCodecContext *avctx)
AVCodecContext     87 libavcodec/pcm.c static int pcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    242 libavcodec/pcm.c static av_cold int pcm_decode_init(AVCodecContext *avctx)
AVCodecContext    287 libavcodec/pcm.c static av_cold int pcm_decode_close(AVCodecContext *avctx)
AVCodecContext    325 libavcodec/pcm.c static int pcm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     72 libavcodec/pcx.c static int pcx_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     36 libavcodec/pcxenc.c static av_cold int pcx_encode_init(AVCodecContext *avctx)
AVCodecContext     98 libavcodec/pcxenc.c static int pcx_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    101 libavcodec/pgssubdec.c static void flush_cache(AVCodecContext *avctx)
AVCodecContext    137 libavcodec/pgssubdec.c static av_cold int init_decoder(AVCodecContext *avctx)
AVCodecContext    144 libavcodec/pgssubdec.c static av_cold int close_decoder(AVCodecContext *avctx)
AVCodecContext    161 libavcodec/pgssubdec.c static int decode_rle(AVCodecContext *avctx, AVSubtitleRect *rect,
AVCodecContext    231 libavcodec/pgssubdec.c static int parse_object_segment(AVCodecContext *avctx,
AVCodecContext    326 libavcodec/pgssubdec.c static int parse_palette_segment(AVCodecContext *avctx,
AVCodecContext    388 libavcodec/pgssubdec.c static int parse_presentation_segment(AVCodecContext *avctx,
AVCodecContext    498 libavcodec/pgssubdec.c static int display_end_segment(AVCodecContext *avctx, void *data,
AVCodecContext    617 libavcodec/pgssubdec.c static int decode(AVCodecContext *avctx, void *data, int *got_sub_ptr,
AVCodecContext    122 libavcodec/pictordec.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     81 libavcodec/pixblockdsp.c av_cold void ff_pixblockdsp_init(PixblockDSPContext *c, AVCodecContext *avctx)
AVCodecContext     46 libavcodec/pixblockdsp.h void ff_pixblockdsp_init(PixblockDSPContext *c, AVCodecContext *avctx);
AVCodecContext     47 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_aarch64(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     49 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     51 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_arm(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     53 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_ppc(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     55 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_x86(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     57 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_mips(PixblockDSPContext *c, AVCodecContext *avctx,
AVCodecContext     64 libavcodec/pixlet.c static av_cold int pixlet_init(AVCodecContext *avctx)
AVCodecContext     71 libavcodec/pixlet.c static void free_buffers(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/pixlet.c static av_cold int pixlet_close(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/pixlet.c static int init_decoder(AVCodecContext *avctx)
AVCodecContext    124 libavcodec/pixlet.c static int read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size,
AVCodecContext    199 libavcodec/pixlet.c static int read_high_coeffs(AVCodecContext *avctx, uint8_t *src, int16_t *dst,
AVCodecContext    314 libavcodec/pixlet.c static int read_highpass(AVCodecContext *avctx, uint8_t *ptr,
AVCodecContext    422 libavcodec/pixlet.c static void reconstruction(AVCodecContext *avctx, int16_t *dest,
AVCodecContext    511 libavcodec/pixlet.c static int decode_plane(AVCodecContext *avctx, int plane,
AVCodecContext    587 libavcodec/pixlet.c static int pixlet_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     37 libavcodec/png_parser.c static int png_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     54 libavcodec/pngdec.c     AVCodecContext *avctx;
AVCodecContext    561 libavcodec/pngdec.c static int decode_ihdr_chunk(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext    613 libavcodec/pngdec.c static int decode_phys_chunk(AVCodecContext *avctx, PNGDecContext *s)
AVCodecContext    629 libavcodec/pngdec.c static int decode_idat_chunk(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext    784 libavcodec/pngdec.c static int decode_plte_chunk(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext    807 libavcodec/pngdec.c static int decode_trns_chunk(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext    973 libavcodec/pngdec.c static int decode_fctl_chunk(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext   1072 libavcodec/pngdec.c static int handle_p_frame_apng(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext   1185 libavcodec/pngdec.c static int decode_frame_common(AVCodecContext *avctx, PNGDecContext *s,
AVCodecContext   1471 libavcodec/pngdec.c static int decode_frame_png(AVCodecContext *avctx,
AVCodecContext   1533 libavcodec/pngdec.c static int decode_frame_apng(AVCodecContext *avctx,
AVCodecContext   1589 libavcodec/pngdec.c static int decode_frame_lscr(AVCodecContext *avctx,
AVCodecContext   1719 libavcodec/pngdec.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext   1729 libavcodec/pngdec.c static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext   1778 libavcodec/pngdec.c static av_cold int png_dec_init(AVCodecContext *avctx)
AVCodecContext   1803 libavcodec/pngdec.c static av_cold int png_dec_end(AVCodecContext *avctx)
AVCodecContext    243 libavcodec/pngenc.c static void png_write_image_data(AVCodecContext *avctx,
AVCodecContext    271 libavcodec/pngenc.c static int png_write_row(AVCodecContext *avctx, const uint8_t *data, int size)
AVCodecContext    345 libavcodec/pngenc.c static int encode_headers(AVCodecContext *avctx, const AVFrame *pict)
AVCodecContext    431 libavcodec/pngenc.c static int encode_frame(AVCodecContext *avctx, const AVFrame *pict)
AVCodecContext    524 libavcodec/pngenc.c static int encode_png(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    712 libavcodec/pngenc.c static int apng_encode_frame(AVCodecContext *avctx, const AVFrame *pict,
AVCodecContext    841 libavcodec/pngenc.c static int encode_apng(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    989 libavcodec/pngenc.c static av_cold int png_enc_init(AVCodecContext *avctx)
AVCodecContext   1098 libavcodec/pngenc.c static av_cold int png_enc_close(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/pnm.c int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s)
AVCodecContext     37 libavcodec/pnm.h int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
AVCodecContext     34 libavcodec/pnm_parser.c static int pnm_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     39 libavcodec/pnmdec.c static int pnm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     27 libavcodec/pnmenc.c static int pnm_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    122 libavcodec/pnmenc.c static av_cold int pnm_encode_init(AVCodecContext *avctx)
AVCodecContext    464 libavcodec/ppc/fdctdsp.c av_cold void ff_fdctdsp_init_ppc(FDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     58 libavcodec/ppc/fmtconvert_altivec.c                                      AVCodecContext *avctx)
AVCodecContext    255 libavcodec/ppc/idctdsp.c av_cold void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    726 libavcodec/ppc/me_cmp.c av_cold void ff_me_cmp_init_ppc(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext    152 libavcodec/ppc/mpegvideoencdsp.c                                          AVCodecContext *avctx)
AVCodecContext    266 libavcodec/ppc/pixblockdsp.c                                      AVCodecContext *avctx,
AVCodecContext    135 libavcodec/proresdec2.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    200 libavcodec/proresdec2.c                                const int data_size, AVCodecContext *avctx)
AVCodecContext    298 libavcodec/proresdec2.c static int decode_picture_header(AVCodecContext *avctx, const uint8_t *buf, const int buf_size)
AVCodecContext    472 libavcodec/proresdec2.c static av_always_inline int decode_ac_coeffs(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    515 libavcodec/proresdec2.c static int decode_slice_luma(AVCodecContext *avctx, SliceContext *slice,
AVCodecContext    549 libavcodec/proresdec2.c static int decode_slice_chroma(AVCodecContext *avctx, SliceContext *slice,
AVCodecContext    616 libavcodec/proresdec2.c static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr)
AVCodecContext    732 libavcodec/proresdec2.c static int decode_picture(AVCodecContext *avctx)
AVCodecContext    751 libavcodec/proresdec2.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    810 libavcodec/proresdec2.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     79 libavcodec/proresdsp.c av_cold int ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx)
AVCodecContext     36 libavcodec/proresdsp.h int ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx);
AVCodecContext     38 libavcodec/proresdsp.h void ff_proresdsp_init_x86(ProresDSPContext *dsp, AVCodecContext *avctx);
AVCodecContext    375 libavcodec/proresenc_anatoliy.c static av_always_inline unsigned encode_slice_data(AVCodecContext *avctx,
AVCodecContext    431 libavcodec/proresenc_anatoliy.c static av_always_inline int encode_alpha_slice_data(AVCodecContext *avctx, int8_t * src_a,
AVCodecContext    535 libavcodec/proresenc_anatoliy.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x,
AVCodecContext    653 libavcodec/proresenc_anatoliy.c static int prores_encode_picture(AVCodecContext *avctx, const AVFrame *pic,
AVCodecContext    717 libavcodec/proresenc_anatoliy.c static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    809 libavcodec/proresenc_anatoliy.c static av_cold int prores_encode_init(AVCodecContext *avctx)
AVCodecContext    914 libavcodec/proresenc_anatoliy.c static av_cold int prores_encode_close(AVCodecContext *avctx)
AVCodecContext    550 libavcodec/proresenc_kostya.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic,
AVCodecContext    804 libavcodec/proresenc_kostya.c static int find_slice_quant(AVCodecContext *avctx,
AVCodecContext    973 libavcodec/proresenc_kostya.c static int find_quant_thread(AVCodecContext *avctx, void *arg,
AVCodecContext    997 libavcodec/proresenc_kostya.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1158 libavcodec/proresenc_kostya.c static av_cold int encode_close(AVCodecContext *avctx)
AVCodecContext   1187 libavcodec/proresenc_kostya.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    146 libavcodec/prosumer.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    338 libavcodec/prosumer.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    358 libavcodec/prosumer.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     46 libavcodec/psd.c     AVCodecContext *avctx;
AVCodecContext    291 libavcodec/psd.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     31 libavcodec/psymodel.c av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens,
AVCodecContext     94 libavcodec/psymodel.c     AVCodecContext *avctx;
AVCodecContext    103 libavcodec/psymodel.c av_cold struct FFPsyPreprocessContext* ff_psy_preprocess_init(AVCodecContext *avctx)
AVCodecContext     90 libavcodec/psymodel.h     AVCodecContext *avctx;            ///< encoder context
AVCodecContext    157 libavcodec/psymodel.h int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens,
AVCodecContext    188 libavcodec/psymodel.h struct FFPsyPreprocessContext *ff_psy_preprocess_init(AVCodecContext *avctx);
AVCodecContext     46 libavcodec/pthread.c static void validate_thread_parameters(AVCodecContext *avctx)
AVCodecContext     70 libavcodec/pthread.c int ff_thread_init(AVCodecContext *avctx)
AVCodecContext     82 libavcodec/pthread.c void ff_thread_free(AVCodecContext *avctx)
AVCodecContext     82 libavcodec/pthread_frame.c     AVCodecContext *avctx;          ///< Context used to decode packets passed to this thread.
AVCodecContext    171 libavcodec/pthread_frame.c     AVCodecContext *avctx = p->avctx;
AVCodecContext    245 libavcodec/pthread_frame.c static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src, int for_user)
AVCodecContext    333 libavcodec/pthread_frame.c static int update_context_from_user(AVCodecContext *dst, AVCodecContext *src)
AVCodecContext    391 libavcodec/pthread_frame.c static int submit_packet(PerThreadContext *p, AVCodecContext *user_avctx,
AVCodecContext    483 libavcodec/pthread_frame.c int ff_thread_decode_frame(AVCodecContext *avctx,
AVCodecContext    612 libavcodec/pthread_frame.c void ff_thread_finish_setup(AVCodecContext *avctx) {
AVCodecContext    663 libavcodec/pthread_frame.c void ff_frame_thread_free(AVCodecContext *avctx, int thread_count)
AVCodecContext    748 libavcodec/pthread_frame.c int ff_frame_thread_init(AVCodecContext *avctx)
AVCodecContext    752 libavcodec/pthread_frame.c     AVCodecContext *src = avctx;
AVCodecContext    796 libavcodec/pthread_frame.c         AVCodecContext *copy = av_malloc(sizeof(AVCodecContext));
AVCodecContext    876 libavcodec/pthread_frame.c void ff_thread_flush(AVCodecContext *avctx)
AVCodecContext    906 libavcodec/pthread_frame.c int ff_thread_can_start_frame(AVCodecContext *avctx)
AVCodecContext    916 libavcodec/pthread_frame.c static int thread_get_buffer_internal(AVCodecContext *avctx, ThreadFrame *f, int flags)
AVCodecContext    972 libavcodec/pthread_frame.c enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt)
AVCodecContext    998 libavcodec/pthread_frame.c int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
AVCodecContext   1006 libavcodec/pthread_frame.c void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f)
AVCodecContext     28 libavcodec/pthread_internal.h int ff_slice_thread_init(AVCodecContext *avctx);
AVCodecContext     29 libavcodec/pthread_internal.h void ff_slice_thread_free(AVCodecContext *avctx);
AVCodecContext     31 libavcodec/pthread_internal.h int ff_frame_thread_init(AVCodecContext *avctx);
AVCodecContext     32 libavcodec/pthread_internal.h void ff_frame_thread_free(AVCodecContext *avctx, int thread_count);
AVCodecContext     39 libavcodec/pthread_slice.c typedef int (action_func)(AVCodecContext *c, void *arg);
AVCodecContext     40 libavcodec/pthread_slice.c typedef int (action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr);
AVCodecContext     41 libavcodec/pthread_slice.c typedef int (main_func)(AVCodecContext *c);
AVCodecContext     60 libavcodec/pthread_slice.c     AVCodecContext *avctx = priv;
AVCodecContext     67 libavcodec/pthread_slice.c     AVCodecContext *avctx = priv;
AVCodecContext     77 libavcodec/pthread_slice.c void ff_slice_thread_free(AVCodecContext *avctx)
AVCodecContext     95 libavcodec/pthread_slice.c static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size)
AVCodecContext    114 libavcodec/pthread_slice.c static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count)
AVCodecContext    121 libavcodec/pthread_slice.c int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count)
AVCodecContext    129 libavcodec/pthread_slice.c int ff_slice_thread_init(AVCodecContext *avctx)
AVCodecContext    174 libavcodec/pthread_slice.c void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n)
AVCodecContext    185 libavcodec/pthread_slice.c void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift)
AVCodecContext    201 libavcodec/pthread_slice.c int ff_alloc_entries(AVCodecContext *avctx, int count)
AVCodecContext    238 libavcodec/pthread_slice.c void ff_reset_entries(AVCodecContext *avctx)
AVCodecContext     28 libavcodec/ptx.c static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     85 libavcodec/qcelpdec.c static av_cold int qcelp_decode_init(AVCodecContext *avctx)
AVCodecContext    613 libavcodec/qcelpdec.c static qcelp_packet_rate determine_bitrate(AVCodecContext *avctx,
AVCodecContext    647 libavcodec/qcelpdec.c static void warn_insufficient_frame_quality(AVCodecContext *avctx,
AVCodecContext    686 libavcodec/qcelpdec.c static int qcelp_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1618 libavcodec/qdm2.c static av_cold int qdm2_decode_init(AVCodecContext *avctx)
AVCodecContext   1774 libavcodec/qdm2.c static av_cold int qdm2_decode_close(AVCodecContext *avctx)
AVCodecContext   1845 libavcodec/qdm2.c static int qdm2_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     46 libavcodec/qdmc.c     AVCodecContext *avctx;
AVCodecContext    252 libavcodec/qdmc.c static av_cold int qdmc_decode_init(AVCodecContext *avctx)
AVCodecContext    357 libavcodec/qdmc.c static av_cold int qdmc_decode_close(AVCodecContext *avctx)
AVCodecContext    736 libavcodec/qdmc.c static av_cold void qdmc_flush(AVCodecContext *avctx)
AVCodecContext    746 libavcodec/qdmc.c static int qdmc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     47 libavcodec/qdrw.c static int parse_palette(AVCodecContext *avctx, GetByteContext *gbc,
AVCodecContext     74 libavcodec/qdrw.c static int decode_rle_bpp2(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc)
AVCodecContext    129 libavcodec/qdrw.c static int decode_rle_bpp4(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc)
AVCodecContext    173 libavcodec/qdrw.c static int decode_rle16(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc)
AVCodecContext    216 libavcodec/qdrw.c static int decode_rle(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc,
AVCodecContext    290 libavcodec/qdrw.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/qpeg.c     AVCodecContext *avctx;
AVCodecContext    264 libavcodec/qpeg.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    320 libavcodec/qpeg.c static void decode_flush(AVCodecContext *avctx){
AVCodecContext    334 libavcodec/qpeg.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    343 libavcodec/qpeg.c static av_cold int decode_init(AVCodecContext *avctx){
AVCodecContext    350 libavcodec/qsv.c static int ff_qsv_set_display_handle(AVCodecContext *avctx, QSVSession *qs)
AVCodecContext    380 libavcodec/qsv.c int ff_qsv_init_internal_session(AVCodecContext *avctx, QSVSession *qs,
AVCodecContext    686 libavcodec/qsv.c int ff_qsv_init_session_device(AVCodecContext *avctx, mfxSession *psession,
AVCodecContext    763 libavcodec/qsv.c int ff_qsv_init_session_frames(AVCodecContext *avctx, mfxSession *psession,
AVCodecContext    128 libavcodec/qsv_internal.h int ff_qsv_init_internal_session(AVCodecContext *avctx, QSVSession *qs,
AVCodecContext    133 libavcodec/qsv_internal.h int ff_qsv_init_session_device(AVCodecContext *avctx, mfxSession *psession,
AVCodecContext    137 libavcodec/qsv_internal.h int ff_qsv_init_session_frames(AVCodecContext *avctx, mfxSession *session,
AVCodecContext     59 libavcodec/qsvdec.c static int ff_qsv_get_continuous_buffer(AVCodecContext *avctx, AVFrame *frame, AVBufferPool *pool)
AVCodecContext     96 libavcodec/qsvdec.c static int qsv_init_session(AVCodecContext *avctx, QSVContext *q, mfxSession session,
AVCodecContext    169 libavcodec/qsvdec.c static int qsv_decode_preinit(AVCodecContext *avctx, QSVContext *q, enum AVPixelFormat pix_fmt, mfxVideoParam *param)
AVCodecContext    231 libavcodec/qsvdec.c static int qsv_decode_init(AVCodecContext *avctx, QSVContext *q, mfxVideoParam *param)
AVCodecContext    257 libavcodec/qsvdec.c static int qsv_decode_header(AVCodecContext *avctx, QSVContext *q, AVPacket *avpkt, enum AVPixelFormat pix_fmt, mfxVideoParam *param)
AVCodecContext    296 libavcodec/qsvdec.c static int alloc_frame(AVCodecContext *avctx, QSVContext *q, QSVFrame *frame)
AVCodecContext    348 libavcodec/qsvdec.c static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf)
AVCodecContext    400 libavcodec/qsvdec.c static int qsv_decode(AVCodecContext *avctx, QSVContext *q,
AVCodecContext    569 libavcodec/qsvdec.c int ff_qsv_process_data(AVCodecContext *avctx, QSVContext *q,
AVCodecContext    631 libavcodec/qsvdec.c void ff_qsv_decode_flush(AVCodecContext *avctx, QSVContext *q)
AVCodecContext     79 libavcodec/qsvdec.h int ff_qsv_process_data(AVCodecContext *avctx, QSVContext *q,
AVCodecContext     82 libavcodec/qsvdec.h void ff_qsv_decode_flush(AVCodecContext *avctx, QSVContext *q);
AVCodecContext     68 libavcodec/qsvdec_h2645.c static av_cold int qsv_decode_close(AVCodecContext *avctx)
AVCodecContext     81 libavcodec/qsvdec_h2645.c static av_cold int qsv_decode_init(AVCodecContext *avctx)
AVCodecContext    119 libavcodec/qsvdec_h2645.c static int qsv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    174 libavcodec/qsvdec_h2645.c static void qsv_decode_flush(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/qsvdec_other.c static av_cold int qsv_decode_close(AVCodecContext *avctx)
AVCodecContext     77 libavcodec/qsvdec_other.c static av_cold int qsv_decode_init(AVCodecContext *avctx)
AVCodecContext    117 libavcodec/qsvdec_other.c static int qsv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    172 libavcodec/qsvdec_other.c static void qsv_decode_flush(AVCodecContext *avctx)
AVCodecContext    132 libavcodec/qsvenc.c static void dump_video_param(AVCodecContext *avctx, QSVEncContext *q,
AVCodecContext    300 libavcodec/qsvenc.c static int select_rc_mode(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    389 libavcodec/qsvenc.c static int check_enc_param(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    420 libavcodec/qsvenc.c static int init_video_param_jpeg(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    484 libavcodec/qsvenc.c static int init_video_param(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    818 libavcodec/qsvenc.c static int qsv_retrieve_enc_jpeg_params(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    836 libavcodec/qsvenc.c static int qsv_retrieve_enc_vp9_params(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    885 libavcodec/qsvenc.c static int qsv_retrieve_enc_params(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext   1012 libavcodec/qsvenc.c static int qsv_init_opaque_alloc(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext   1049 libavcodec/qsvenc.c static int qsvenc_init_session(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext   1101 libavcodec/qsvenc.c int ff_qsv_enc_init(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext   1381 libavcodec/qsvenc.c static void print_interlace_msg(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext   1393 libavcodec/qsvenc.c static int encode_frame(AVCodecContext *avctx, QSVEncContext *q,
AVCodecContext   1521 libavcodec/qsvenc.c int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q,
AVCodecContext   1613 libavcodec/qsvenc.c int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q)
AVCodecContext    103 libavcodec/qsvenc.h typedef int SetEncodeCtrlCB (AVCodecContext *avctx,
AVCodecContext    106 libavcodec/qsvenc.h     AVCodecContext *avctx;
AVCodecContext    206 libavcodec/qsvenc.h int ff_qsv_enc_init(AVCodecContext *avctx, QSVEncContext *q);
AVCodecContext    208 libavcodec/qsvenc.h int ff_qsv_encode(AVCodecContext *avctx, QSVEncContext *q,
AVCodecContext    211 libavcodec/qsvenc.h int ff_qsv_enc_close(AVCodecContext *avctx, QSVEncContext *q);
AVCodecContext     43 libavcodec/qsvenc_h264.c static int qsv_h264_set_encode_ctrl(AVCodecContext *avctx,
AVCodecContext     77 libavcodec/qsvenc_h264.c static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVCodecContext     85 libavcodec/qsvenc_h264.c static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     93 libavcodec/qsvenc_h264.c static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/qsvenc_hevc.c static int generate_fake_vps(QSVEncContext *q, AVCodecContext *avctx)
AVCodecContext    164 libavcodec/qsvenc_hevc.c static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVCodecContext    208 libavcodec/qsvenc_hevc.c static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    216 libavcodec/qsvenc_hevc.c static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/qsvenc_jpeg.c static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/qsvenc_jpeg.c static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     56 libavcodec/qsvenc_jpeg.c static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/qsvenc_mpeg2.c static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVCodecContext     48 libavcodec/qsvenc_mpeg2.c static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     56 libavcodec/qsvenc_mpeg2.c static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/qsvenc_vp9.c static av_cold int qsv_enc_init(AVCodecContext *avctx)
AVCodecContext     49 libavcodec/qsvenc_vp9.c static int qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     57 libavcodec/qsvenc_vp9.c static av_cold int qsv_enc_close(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/qtrle.c     AVCodecContext *avctx;
AVCodecContext    405 libavcodec/qtrle.c static av_cold int qtrle_decode_init(AVCodecContext *avctx)
AVCodecContext    447 libavcodec/qtrle.c static int qtrle_decode_frame(AVCodecContext *avctx,
AVCodecContext    575 libavcodec/qtrle.c static void qtrle_decode_flush(AVCodecContext *avctx)
AVCodecContext    582 libavcodec/qtrle.c static av_cold int qtrle_decode_end(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/qtrleenc.c     AVCodecContext *avctx;
AVCodecContext     66 libavcodec/qtrleenc.c static av_cold int qtrle_encode_end(AVCodecContext *avctx)
AVCodecContext     77 libavcodec/qtrleenc.c static av_cold int qtrle_encode_init(AVCodecContext *avctx)
AVCodecContext    363 libavcodec/qtrleenc.c static int qtrle_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     28 libavcodec/r210dec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     36 libavcodec/r210dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     27 libavcodec/r210enc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/r210enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1545 libavcodec/ra144.c int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx)
AVCodecContext     38 libavcodec/ra144.h     AVCodecContext *avctx;
AVCodecContext     67 libavcodec/ra144.h int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
AVCodecContext     32 libavcodec/ra144dec.c static av_cold int ra144_decode_init(AVCodecContext * avctx)
AVCodecContext     62 libavcodec/ra144dec.c static int ra144_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext     38 libavcodec/ra144enc.c static av_cold int ra144_encode_close(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/ra144enc.c static av_cold int ra144_encode_init(AVCodecContext * avctx)
AVCodecContext    430 libavcodec/ra144enc.c static int ra144_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     63 libavcodec/ra288.c static av_cold int ra288_decode_close(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/ra288.c static av_cold int ra288_decode_init(AVCodecContext *avctx)
AVCodecContext    193 libavcodec/ra288.c static int ra288_decode_frame(AVCodecContext * avctx, void *data,
AVCodecContext    106 libavcodec/ralf.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    127 libavcodec/ralf.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    340 libavcodec/ralf.c static int decode_block(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    424 libavcodec/ralf.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
AVCodecContext    520 libavcodec/ralf.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext     68 libavcodec/rasc.c static void clear_plane(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext     79 libavcodec/rasc.c static void copy_plane(AVCodecContext *avctx, AVFrame *src, AVFrame *dst)
AVCodecContext     92 libavcodec/rasc.c static int init_frames(AVCodecContext *avctx)
AVCodecContext    111 libavcodec/rasc.c static int decode_fint(AVCodecContext *avctx,
AVCodecContext    171 libavcodec/rasc.c static int decode_zlib(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    204 libavcodec/rasc.c static int decode_move(AVCodecContext *avctx,
AVCodecContext    328 libavcodec/rasc.c static int decode_dlta(AVCodecContext *avctx,
AVCodecContext    470 libavcodec/rasc.c static int decode_kfrm(AVCodecContext *avctx,
AVCodecContext    533 libavcodec/rasc.c static int decode_mous(AVCodecContext *avctx,
AVCodecContext    573 libavcodec/rasc.c static int decode_mpos(AVCodecContext *avctx,
AVCodecContext    590 libavcodec/rasc.c static void draw_cursor(AVCodecContext *avctx)
AVCodecContext    668 libavcodec/rasc.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    748 libavcodec/rasc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    770 libavcodec/rasc.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    785 libavcodec/rasc.c static void decode_flush(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/ratecontrol.c static double get_fps(AVCodecContext *avctx)
AVCodecContext     83 libavcodec/ratecontrol.c     AVCodecContext *a         = s->avctx;
AVCodecContext    242 libavcodec/ratecontrol.c     AVCodecContext *a       = s->avctx;
AVCodecContext    314 libavcodec/ratecontrol.c     AVCodecContext *a       = s->avctx;
AVCodecContext    879 libavcodec/ratecontrol.c     AVCodecContext *a       = s->avctx;
AVCodecContext     69 libavcodec/rawdec.c static av_cold int raw_init_decoder(AVCodecContext *avctx)
AVCodecContext    136 libavcodec/rawdec.c static void flip(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    151 libavcodec/rawdec.c static void name(AVCodecContext *avctx, uint8_t * dst, const uint8_t *buf, int buf_size, int packed) \
AVCodecContext    170 libavcodec/rawdec.c static int raw_decode(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    490 libavcodec/rawdec.c static av_cold int raw_close_decoder(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/rawenc.c static av_cold int raw_encode_init(AVCodecContext *avctx)
AVCodecContext     52 libavcodec/rawenc.c static int raw_encode(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     58 libavcodec/realtextdec.c static int realtext_decode_frame(AVCodecContext *avctx,
AVCodecContext     39 libavcodec/remove_extradata_bsf.c     AVCodecContext *avctx;
AVCodecContext     67 libavcodec/rkmppdec.c static MppCodingType rkmpp_get_codingtype(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/rkmppdec.c static int rkmpp_write_data(AVCodecContext *avctx, uint8_t *buffer, int size, int64_t pts)
AVCodecContext    124 libavcodec/rkmppdec.c static int rkmpp_close_decoder(AVCodecContext *avctx)
AVCodecContext    152 libavcodec/rkmppdec.c static int rkmpp_init_decoder(AVCodecContext *avctx)
AVCodecContext    269 libavcodec/rkmppdec.c static int rkmpp_send_packet(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    320 libavcodec/rkmppdec.c static int rkmpp_retrieve_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    496 libavcodec/rkmppdec.c static int rkmpp_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    536 libavcodec/rkmppdec.c static void rkmpp_flush(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/rl2.c     AVCodecContext *avctx;
AVCodecContext    132 libavcodec/rl2.c static av_cold int rl2_decode_init(AVCodecContext *avctx)
AVCodecContext    180 libavcodec/rl2.c static int rl2_decode_frame(AVCodecContext *avctx,
AVCodecContext    211 libavcodec/rl2.c static av_cold int rl2_decode_end(AVCodecContext *avctx)
AVCodecContext     44 libavcodec/roqaudioenc.c static av_cold int roq_dpcm_encode_close(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/roqaudioenc.c static av_cold int roq_dpcm_encode_init(AVCodecContext *avctx)
AVCodecContext    126 libavcodec/roqaudioenc.c static int roq_dpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     47 libavcodec/roqvideo.h     AVCodecContext *avctx;
AVCodecContext    171 libavcodec/roqvideodec.c static av_cold int roq_decode_init(AVCodecContext *avctx)
AVCodecContext    199 libavcodec/roqvideodec.c static int roq_decode_frame(AVCodecContext *avctx,
AVCodecContext    231 libavcodec/roqvideodec.c static av_cold int roq_decode_end(AVCodecContext *avctx)
AVCodecContext    961 libavcodec/roqvideoenc.c static av_cold int roq_encode_end(AVCodecContext *avctx)
AVCodecContext    977 libavcodec/roqvideoenc.c static av_cold int roq_encode_init(AVCodecContext *avctx)
AVCodecContext   1060 libavcodec/roqvideoenc.c static int roq_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     49 libavcodec/rpza.c     AVCodecContext *avctx;
AVCodecContext    244 libavcodec/rpza.c static av_cold int rpza_decode_init(AVCodecContext *avctx)
AVCodecContext    258 libavcodec/rpza.c static int rpza_decode_frame(AVCodecContext *avctx,
AVCodecContext    280 libavcodec/rpza.c static av_cold int rpza_decode_end(AVCodecContext *avctx)
AVCodecContext     70 libavcodec/rscc.c static av_cold int rscc_init(AVCodecContext *avctx)
AVCodecContext    138 libavcodec/rscc.c static av_cold int rscc_close(AVCodecContext *avctx)
AVCodecContext    149 libavcodec/rscc.c static int rscc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    170 libavcodec/rtjpeg.c void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx)
AVCodecContext     42 libavcodec/rtjpeg.h void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx);
AVCodecContext    466 libavcodec/rv10.c static av_cold int rv10_decode_init(AVCodecContext *avctx)
AVCodecContext    544 libavcodec/rv10.c static av_cold int rv10_decode_end(AVCodecContext *avctx)
AVCodecContext    552 libavcodec/rv10.c static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext    697 libavcodec/rv10.c static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n)
AVCodecContext    705 libavcodec/rv10.c static int rv10_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     38 libavcodec/rv30.c     AVCodecContext *avctx = r->s.avctx;
AVCodecContext    260 libavcodec/rv30.c static av_cold int rv30_decode_init(AVCodecContext *avctx)
AVCodecContext   1492 libavcodec/rv34.c av_cold int ff_rv34_decode_init(AVCodecContext *avctx)
AVCodecContext   1532 libavcodec/rv34.c int ff_rv34_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext   1564 libavcodec/rv34.c static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n, int slice_count, int buf_size)
AVCodecContext   1573 libavcodec/rv34.c static int finish_frame(AVCodecContext *avctx, AVFrame *pict)
AVCodecContext   1613 libavcodec/rv34.c int ff_rv34_decode_frame(AVCodecContext *avctx,
AVCodecContext   1819 libavcodec/rv34.c av_cold int ff_rv34_decode_end(AVCodecContext *avctx)
AVCodecContext    136 libavcodec/rv34.h int ff_rv34_decode_init(AVCodecContext *avctx);
AVCodecContext    137 libavcodec/rv34.h int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt);
AVCodecContext    138 libavcodec/rv34.h int ff_rv34_decode_end(AVCodecContext *avctx);
AVCodecContext    139 libavcodec/rv34.h int ff_rv34_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src);
AVCodecContext     41 libavcodec/rv34_parser.c                       AVCodecContext *avctx,
AVCodecContext    551 libavcodec/rv40.c static av_cold int rv40_decode_init(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/s302m.c static int s302m_parse_frame_header(AVCodecContext *avctx, const uint8_t *buf,
AVCodecContext     92 libavcodec/s302m.c static int s302m_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     34 libavcodec/s302menc.c static av_cold int s302m_encode_init(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/s302menc.c static int s302m_encode2_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     41 libavcodec/samidec.c static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src)
AVCodecContext    134 libavcodec/samidec.c static int sami_decode_frame(AVCodecContext *avctx,
AVCodecContext    154 libavcodec/samidec.c static av_cold int sami_init(AVCodecContext *avctx)
AVCodecContext    165 libavcodec/samidec.c static av_cold int sami_close(AVCodecContext *avctx)
AVCodecContext    176 libavcodec/samidec.c static void sami_flush(AVCodecContext *avctx)
AVCodecContext    264 libavcodec/sanm.c     AVCodecContext *avctx;
AVCodecContext    488 libavcodec/sanm.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    522 libavcodec/sanm.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext   1389 libavcodec/sanm.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     33 libavcodec/sbc_parser.c static int sbc_parse_header(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     76 libavcodec/sbc_parser.c static int sbc_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    321 libavcodec/sbcdec.c static int sbc_decode_init(AVCodecContext *avctx)
AVCodecContext    337 libavcodec/sbcdec.c static int sbc_decode_frame(AVCodecContext *avctx,
AVCodecContext    194 libavcodec/sbcenc.c static int sbc_encode_init(AVCodecContext *avctx)
AVCodecContext    276 libavcodec/sbcenc.c static int sbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    297 libavcodec/scpr.c static int decompress_i(AVCodecContext *avctx, uint32_t *dst, int linesize)
AVCodecContext    369 libavcodec/scpr.c static int decompress_p(AVCodecContext *avctx,
AVCodecContext    494 libavcodec/scpr.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    626 libavcodec/scpr.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    659 libavcodec/scpr.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/scpr.h static int decode_run_i(AVCodecContext *avctx, uint32_t ptype, int run,
AVCodecContext    222 libavcodec/scpr.h static int decode_run_p(AVCodecContext *avctx, uint32_t ptype, int run,
AVCodecContext    945 libavcodec/scpr3.c static int decompress_i3(AVCodecContext *avctx, uint32_t *dst, int linesize)
AVCodecContext   1028 libavcodec/scpr3.c static int decompress_p3(AVCodecContext *avctx,
AVCodecContext     55 libavcodec/screenpresso.c static av_cold int screenpresso_close(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/screenpresso.c static av_cold int screenpresso_init(AVCodecContext *avctx)
AVCodecContext    104 libavcodec/screenpresso.c static int screenpresso_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     30 libavcodec/sgidec.c     AVCodecContext *avctx;
AVCodecContext    202 libavcodec/sgidec.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    282 libavcodec/sgidec.c static av_cold int sgi_decode_init(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/sgienc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext     92 libavcodec/sgienc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     34 libavcodec/sgirledec.c static av_cold int sgirle_decode_init(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/sgirledec.c static int decode_sgirle8(AVCodecContext *avctx, uint8_t *dst,
AVCodecContext    112 libavcodec/sgirledec.c static int sgirle_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     37 libavcodec/sheervideo.c     void (*decode_frame)(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb);
AVCodecContext     40 libavcodec/sheervideo.c static void decode_ca4i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext     84 libavcodec/sheervideo.c static void decode_ca4p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    172 libavcodec/sheervideo.c static void decode_ybr10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    211 libavcodec/sheervideo.c static void decode_ybr10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    287 libavcodec/sheervideo.c static void decode_yry10i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    329 libavcodec/sheervideo.c static void decode_yry10(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    412 libavcodec/sheervideo.c static void decode_ca2i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    462 libavcodec/sheervideo.c static void decode_ca2p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    564 libavcodec/sheervideo.c static void decode_c82i(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    614 libavcodec/sheervideo.c static void decode_c82p(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    716 libavcodec/sheervideo.c static void decode_ybyr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    799 libavcodec/sheervideo.c static void decode_byryi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    873 libavcodec/sheervideo.c static void decode_byry(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext    956 libavcodec/sheervideo.c static void decode_ybri(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1024 libavcodec/sheervideo.c static void decode_ybr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1100 libavcodec/sheervideo.c static void decode_aybri(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1178 libavcodec/sheervideo.c static void decode_aybr(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1266 libavcodec/sheervideo.c static void decode_argxi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1310 libavcodec/sheervideo.c static void decode_argx(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1398 libavcodec/sheervideo.c static void decode_rgbxi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1437 libavcodec/sheervideo.c static void decode_rgbx(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1513 libavcodec/sheervideo.c static void decode_argbi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1579 libavcodec/sheervideo.c static void decode_argb(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1655 libavcodec/sheervideo.c static void decode_rgbi(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1714 libavcodec/sheervideo.c static void decode_rgb(AVCodecContext *avctx, AVFrame *p, GetBitContext *gb)
AVCodecContext   1804 libavcodec/sheervideo.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext   2066 libavcodec/sheervideo.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     86 libavcodec/shorten.c     AVCodecContext *avctx;
AVCodecContext    117 libavcodec/shorten.c static av_cold int shorten_decode_init(AVCodecContext *avctx)
AVCodecContext    210 libavcodec/shorten.c static int decode_aiff_header(AVCodecContext *avctx, const uint8_t *header,
AVCodecContext    278 libavcodec/shorten.c static int decode_wave_header(AVCodecContext *avctx, const uint8_t *header,
AVCodecContext    520 libavcodec/shorten.c static int shorten_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    786 libavcodec/shorten.c static av_cold int shorten_decode_close(AVCodecContext *avctx)
AVCodecContext    480 libavcodec/sipr.c static av_cold int sipr_decoder_init(AVCodecContext * avctx)
AVCodecContext    522 libavcodec/sipr.c static int sipr_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     66 libavcodec/sipr.h     AVCodecContext *avctx;
AVCodecContext     30 libavcodec/sipr_parser.c static int sipr_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
AVCodecContext     49 libavcodec/sipr_parser.c static int sipr_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    386 libavcodec/siren.c static av_cold int siren_init(AVCodecContext *avctx)
AVCodecContext    674 libavcodec/siren.c static int siren_decode(AVCodecContext *avctx, void *data,
AVCodecContext    748 libavcodec/siren.c static av_cold void siren_flush(AVCodecContext *avctx)
AVCodecContext    757 libavcodec/siren.c static av_cold int siren_close(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/smacker.c     AVCodecContext *avctx;
AVCodecContext    417 libavcodec/smacker.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    572 libavcodec/smacker.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    587 libavcodec/smacker.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    617 libavcodec/smacker.c static av_cold int smka_decode_init(AVCodecContext *avctx)
AVCodecContext    632 libavcodec/smacker.c static int smka_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     48 libavcodec/smc.c     AVCodecContext *avctx;
AVCodecContext    417 libavcodec/smc.c static av_cold int smc_decode_init(AVCodecContext *avctx)
AVCodecContext    431 libavcodec/smc.c static int smc_decode_frame(AVCodecContext *avctx,
AVCodecContext    468 libavcodec/smc.c static av_cold int smc_decode_end(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/smvjpegdec.c     AVCodecContext* avctx;
AVCodecContext     78 libavcodec/smvjpegdec.c static av_cold int smvjpeg_decode_end(AVCodecContext *avctx)
AVCodecContext     92 libavcodec/smvjpegdec.c static av_cold int smvjpeg_decode_init(AVCodecContext *avctx)
AVCodecContext    145 libavcodec/smvjpegdec.c static int smvjpeg_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
AVCodecContext    430 libavcodec/snow.c av_cold int ff_snow_common_init(AVCodecContext *avctx){
AVCodecContext    514 libavcodec/snow.c int ff_snow_common_init_after_header(AVCodecContext *avctx) {
AVCodecContext    640 libavcodec/snow.c void ff_snow_release_buffer(AVCodecContext *avctx)
AVCodecContext    116 libavcodec/snow.h     AVCodecContext *avctx;
AVCodecContext    240 libavcodec/snow.h int ff_snow_common_init(AVCodecContext *avctx);
AVCodecContext    241 libavcodec/snow.h int ff_snow_common_init_after_header(AVCodecContext *avctx);
AVCodecContext    243 libavcodec/snow.h void ff_snow_release_buffer(AVCodecContext *avctx);
AVCodecContext    422 libavcodec/snowdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    450 libavcodec/snowdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    648 libavcodec/snowdec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/snowenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext   1567 libavcodec/snowenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext   1923 libavcodec/snowenc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext    596 libavcodec/sonic.c static av_cold int sonic_encode_init(AVCodecContext *avctx)
AVCodecContext    706 libavcodec/sonic.c static av_cold int sonic_encode_close(AVCodecContext *avctx)
AVCodecContext    723 libavcodec/sonic.c static int sonic_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    859 libavcodec/sonic.c static av_cold int sonic_decode_init(AVCodecContext *avctx)
AVCodecContext    975 libavcodec/sonic.c static av_cold int sonic_decode_close(AVCodecContext *avctx)
AVCodecContext    993 libavcodec/sonic.c static int sonic_decode_frame(AVCodecContext *avctx,
AVCodecContext     34 libavcodec/sp5xdec.c static int sp5x_decode_frame(AVCodecContext *avctx,
AVCodecContext     49 libavcodec/speedhq.c     AVCodecContext *avctx;
AVCodecContext    415 libavcodec/speedhq.c static int speedhq_decode_frame(AVCodecContext *avctx,
AVCodecContext    606 libavcodec/speedhq.c static av_cold int speedhq_decode_init(AVCodecContext *avctx)
AVCodecContext     30 libavcodec/srtdec.c static int srt_to_ass(AVCodecContext *avctx, AVBPrint *dst,
AVCodecContext     55 libavcodec/srtdec.c static int srt_decode_frame(AVCodecContext *avctx,
AVCodecContext     33 libavcodec/srtenc.c     AVCodecContext *avctx;
AVCodecContext    133 libavcodec/srtenc.c static av_cold int srt_encode_init(AVCodecContext *avctx)
AVCodecContext    229 libavcodec/srtenc.c static int encode_frame(AVCodecContext *avctx,
AVCodecContext    286 libavcodec/srtenc.c static int srt_encode_frame(AVCodecContext *avctx,
AVCodecContext    292 libavcodec/srtenc.c static int text_encode_frame(AVCodecContext *avctx,
AVCodecContext    298 libavcodec/srtenc.c static int srt_encode_close(AVCodecContext *avctx)
AVCodecContext     49 libavcodec/subviewerdec.c static int subviewer_decode_frame(AVCodecContext *avctx,
AVCodecContext     29 libavcodec/sunrast.c static int sunrast_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     41 libavcodec/sunrastenc.c static void sunrast_image_write_header(AVCodecContext *avctx)
AVCodecContext     55 libavcodec/sunrastenc.c static void sunrast_image_write_image(AVCodecContext *avctx,
AVCodecContext    139 libavcodec/sunrastenc.c static av_cold int sunrast_encode_init(AVCodecContext *avctx)
AVCodecContext    188 libavcodec/sunrastenc.c static int sunrast_encode_frame(AVCodecContext *avctx,  AVPacket *avpkt,
AVCodecContext    448 libavcodec/svq1dec.c static int svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp,
AVCodecContext    520 libavcodec/svq1dec.c static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    613 libavcodec/svq1dec.c static int svq1_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    765 libavcodec/svq1dec.c static av_cold int svq1_decode_init(AVCodecContext *avctx)
AVCodecContext    820 libavcodec/svq1dec.c static av_cold int svq1_decode_end(AVCodecContext *avctx)
AVCodecContext    831 libavcodec/svq1dec.c static void svq1_flush(AVCodecContext *avctx)
AVCodecContext    485 libavcodec/svq1enc.c static av_cold int svq1_encode_end(AVCodecContext *avctx)
AVCodecContext    515 libavcodec/svq1enc.c static av_cold int svq1_encode_init(AVCodecContext *avctx)
AVCodecContext    581 libavcodec/svq1enc.c static int svq1_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     39 libavcodec/svq1enc.h     AVCodecContext *avctx;
AVCodecContext     85 libavcodec/svq3.c     AVCodecContext *avctx;
AVCodecContext    224 libavcodec/svq3.c static int svq3_decode_end(AVCodecContext *avctx);
AVCodecContext   1020 libavcodec/svq3.c static int svq3_decode_slice_header(AVCodecContext *avctx)
AVCodecContext   1128 libavcodec/svq3.c static av_cold int svq3_decode_init(AVCodecContext *avctx)
AVCodecContext   1345 libavcodec/svq3.c static void free_picture(AVCodecContext *avctx, SVQ3Frame *pic)
AVCodecContext   1357 libavcodec/svq3.c static int get_buffer(AVCodecContext *avctx, SVQ3Frame *pic)
AVCodecContext   1405 libavcodec/svq3.c static int svq3_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1624 libavcodec/svq3.c static av_cold int svq3_decode_end(AVCodecContext *avctx)
AVCodecContext    141 libavcodec/tak.c int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext    164 libavcodec/tak.h int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext     37 libavcodec/tak_parser.c static int tak_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     51 libavcodec/takdec.c     AVCodecContext *avctx;                          ///< parent AVCodecContext
AVCodecContext    144 libavcodec/takdec.c static int set_bps_params(AVCodecContext *avctx)
AVCodecContext    165 libavcodec/takdec.c static void set_sample_rate_params(AVCodecContext *avctx)
AVCodecContext    183 libavcodec/takdec.c static av_cold int tak_decode_init(AVCodecContext *avctx)
AVCodecContext    511 libavcodec/takdec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    676 libavcodec/takdec.c static int tak_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    918 libavcodec/takdec.c static int update_thread_context(AVCodecContext *dst,
AVCodecContext    919 libavcodec/takdec.c                                  const AVCodecContext *src)
AVCodecContext    931 libavcodec/takdec.c static av_cold int tak_decode_close(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/targa.c static int targa_decode_rle(AVCodecContext *avctx, TargaContext *s,
AVCodecContext    109 libavcodec/targa.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext     25 libavcodec/targa_y216dec.c static av_cold int y216_decode_init(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/targa_y216dec.c static int y216_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     85 libavcodec/targaenc.c static int targa_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    187 libavcodec/targaenc.c static av_cold int targa_encode_init(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/tdsc.c     AVCodecContext *jpeg_avctx;   // wrapper context for MJPEG
AVCodecContext     77 libavcodec/tdsc.c static av_cold int tdsc_close(AVCodecContext *avctx)
AVCodecContext     91 libavcodec/tdsc.c static av_cold int tdsc_init(AVCodecContext *avctx)
AVCodecContext    142 libavcodec/tdsc.c static void tdsc_paint_cursor(AVCodecContext *avctx, uint8_t *dst, int stride)
AVCodecContext    187 libavcodec/tdsc.c static int tdsc_load_cursor(AVCodecContext *avctx)
AVCodecContext    341 libavcodec/tdsc.c static int tdsc_decode_jpeg_tile(AVCodecContext *avctx, int tile_size,
AVCodecContext    384 libavcodec/tdsc.c static int tdsc_decode_tiles(AVCodecContext *avctx, int number_tiles)
AVCodecContext    453 libavcodec/tdsc.c static int tdsc_parse_tdsf(AVCodecContext *avctx, int number_tiles)
AVCodecContext    496 libavcodec/tdsc.c static int tdsc_parse_dtsm(AVCodecContext *avctx)
AVCodecContext    523 libavcodec/tdsc.c static int tdsc_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    116 libavcodec/tests/motion.c     AVCodecContext *ctx;
AVCodecContext     24 libavcodec/tests/options.c static int dummy_init(AVCodecContext *ctx)
AVCodecContext     32 libavcodec/tests/options.c static int dummy_close(AVCodecContext *ctx)
AVCodecContext     39 libavcodec/tests/options.c static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
AVCodecContext    123 libavcodec/tests/options.c static void test_copy_print_codec(const AVCodecContext *ctx)
AVCodecContext    142 libavcodec/tests/options.c     AVCodecContext *ctx1, *ctx2;
AVCodecContext     45 libavcodec/textdec.c static int text_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     66 libavcodec/textdec.c static void text_flush(AVCodecContext *avctx)
AVCodecContext     99 libavcodec/textdec.c static int linebreak_init(AVCodecContext *avctx)
AVCodecContext     36 libavcodec/thread.h     AVCodecContext *owner[2];
AVCodecContext     48 libavcodec/thread.h void ff_thread_flush(AVCodecContext *avctx);
AVCodecContext     60 libavcodec/thread.h int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext     71 libavcodec/thread.h void ff_thread_finish_setup(AVCodecContext *avctx);
AVCodecContext    107 libavcodec/thread.h enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
AVCodecContext    117 libavcodec/thread.h int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags);
AVCodecContext    130 libavcodec/thread.h void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f);
AVCodecContext    134 libavcodec/thread.h int ff_thread_init(AVCodecContext *s);
AVCodecContext    135 libavcodec/thread.h int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx,
AVCodecContext    136 libavcodec/thread.h         int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
AVCodecContext    137 libavcodec/thread.h         int (*main_func)(AVCodecContext *c), void *arg, int *ret, int job_count);
AVCodecContext    138 libavcodec/thread.h void ff_thread_free(AVCodecContext *s);
AVCodecContext    139 libavcodec/thread.h int ff_alloc_entries(AVCodecContext *avctx, int count);
AVCodecContext    140 libavcodec/thread.h void ff_reset_entries(AVCodecContext *avctx);
AVCodecContext    141 libavcodec/thread.h void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
AVCodecContext    142 libavcodec/thread.h void ff_thread_await_progress2(AVCodecContext *avctx,  int field, int thread, int shift);
AVCodecContext     34 libavcodec/tiertexseqv.c     AVCodecContext *avctx;
AVCodecContext    213 libavcodec/tiertexseqv.c static av_cold int seqvideo_decode_init(AVCodecContext *avctx)
AVCodecContext    232 libavcodec/tiertexseqv.c static int seqvideo_decode_frame(AVCodecContext *avctx,
AVCodecContext    255 libavcodec/tiertexseqv.c static av_cold int seqvideo_decode_end(AVCodecContext *avctx)
AVCodecContext     56 libavcodec/tiff.c     AVCodecContext *avctx;
AVCodecContext     60 libavcodec/tiff.c     AVCodecContext *avctx_mjpeg; // wrapper context for MJPEG
AVCodecContext    554 libavcodec/tiff.c static int dng_decode_strip(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext    875 libavcodec/tiff.c static int dng_decode_jpeg(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    961 libavcodec/tiff.c static int dng_decode_tiles(AVCodecContext *avctx, AVFrame *frame, AVPacket *avpkt)
AVCodecContext   1036 libavcodec/tiff.c static int dng_decode_strip(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext   1766 libavcodec/tiff.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext   2127 libavcodec/tiff.c static av_cold int tiff_init(AVCodecContext *avctx)
AVCodecContext   2167 libavcodec/tiff.c static av_cold int tiff_end(AVCodecContext *avctx)
AVCodecContext     54 libavcodec/tiffenc.c     AVCodecContext *avctx;
AVCodecContext    245 libavcodec/tiffenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    524 libavcodec/tiffenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    547 libavcodec/tiffenc.c static av_cold int encode_close(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/tmv.c static int tmv_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     83 libavcodec/tmv.c static av_cold int tmv_decode_init(AVCodecContext *avctx)
AVCodecContext     46 libavcodec/truemotion1.c     AVCodecContext *avctx;
AVCodecContext    475 libavcodec/truemotion1.c static av_cold int truemotion1_decode_init(AVCodecContext *avctx)
AVCodecContext    873 libavcodec/truemotion1.c static int truemotion1_decode_frame(AVCodecContext *avctx,
AVCodecContext    905 libavcodec/truemotion1.c static av_cold int truemotion1_decode_end(AVCodecContext *avctx)
AVCodecContext     62 libavcodec/truemotion2.c     AVCodecContext *avctx;
AVCodecContext    899 libavcodec/truemotion2.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    957 libavcodec/truemotion2.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1021 libavcodec/truemotion2.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/truemotion2rt.c static int truemotion2rt_decode_header(AVCodecContext *avctx, const AVPacket *avpkt)
AVCodecContext    105 libavcodec/truemotion2rt.c static int truemotion2rt_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    217 libavcodec/truemotion2rt.c static av_cold int truemotion2rt_decode_init(AVCodecContext *avctx)
AVCodecContext     61 libavcodec/truespeech.c static av_cold int truespeech_decode_init(AVCodecContext * avctx)
AVCodecContext    305 libavcodec/truespeech.c static int truespeech_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     48 libavcodec/tscc.c     AVCodecContext *avctx;
AVCodecContext     64 libavcodec/tscc.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    129 libavcodec/tscc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    178 libavcodec/tscc.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/tscc2.c     AVCodecContext *avctx;
AVCodecContext    218 libavcodec/tscc2.c static int tscc2_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    333 libavcodec/tscc2.c static av_cold int tscc2_decode_end(AVCodecContext *avctx)
AVCodecContext    344 libavcodec/tscc2.c static av_cold int tscc2_decode_init(AVCodecContext *avctx)
AVCodecContext     50 libavcodec/tta.c     AVCodecContext *avctx;
AVCodecContext    104 libavcodec/tta.c static int allocate_buffers(AVCodecContext *avctx)
AVCodecContext    123 libavcodec/tta.c static av_cold int tta_decode_init(AVCodecContext * avctx)
AVCodecContext    219 libavcodec/tta.c static int tta_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    392 libavcodec/tta.c static av_cold int tta_decode_close(AVCodecContext *avctx) {
AVCodecContext     36 libavcodec/ttaenc.c static av_cold int tta_encode_init(AVCodecContext *avctx)
AVCodecContext     85 libavcodec/ttaenc.c static int tta_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext    196 libavcodec/ttaenc.c static av_cold int tta_encode_close(AVCodecContext *avctx)
AVCodecContext    476 libavcodec/twinvq.c int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    751 libavcodec/twinvq.c av_cold int ff_twinvq_decode_close(AVCodecContext *avctx)
AVCodecContext    770 libavcodec/twinvq.c av_cold int ff_twinvq_decode_init(AVCodecContext *avctx)
AVCodecContext    138 libavcodec/twinvq.h     AVCodecContext *avctx;
AVCodecContext    174 libavcodec/twinvq.h     int (*read_bitstream)(AVCodecContext *avctx, struct TwinVQContext *tctx,
AVCodecContext    198 libavcodec/twinvq.h int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    200 libavcodec/twinvq.h int ff_twinvq_decode_close(AVCodecContext *avctx);
AVCodecContext    201 libavcodec/twinvq.h int ff_twinvq_decode_init(AVCodecContext *avctx);
AVCodecContext    251 libavcodec/twinvqdec.c static int twinvq_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx,
AVCodecContext    319 libavcodec/twinvqdec.c static av_cold int twinvq_decode_init(AVCodecContext *avctx)
AVCodecContext     34 libavcodec/txd.c static int txd_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     38 libavcodec/ulti.c     AVCodecContext *avctx;
AVCodecContext     45 libavcodec/ulti.c static av_cold int ulti_decode_init(AVCodecContext *avctx)
AVCodecContext     65 libavcodec/ulti.c static av_cold int ulti_decode_end(AVCodecContext *avctx)
AVCodecContext    216 libavcodec/ulti.c static int ulti_decode_frame(AVCodecContext *avctx,
AVCodecContext    104 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height)
AVCodecContext    119 libavcodec/utils.c int ff_set_sar(AVCodecContext *avctx, AVRational sar)
AVCodecContext    154 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
AVCodecContext    338 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height)
AVCodecContext    441 libavcodec/utils.c int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size)
AVCodecContext    454 libavcodec/utils.c int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count)
AVCodecContext    479 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase)
AVCodecContext    480 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, const AVCodecDescriptor *, codec_descriptor)
AVCodecContext    481 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, lowres)
AVCodecContext    482 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, seek_preroll)
AVCodecContext    483 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, uint16_t*, chroma_intra_matrix)
AVCodecContext    485 libavcodec/utils.c unsigned av_codec_get_codec_properties(const AVCodecContext *codec)
AVCodecContext    500 libavcodec/utils.c static int64_t get_bit_rate(AVCodecContext *ctx)
AVCodecContext    524 libavcodec/utils.c static void ff_lock_avcodec(AVCodecContext *log_ctx, const AVCodec *codec)
AVCodecContext    536 libavcodec/utils.c int attribute_align_arg ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
AVCodecContext    548 libavcodec/utils.c int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options)
AVCodecContext   1058 libavcodec/utils.c void avcodec_flush_buffers(AVCodecContext *avctx)
AVCodecContext   1121 libavcodec/utils.c av_cold int avcodec_close(AVCodecContext *avctx)
AVCodecContext   1224 libavcodec/utils.c void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode)
AVCodecContext   1756 libavcodec/utils.c int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes)
AVCodecContext   1775 libavcodec/utils.c int ff_thread_init(AVCodecContext *s)
AVCodecContext   1864 libavcodec/utils.c enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt)
AVCodecContext   1869 libavcodec/utils.c int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
AVCodecContext   1875 libavcodec/utils.c void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f)
AVCodecContext   1881 libavcodec/utils.c void ff_thread_finish_setup(AVCodecContext *avctx)
AVCodecContext   1893 libavcodec/utils.c int ff_thread_can_start_frame(AVCodecContext *avctx)
AVCodecContext   1898 libavcodec/utils.c int ff_alloc_entries(AVCodecContext *avctx, int count)
AVCodecContext   1903 libavcodec/utils.c void ff_reset_entries(AVCodecContext *avctx)
AVCodecContext   1907 libavcodec/utils.c void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift)
AVCodecContext   1911 libavcodec/utils.c void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n)
AVCodecContext   1917 libavcodec/utils.c int avcodec_is_open(AVCodecContext *s)
AVCodecContext   1922 libavcodec/utils.c int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf)
AVCodecContext   1992 libavcodec/utils.c AVCPBProperties *ff_add_cpb_side_data(AVCodecContext *avctx)
AVCodecContext   2083 libavcodec/utils.c                                     const AVCodecContext *codec)
AVCodecContext   2139 libavcodec/utils.c int avcodec_parameters_to_context(AVCodecContext *codec,
AVCodecContext   2239 libavcodec/utils.c int64_t ff_guess_coded_bitrate(AVCodecContext *avctx)
AVCodecContext     69 libavcodec/utvideo.h     AVCodecContext *avctx;
AVCodecContext    600 libavcodec/utvideodec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    923 libavcodec/utvideodec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1085 libavcodec/utvideodec.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/utvideoenc.c static av_cold int utvideo_encode_close(AVCodecContext *avctx)
AVCodecContext     59 libavcodec/utvideoenc.c static av_cold int utvideo_encode_init(AVCodecContext *avctx)
AVCodecContext    391 libavcodec/utvideoenc.c static int encode_plane(AVCodecContext *avctx, uint8_t *src,
AVCodecContext    532 libavcodec/utvideoenc.c static int utvideo_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     35 libavcodec/v210_template.c static void RENAME(v210_enc)(AVCodecContext *avctx,
AVCodecContext     67 libavcodec/v210dec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     81 libavcodec/v210dec.c static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr)
AVCodecContext    140 libavcodec/v210dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     95 libavcodec/v210enc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    118 libavcodec/v210enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     27 libavcodec/v210x.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/v210x.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     25 libavcodec/v308dec.c static av_cold int v308_decode_init(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/v308dec.c static int v308_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     27 libavcodec/v308enc.c static av_cold int v308_encode_init(AVCodecContext *avctx)
AVCodecContext     40 libavcodec/v308enc.c static int v308_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     71 libavcodec/v308enc.c static av_cold int v308_encode_close(AVCodecContext *avctx)
AVCodecContext     25 libavcodec/v408dec.c static av_cold int v408_decode_init(AVCodecContext *avctx)
AVCodecContext     32 libavcodec/v408dec.c static int v408_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     27 libavcodec/v408enc.c static av_cold int v408_encode_init(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/v408enc.c static int v408_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     76 libavcodec/v408enc.c static av_cold int v408_encode_close(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/v410dec.c static av_cold int v410_decode_init(AVCodecContext *avctx)
AVCodecContext     52 libavcodec/v410dec.c static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr)
AVCodecContext     88 libavcodec/v410dec.c static int v410_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     28 libavcodec/v410enc.c static av_cold int v410_encode_init(AVCodecContext *avctx)
AVCodecContext     41 libavcodec/v410enc.c static int v410_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     47 libavcodec/v4l2_buffers.c static inline AVCodecContext *logger(V4L2Buffer *buf)
AVCodecContext     51 libavcodec/v4l2_context.c static inline AVCodecContext *logger(V4L2Context *ctx)
AVCodecContext     52 libavcodec/v4l2_m2m.h     AVCodecContext *avctx;
AVCodecContext     37 libavcodec/v4l2_m2m_dec.c static int v4l2_try_start(AVCodecContext *avctx)
AVCodecContext    136 libavcodec/v4l2_m2m_dec.c static int v4l2_receive_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    184 libavcodec/v4l2_m2m_dec.c static av_cold int v4l2_decode_init(AVCodecContext *avctx)
AVCodecContext    224 libavcodec/v4l2_m2m_dec.c static av_cold int v4l2_decode_close(AVCodecContext *avctx)
AVCodecContext    175 libavcodec/v4l2_m2m_enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    273 libavcodec/v4l2_m2m_enc.c static int v4l2_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    286 libavcodec/v4l2_m2m_enc.c static int v4l2_receive_packet(AVCodecContext *avctx, AVPacket *avpkt)
AVCodecContext    316 libavcodec/v4l2_m2m_enc.c static av_cold int v4l2_encode_init(AVCodecContext *avctx)
AVCodecContext    366 libavcodec/v4l2_m2m_enc.c static av_cold int v4l2_encode_close(AVCodecContext *avctx)
AVCodecContext     30 libavcodec/vaapi_decode.c int ff_vaapi_decode_make_param_buffer(AVCodecContext *avctx,
AVCodecContext     59 libavcodec/vaapi_decode.c int ff_vaapi_decode_make_slice_buffer(AVCodecContext *avctx,
AVCodecContext    123 libavcodec/vaapi_decode.c static void ff_vaapi_decode_destroy_buffers(AVCodecContext *avctx,
AVCodecContext    151 libavcodec/vaapi_decode.c int ff_vaapi_decode_issue(AVCodecContext *avctx,
AVCodecContext    225 libavcodec/vaapi_decode.c int ff_vaapi_decode_cancel(AVCodecContext *avctx,
AVCodecContext    278 libavcodec/vaapi_decode.c static int vaapi_decode_find_best_format(AVCodecContext *avctx,
AVCodecContext    372 libavcodec/vaapi_decode.c     VAProfile (*profile_parser)(AVCodecContext *avctx);
AVCodecContext    420 libavcodec/vaapi_decode.c static int vaapi_decode_make_config(AVCodecContext *avctx,
AVCodecContext    604 libavcodec/vaapi_decode.c int ff_vaapi_common_frame_params(AVCodecContext *avctx,
AVCodecContext    628 libavcodec/vaapi_decode.c int ff_vaapi_decode_init(AVCodecContext *avctx)
AVCodecContext    717 libavcodec/vaapi_decode.c int ff_vaapi_decode_uninit(AVCodecContext *avctx)
AVCodecContext     80 libavcodec/vaapi_decode.h int ff_vaapi_decode_make_param_buffer(AVCodecContext *avctx,
AVCodecContext     86 libavcodec/vaapi_decode.h int ff_vaapi_decode_make_slice_buffer(AVCodecContext *avctx,
AVCodecContext     93 libavcodec/vaapi_decode.h int ff_vaapi_decode_issue(AVCodecContext *avctx,
AVCodecContext     95 libavcodec/vaapi_decode.h int ff_vaapi_decode_cancel(AVCodecContext *avctx,
AVCodecContext     98 libavcodec/vaapi_decode.h int ff_vaapi_decode_init(AVCodecContext *avctx);
AVCodecContext     99 libavcodec/vaapi_decode.h int ff_vaapi_decode_uninit(AVCodecContext *avctx);
AVCodecContext    101 libavcodec/vaapi_decode.h int ff_vaapi_common_frame_params(AVCodecContext *avctx,
AVCodecContext     37 libavcodec/vaapi_encode.c static int vaapi_encode_make_packed_header(AVCodecContext *avctx,
AVCodecContext     83 libavcodec/vaapi_encode.c static int vaapi_encode_make_param_buffer(AVCodecContext *avctx,
AVCodecContext    111 libavcodec/vaapi_encode.c static int vaapi_encode_make_misc_param_buffer(AVCodecContext *avctx,
AVCodecContext    134 libavcodec/vaapi_encode.c static int vaapi_encode_wait(AVCodecContext *avctx,
AVCodecContext    165 libavcodec/vaapi_encode.c static int vaapi_encode_issue(AVCodecContext *avctx,
AVCodecContext    581 libavcodec/vaapi_encode.c static int vaapi_encode_output(AVCodecContext *avctx,
AVCodecContext    650 libavcodec/vaapi_encode.c static int vaapi_encode_discard(AVCodecContext *avctx,
AVCodecContext    667 libavcodec/vaapi_encode.c static VAAPIEncodePicture *vaapi_encode_alloc(AVCodecContext *avctx)
AVCodecContext    691 libavcodec/vaapi_encode.c static int vaapi_encode_free(AVCodecContext *avctx,
AVCodecContext    724 libavcodec/vaapi_encode.c static void vaapi_encode_add_ref(AVCodecContext *avctx,
AVCodecContext    754 libavcodec/vaapi_encode.c static void vaapi_encode_remove_refs(AVCodecContext *avctx,
AVCodecContext    784 libavcodec/vaapi_encode.c static void vaapi_encode_set_b_pictures(AVCodecContext *avctx,
AVCodecContext    848 libavcodec/vaapi_encode.c static int vaapi_encode_pick_next(AVCodecContext *avctx,
AVCodecContext    982 libavcodec/vaapi_encode.c static int vaapi_encode_clear_old(AVCodecContext *avctx)
AVCodecContext   1020 libavcodec/vaapi_encode.c static int vaapi_encode_check_frame(AVCodecContext *avctx,
AVCodecContext   1046 libavcodec/vaapi_encode.c int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext   1113 libavcodec/vaapi_encode.c int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt)
AVCodecContext   1167 libavcodec/vaapi_encode.c static av_cold void vaapi_encode_add_global_param(AVCodecContext *avctx, int type,
AVCodecContext   1216 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_profile_entrypoint(AVCodecContext *avctx)
AVCodecContext   1437 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_rate_control(AVCodecContext *avctx)
AVCodecContext   1767 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_gop_structure(AVCodecContext *avctx)
AVCodecContext   1831 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_slice_structure(AVCodecContext *avctx)
AVCodecContext   1931 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_packed_headers(AVCodecContext *avctx)
AVCodecContext   1991 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_quality(AVCodecContext *avctx)
AVCodecContext   2038 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_init_roi(AVCodecContext *avctx)
AVCodecContext   2074 libavcodec/vaapi_encode.c     AVCodecContext   *avctx = opaque;
AVCodecContext   2088 libavcodec/vaapi_encode.c     AVCodecContext   *avctx = opaque;
AVCodecContext   2122 libavcodec/vaapi_encode.c static av_cold int vaapi_encode_create_recon_frames(AVCodecContext *avctx)
AVCodecContext   2210 libavcodec/vaapi_encode.c av_cold int ff_vaapi_encode_init(AVCodecContext *avctx)
AVCodecContext   2372 libavcodec/vaapi_encode.c av_cold int ff_vaapi_encode_close(AVCodecContext *avctx)
AVCodecContext    364 libavcodec/vaapi_encode.h     int (*configure)(AVCodecContext *avctx);
AVCodecContext    377 libavcodec/vaapi_encode.h     int  (*init_sequence_params)(AVCodecContext *avctx);
AVCodecContext    378 libavcodec/vaapi_encode.h     int   (*init_picture_params)(AVCodecContext *avctx,
AVCodecContext    380 libavcodec/vaapi_encode.h     int     (*init_slice_params)(AVCodecContext *avctx,
AVCodecContext    393 libavcodec/vaapi_encode.h     int (*write_sequence_header)(AVCodecContext *avctx,
AVCodecContext    395 libavcodec/vaapi_encode.h     int  (*write_picture_header)(AVCodecContext *avctx,
AVCodecContext    398 libavcodec/vaapi_encode.h     int    (*write_slice_header)(AVCodecContext *avctx,
AVCodecContext    407 libavcodec/vaapi_encode.h     int    (*write_extra_buffer)(AVCodecContext *avctx,
AVCodecContext    415 libavcodec/vaapi_encode.h     int    (*write_extra_header)(AVCodecContext *avctx,
AVCodecContext    422 libavcodec/vaapi_encode.h int ff_vaapi_encode_send_frame(AVCodecContext *avctx, const AVFrame *frame);
AVCodecContext    423 libavcodec/vaapi_encode.h int ff_vaapi_encode_receive_packet(AVCodecContext *avctx, AVPacket *pkt);
AVCodecContext    425 libavcodec/vaapi_encode.h int ff_vaapi_encode_init(AVCodecContext *avctx);
AVCodecContext    426 libavcodec/vaapi_encode.h int ff_vaapi_encode_close(AVCodecContext *avctx);
AVCodecContext    108 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_write_access_unit(AVCodecContext *avctx,
AVCodecContext    134 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_add_nal(AVCodecContext *avctx,
AVCodecContext    153 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_write_sequence_header(AVCodecContext *avctx,
AVCodecContext    181 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_write_slice_header(AVCodecContext *avctx,
AVCodecContext    207 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_write_extra_header(AVCodecContext *avctx,
AVCodecContext    293 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_init_sequence_params(AVCodecContext *avctx)
AVCodecContext    620 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_init_picture_params(AVCodecContext *avctx,
AVCodecContext    743 libavcodec/vaapi_encode_h264.c static void vaapi_encode_h264_default_ref_pic_list(AVCodecContext *avctx,
AVCodecContext    840 libavcodec/vaapi_encode_h264.c static int vaapi_encode_h264_init_slice_params(AVCodecContext *avctx,
AVCodecContext   1061 libavcodec/vaapi_encode_h264.c static av_cold int vaapi_encode_h264_configure(AVCodecContext *avctx)
AVCodecContext   1178 libavcodec/vaapi_encode_h264.c static av_cold int vaapi_encode_h264_init(AVCodecContext *avctx)
AVCodecContext   1241 libavcodec/vaapi_encode_h264.c static av_cold int vaapi_encode_h264_close(AVCodecContext *avctx)
AVCodecContext     89 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_write_access_unit(AVCodecContext *avctx,
AVCodecContext    115 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_add_nal(AVCodecContext *avctx,
AVCodecContext    134 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_write_sequence_header(AVCodecContext *avctx,
AVCodecContext    166 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_write_slice_header(AVCodecContext *avctx,
AVCodecContext    192 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_write_extra_header(AVCodecContext *avctx,
AVCodecContext    258 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_init_sequence_params(AVCodecContext *avctx)
AVCodecContext    672 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_init_picture_params(AVCodecContext *avctx,
AVCodecContext    871 libavcodec/vaapi_encode_h265.c static int vaapi_encode_h265_init_slice_params(AVCodecContext *avctx,
AVCodecContext   1065 libavcodec/vaapi_encode_h265.c static av_cold int vaapi_encode_h265_configure(AVCodecContext *avctx)
AVCodecContext   1152 libavcodec/vaapi_encode_h265.c static av_cold int vaapi_encode_h265_init(AVCodecContext *avctx)
AVCodecContext   1187 libavcodec/vaapi_encode_h265.c static av_cold int vaapi_encode_h265_close(AVCodecContext *avctx)
AVCodecContext     83 libavcodec/vaapi_encode_mjpeg.c static int vaapi_encode_mjpeg_write_image_header(AVCodecContext *avctx,
AVCodecContext    149 libavcodec/vaapi_encode_mjpeg.c static int vaapi_encode_mjpeg_write_extra_buffer(AVCodecContext *avctx,
AVCodecContext    222 libavcodec/vaapi_encode_mjpeg.c static int vaapi_encode_mjpeg_init_picture_params(AVCodecContext *avctx,
AVCodecContext    414 libavcodec/vaapi_encode_mjpeg.c static int vaapi_encode_mjpeg_init_slice_params(AVCodecContext *avctx,
AVCodecContext    437 libavcodec/vaapi_encode_mjpeg.c static av_cold int vaapi_encode_mjpeg_configure(AVCodecContext *avctx)
AVCodecContext    502 libavcodec/vaapi_encode_mjpeg.c static av_cold int vaapi_encode_mjpeg_init(AVCodecContext *avctx)
AVCodecContext    518 libavcodec/vaapi_encode_mjpeg.c static av_cold int vaapi_encode_mjpeg_close(AVCodecContext *avctx)
AVCodecContext     66 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_write_fragment(AVCodecContext *avctx,
AVCodecContext     92 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_add_header(AVCodecContext *avctx,
AVCodecContext    109 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_write_sequence_header(AVCodecContext *avctx,
AVCodecContext    142 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_write_picture_header(AVCodecContext *avctx,
AVCodecContext    166 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_init_sequence_params(AVCodecContext *avctx)
AVCodecContext    419 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_init_picture_params(AVCodecContext *avctx,
AVCodecContext    481 libavcodec/vaapi_encode_mpeg2.c static int vaapi_encode_mpeg2_init_slice_params(AVCodecContext *avctx,
AVCodecContext    514 libavcodec/vaapi_encode_mpeg2.c static av_cold int vaapi_encode_mpeg2_configure(AVCodecContext *avctx)
AVCodecContext    591 libavcodec/vaapi_encode_mpeg2.c static av_cold int vaapi_encode_mpeg2_init(AVCodecContext *avctx)
AVCodecContext    632 libavcodec/vaapi_encode_mpeg2.c static av_cold int vaapi_encode_mpeg2_close(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/vaapi_encode_vp8.c static int vaapi_encode_vp8_init_sequence_params(AVCodecContext *avctx)
AVCodecContext     75 libavcodec/vaapi_encode_vp8.c static int vaapi_encode_vp8_init_picture_params(AVCodecContext *avctx,
AVCodecContext    129 libavcodec/vaapi_encode_vp8.c static int vaapi_encode_vp8_write_quant_table(AVCodecContext *avctx,
AVCodecContext    162 libavcodec/vaapi_encode_vp8.c static av_cold int vaapi_encode_vp8_configure(AVCodecContext *avctx)
AVCodecContext    202 libavcodec/vaapi_encode_vp8.c static av_cold int vaapi_encode_vp8_init(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/vaapi_encode_vp9.c static int vaapi_encode_vp9_init_sequence_params(AVCodecContext *avctx)
AVCodecContext     77 libavcodec/vaapi_encode_vp9.c static int vaapi_encode_vp9_init_picture_params(AVCodecContext *avctx,
AVCodecContext    179 libavcodec/vaapi_encode_vp9.c static av_cold int vaapi_encode_vp9_configure(AVCodecContext *avctx)
AVCodecContext    235 libavcodec/vaapi_encode_vp9.c static av_cold int vaapi_encode_vp9_init(AVCodecContext *avctx)
AVCodecContext    226 libavcodec/vaapi_h264.c static int vaapi_h264_start_frame(AVCodecContext          *avctx,
AVCodecContext    310 libavcodec/vaapi_h264.c static int vaapi_h264_end_frame(AVCodecContext *avctx)
AVCodecContext    328 libavcodec/vaapi_h264.c static int vaapi_h264_decode_slice(AVCodecContext *avctx,
AVCodecContext    117 libavcodec/vaapi_hevc.c static int vaapi_hevc_start_frame(AVCodecContext          *avctx,
AVCodecContext    295 libavcodec/vaapi_hevc.c static int vaapi_hevc_end_frame(AVCodecContext *avctx)
AVCodecContext    394 libavcodec/vaapi_hevc.c static int vaapi_hevc_decode_slice(AVCodecContext *avctx,
AVCodecContext    526 libavcodec/vaapi_hevc.c VAProfile ff_vaapi_parse_hevc_rext_profile(AVCodecContext *avctx)
AVCodecContext     25 libavcodec/vaapi_hevc.h VAProfile ff_vaapi_parse_hevc_rext_profile(AVCodecContext *avctx);
AVCodecContext     26 libavcodec/vaapi_mjpeg.c static int vaapi_mjpeg_start_frame(AVCodecContext          *avctx,
AVCodecContext     64 libavcodec/vaapi_mjpeg.c static int vaapi_mjpeg_end_frame(AVCodecContext *avctx)
AVCodecContext     72 libavcodec/vaapi_mjpeg.c static int vaapi_mjpeg_decode_slice(AVCodecContext *avctx,
AVCodecContext     42 libavcodec/vaapi_mpeg2.c static int vaapi_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
AVCodecContext    115 libavcodec/vaapi_mpeg2.c static int vaapi_mpeg2_end_frame(AVCodecContext *avctx)
AVCodecContext    131 libavcodec/vaapi_mpeg2.c static int vaapi_mpeg2_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     46 libavcodec/vaapi_mpeg4.c static int vaapi_mpeg4_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
AVCodecContext    137 libavcodec/vaapi_mpeg4.c static int vaapi_mpeg4_end_frame(AVCodecContext *avctx)
AVCodecContext    153 libavcodec/vaapi_mpeg4.c static int vaapi_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext    250 libavcodec/vaapi_vc1.c static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size)
AVCodecContext    447 libavcodec/vaapi_vc1.c static int vaapi_vc1_end_frame(AVCodecContext *avctx)
AVCodecContext    464 libavcodec/vaapi_vc1.c static int vaapi_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size)
AVCodecContext     34 libavcodec/vaapi_vp8.c static int vaapi_vp8_start_frame(AVCodecContext          *avctx,
AVCodecContext    177 libavcodec/vaapi_vp8.c static int vaapi_vp8_end_frame(AVCodecContext *avctx)
AVCodecContext    185 libavcodec/vaapi_vp8.c static int vaapi_vp8_decode_slice(AVCodecContext *avctx,
AVCodecContext     37 libavcodec/vaapi_vp9.c static int vaapi_vp9_start_frame(AVCodecContext          *avctx,
AVCodecContext    120 libavcodec/vaapi_vp9.c static int vaapi_vp9_end_frame(AVCodecContext *avctx)
AVCodecContext    128 libavcodec/vaapi_vp9.c static int vaapi_vp9_decode_slice(AVCodecContext *avctx,
AVCodecContext     43 libavcodec/vb.c     AVCodecContext *avctx;
AVCodecContext    191 libavcodec/vb.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    255 libavcodec/vb.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    274 libavcodec/vb.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/vble.c     AVCodecContext *avctx;
AVCodecContext    117 libavcodec/vble.c static int vble_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    174 libavcodec/vble.c static av_cold int vble_decode_close(AVCodecContext *avctx)
AVCodecContext    182 libavcodec/vble.c static av_cold int vble_decode_init(AVCodecContext *avctx)
AVCodecContext    276 libavcodec/vc1.c int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb)
AVCodecContext    508 libavcodec/vc1.c int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb)
AVCodecContext    410 libavcodec/vc1.h int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
AVCodecContext    412 libavcodec/vc1.h int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
AVCodecContext    420 libavcodec/vc1.h int  ff_vc1_decode_end(AVCodecContext *avctx);
AVCodecContext     61 libavcodec/vc1_parser.c static void vc1_extract_header(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext    129 libavcodec/vc1_parser.c                            AVCodecContext *avctx,
AVCodecContext    259 libavcodec/vc1_parser.c static int vc1_split(AVCodecContext *avctx,
AVCodecContext    106 libavcodec/vc1dec.c     AVCodecContext *avctx = v->s.avctx;
AVCodecContext    276 libavcodec/vc1dec.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    304 libavcodec/vc1dec.c static void vc1_sprite_flush(AVCodecContext *avctx)
AVCodecContext    422 libavcodec/vc1dec.c static av_cold int vc1_decode_init(AVCodecContext *avctx)
AVCodecContext    599 libavcodec/vc1dec.c av_cold int ff_vc1_decode_end(AVCodecContext *avctx)
AVCodecContext    634 libavcodec/vc1dec.c static int vc1_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    128 libavcodec/vc2enc.c     AVCodecContext *avctx;
AVCodecContext    273 libavcodec/vc2enc.c         AVCodecContext *avctx = s->avctx;
AVCodecContext    308 libavcodec/vc2enc.c         AVCodecContext *avctx = s->avctx;
AVCodecContext    320 libavcodec/vc2enc.c         AVCodecContext *avctx = s->avctx;
AVCodecContext    344 libavcodec/vc2enc.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    615 libavcodec/vc2enc.c static int rate_control(AVCodecContext *avctx, void *arg)
AVCodecContext    721 libavcodec/vc2enc.c static int encode_hq_slice(AVCodecContext *avctx, void *arg)
AVCodecContext    838 libavcodec/vc2enc.c static int dwt_plane(AVCodecContext *avctx, void *arg)
AVCodecContext    951 libavcodec/vc2enc.c static av_cold int vc2_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   1004 libavcodec/vc2enc.c static av_cold int vc2_encode_end(AVCodecContext *avctx)
AVCodecContext   1021 libavcodec/vc2enc.c static av_cold int vc2_encode_init(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/vcr1.c static av_cold int vcr1_decode_init(AVCodecContext *avctx)
AVCodecContext     49 libavcodec/vcr1.c static int vcr1_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     74 libavcodec/vdpau.c int av_vdpau_get_surface_parameters(AVCodecContext *avctx,
AVCodecContext    114 libavcodec/vdpau.c int ff_vdpau_common_frame_params(AVCodecContext *avctx,
AVCodecContext    133 libavcodec/vdpau.c int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile,
AVCodecContext    284 libavcodec/vdpau.c int ff_vdpau_common_uninit(AVCodecContext *avctx)
AVCodecContext    307 libavcodec/vdpau.c static int ff_vdpau_common_reinit(AVCodecContext *avctx)
AVCodecContext    332 libavcodec/vdpau.c int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    361 libavcodec/vdpau.c int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx)
AVCodecContext    397 libavcodec/vdpau.c int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile)
AVCodecContext    450 libavcodec/vdpau.c int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device,
AVCodecContext     60 libavcodec/vdpau.h struct AVCodecContext;
AVCodecContext     63 libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
AVCodecContext    126 libavcodec/vdpau.h int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device,
AVCodecContext    146 libavcodec/vdpau.h int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type,
AVCodecContext    171 libavcodec/vdpau.h int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
AVCodecContext     70 libavcodec/vdpau_h264.c static void vdpau_h264_set_reference_frames(AVCodecContext *avctx)
AVCodecContext    121 libavcodec/vdpau_h264.c static int vdpau_h264_start_frame(AVCodecContext *avctx,
AVCodecContext    182 libavcodec/vdpau_h264.c static int vdpau_h264_decode_slice(AVCodecContext *avctx,
AVCodecContext    202 libavcodec/vdpau_h264.c static int vdpau_h264_end_frame(AVCodecContext *avctx)
AVCodecContext    218 libavcodec/vdpau_h264.c static int vdpau_h264_init(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/vdpau_hevc.c static int vdpau_hevc_start_frame(AVCodecContext *avctx,
AVCodecContext    401 libavcodec/vdpau_hevc.c static int vdpau_hevc_decode_slice(AVCodecContext *avctx,
AVCodecContext    419 libavcodec/vdpau_hevc.c static int vdpau_hevc_end_frame(AVCodecContext *avctx)
AVCodecContext    432 libavcodec/vdpau_hevc.c static int vdpau_hevc_init(AVCodecContext *avctx)
AVCodecContext    117 libavcodec/vdpau_internal.h int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile,
AVCodecContext    119 libavcodec/vdpau_internal.h int ff_vdpau_common_uninit(AVCodecContext *avctx);
AVCodecContext    123 libavcodec/vdpau_internal.h int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame,
AVCodecContext    125 libavcodec/vdpau_internal.h int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx);
AVCodecContext    128 libavcodec/vdpau_internal.h int ff_vdpau_common_frame_params(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg_start_frame(AVCodecContext *avctx,
AVCodecContext     83 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg_decode_slice(AVCodecContext *avctx,
AVCodecContext    100 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg1_init(AVCodecContext *avctx)
AVCodecContext    123 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg2_init(AVCodecContext *avctx)
AVCodecContext     32 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_start_frame(AVCodecContext *avctx,
AVCodecContext     85 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_decode_slice(av_unused AVCodecContext *avctx,
AVCodecContext     92 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_init(AVCodecContext *avctx)
AVCodecContext     32 libavcodec/vdpau_vc1.c static int vdpau_vc1_start_frame(AVCodecContext *avctx,
AVCodecContext    100 libavcodec/vdpau_vc1.c static int vdpau_vc1_decode_slice(AVCodecContext *avctx,
AVCodecContext    117 libavcodec/vdpau_vc1.c static int vdpau_vc1_init(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/vdpau_vp9.c static int vdpau_vp9_start_frame(AVCodecContext *avctx,
AVCodecContext    167 libavcodec/vdpau_vp9.c static int vdpau_vp9_decode_slice(AVCodecContext *avctx,
AVCodecContext    187 libavcodec/vdpau_vp9.c static int vdpau_vp9_end_frame(AVCodecContext *avctx)
AVCodecContext    202 libavcodec/vdpau_vp9.c static int vdpau_vp9_init(AVCodecContext *avctx)
AVCodecContext    111 libavcodec/videotoolbox.c int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    143 libavcodec/videotoolbox.c CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx)
AVCodecContext    182 libavcodec/videotoolbox.c CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx)
AVCodecContext    334 libavcodec/videotoolbox.c int ff_videotoolbox_h264_start_frame(AVCodecContext *avctx,
AVCodecContext    348 libavcodec/videotoolbox.c static int videotoolbox_h264_decode_params(AVCodecContext *avctx,
AVCodecContext    371 libavcodec/videotoolbox.c static int videotoolbox_common_decode_slice(AVCodecContext *avctx,
AVCodecContext    394 libavcodec/videotoolbox.c int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx,
AVCodecContext    406 libavcodec/videotoolbox.c int ff_videotoolbox_uninit(AVCodecContext *avctx)
AVCodecContext    421 libavcodec/videotoolbox.c static AVVideotoolboxContext *videotoolbox_get_context(AVCodecContext *avctx)
AVCodecContext    433 libavcodec/videotoolbox.c static int videotoolbox_buffer_create(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    510 libavcodec/videotoolbox.c static CFDataRef videotoolbox_esds_extradata_create(AVCodecContext *avctx)
AVCodecContext    611 libavcodec/videotoolbox.c     AVCodecContext *avctx = opaque;
AVCodecContext    627 libavcodec/videotoolbox.c static OSStatus videotoolbox_session_decode_frame(AVCodecContext *avctx)
AVCodecContext    718 libavcodec/videotoolbox.c                                                           AVCodecContext *avctx)
AVCodecContext    771 libavcodec/videotoolbox.c static int videotoolbox_start(AVCodecContext *avctx)
AVCodecContext    869 libavcodec/videotoolbox.c static void videotoolbox_stop(AVCodecContext *avctx)
AVCodecContext    900 libavcodec/videotoolbox.c static int videotoolbox_common_end_frame(AVCodecContext *avctx, AVFrame *frame)
AVCodecContext    934 libavcodec/videotoolbox.c static int videotoolbox_h264_end_frame(AVCodecContext *avctx)
AVCodecContext    944 libavcodec/videotoolbox.c static int videotoolbox_hevc_start_frame(AVCodecContext *avctx,
AVCodecContext    951 libavcodec/videotoolbox.c static int videotoolbox_hevc_decode_slice(AVCodecContext *avctx,
AVCodecContext    959 libavcodec/videotoolbox.c static int videotoolbox_hevc_decode_params(AVCodecContext *avctx,
AVCodecContext    967 libavcodec/videotoolbox.c static int videotoolbox_hevc_end_frame(AVCodecContext *avctx)
AVCodecContext    983 libavcodec/videotoolbox.c static int videotoolbox_mpeg_start_frame(AVCodecContext *avctx,
AVCodecContext    992 libavcodec/videotoolbox.c static int videotoolbox_mpeg_decode_slice(AVCodecContext *avctx,
AVCodecContext    999 libavcodec/videotoolbox.c static int videotoolbox_mpeg_end_frame(AVCodecContext *avctx)
AVCodecContext   1007 libavcodec/videotoolbox.c static int videotoolbox_uninit(AVCodecContext *avctx)
AVCodecContext   1024 libavcodec/videotoolbox.c static enum AVPixelFormat videotoolbox_best_pixel_format(AVCodecContext *avctx) {
AVCodecContext   1037 libavcodec/videotoolbox.c static int videotoolbox_common_init(AVCodecContext *avctx)
AVCodecContext   1107 libavcodec/videotoolbox.c static int videotoolbox_frame_params(AVCodecContext *avctx,
AVCodecContext   1235 libavcodec/videotoolbox.c int av_videotoolbox_default_init(AVCodecContext *avctx)
AVCodecContext   1240 libavcodec/videotoolbox.c int av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *vtctx)
AVCodecContext   1250 libavcodec/videotoolbox.c void av_videotoolbox_default_free(AVCodecContext *avctx)
AVCodecContext    102 libavcodec/videotoolbox.h int av_videotoolbox_default_init(AVCodecContext *avctx);
AVCodecContext    113 libavcodec/videotoolbox.h int av_videotoolbox_default_init2(AVCodecContext *avctx, AVVideotoolboxContext *vtctx);
AVCodecContext    121 libavcodec/videotoolbox.h void av_videotoolbox_default_free(AVCodecContext *avctx);
AVCodecContext    231 libavcodec/videotoolboxenc.c static int vtenc_populate_extradata(AVCodecContext   *avctx,
AVCodecContext    410 libavcodec/videotoolboxenc.c     AVCodecContext              *avctx,
AVCodecContext    464 libavcodec/videotoolboxenc.c     AVCodecContext              *avctx,
AVCodecContext    527 libavcodec/videotoolboxenc.c static int set_extradata(AVCodecContext *avctx, CMSampleBufferRef sample_buffer)
AVCodecContext    568 libavcodec/videotoolboxenc.c     AVCodecContext *avctx = ctx;
AVCodecContext    599 libavcodec/videotoolboxenc.c     AVCodecContext    *avctx,
AVCodecContext    635 libavcodec/videotoolboxenc.c static bool get_vt_h264_profile_level(AVCodecContext *avctx,
AVCodecContext    740 libavcodec/videotoolboxenc.c static bool get_vt_hevc_profile_level(AVCodecContext *avctx,
AVCodecContext    769 libavcodec/videotoolboxenc.c static int get_cv_pixel_format(AVCodecContext* avctx,
AVCodecContext    799 libavcodec/videotoolboxenc.c static void add_color_attr(AVCodecContext *avctx, CFMutableDictionaryRef dict) {
AVCodecContext    821 libavcodec/videotoolboxenc.c static int create_cv_pixel_buffer_info(AVCodecContext* avctx,
AVCodecContext    888 libavcodec/videotoolboxenc.c static int get_cv_color_primaries(AVCodecContext *avctx,
AVCodecContext    922 libavcodec/videotoolboxenc.c static int get_cv_transfer_function(AVCodecContext *avctx,
AVCodecContext    985 libavcodec/videotoolboxenc.c static int get_cv_ycbcr_matrix(AVCodecContext *avctx, CFStringRef *matrix) {
AVCodecContext   1016 libavcodec/videotoolboxenc.c static int vtenc_create_encoder(AVCodecContext   *avctx,
AVCodecContext   1321 libavcodec/videotoolboxenc.c static int vtenc_configure_encoder(AVCodecContext *avctx)
AVCodecContext   1431 libavcodec/videotoolboxenc.c static av_cold int vtenc_init(AVCodecContext *avctx)
AVCodecContext   1499 libavcodec/videotoolboxenc.c static int find_sei_end(AVCodecContext *avctx,
AVCodecContext   1688 libavcodec/videotoolboxenc.c     AVCodecContext *avctx,
AVCodecContext   1862 libavcodec/videotoolboxenc.c     AVCodecContext    *avctx,
AVCodecContext   1972 libavcodec/videotoolboxenc.c     AVCodecContext *avctx,
AVCodecContext   2078 libavcodec/videotoolboxenc.c static int copy_avframe_to_pixel_buffer(AVCodecContext   *avctx,
AVCodecContext   2170 libavcodec/videotoolboxenc.c static int create_cv_pixel_buffer(AVCodecContext   *avctx,
AVCodecContext   2283 libavcodec/videotoolboxenc.c static int vtenc_send_frame(AVCodecContext *avctx,
AVCodecContext   2340 libavcodec/videotoolboxenc.c     AVCodecContext *avctx,
AVCodecContext   2406 libavcodec/videotoolboxenc.c static int vtenc_populate_extradata(AVCodecContext   *avctx,
AVCodecContext   2492 libavcodec/videotoolboxenc.c static av_cold int vtenc_close(AVCodecContext *avctx)
AVCodecContext     87 libavcodec/vima.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    118 libavcodec/vima.c static int decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     71 libavcodec/vmdaudio.c static av_cold int vmdaudio_decode_init(AVCodecContext *avctx)
AVCodecContext    134 libavcodec/vmdaudio.c static int vmdaudio_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     50 libavcodec/vmdvideo.c     AVCodecContext *avctx;
AVCodecContext    370 libavcodec/vmdvideo.c static av_cold int vmdvideo_decode_end(AVCodecContext *avctx)
AVCodecContext    381 libavcodec/vmdvideo.c static av_cold int vmdvideo_decode_init(AVCodecContext *avctx)
AVCodecContext    429 libavcodec/vmdvideo.c static int vmdvideo_decode_frame(AVCodecContext *avctx,
AVCodecContext     59 libavcodec/vmnc.c     AVCodecContext *avctx;
AVCodecContext    326 libavcodec/vmnc.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    527 libavcodec/vmnc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    563 libavcodec/vmnc.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext    106 libavcodec/vorbis.c int ff_vorbis_ready_floor1_list(AVCodecContext *avctx,
AVCodecContext     39 libavcodec/vorbis.h int ff_vorbis_ready_floor1_list(AVCodecContext *avctx,
AVCodecContext    305 libavcodec/vorbis_parser.c static int vorbis_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    126 libavcodec/vorbisdec.c     AVCodecContext *avctx;
AVCodecContext   1030 libavcodec/vorbisdec.c static av_cold int vorbis_decode_init(AVCodecContext *avctx)
AVCodecContext   1767 libavcodec/vorbisdec.c static int vorbis_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext   1862 libavcodec/vorbisdec.c static av_cold int vorbis_decode_close(AVCodecContext *avctx)
AVCodecContext   1871 libavcodec/vorbisdec.c static av_cold void vorbis_decode_flush(AVCodecContext *avctx)
AVCodecContext    249 libavcodec/vorbisenc.c static av_cold int dsp_init(AVCodecContext *avctx, vorbis_enc_context *venc)
AVCodecContext    270 libavcodec/vorbisenc.c                                  AVCodecContext *avctx)
AVCodecContext   1026 libavcodec/vorbisenc.c static AVFrame *spawn_empty_frame(AVCodecContext *avctx, int channels)
AVCodecContext   1085 libavcodec/vorbisenc.c static int vorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   1204 libavcodec/vorbisenc.c static av_cold int vorbis_encode_close(AVCodecContext *avctx)
AVCodecContext   1267 libavcodec/vorbisenc.c static av_cold int vorbis_encode_init(AVCodecContext *avctx)
AVCodecContext     82 libavcodec/vp3.c static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb);
AVCodecContext     83 libavcodec/vp3.c static int theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb);
AVCodecContext    159 libavcodec/vp3.c     AVCodecContext *avctx;
AVCodecContext    306 libavcodec/vp3.c static av_cold void free_tables(AVCodecContext *avctx)
AVCodecContext    322 libavcodec/vp3.c static void vp3_decode_flush(AVCodecContext *avctx)
AVCodecContext    334 libavcodec/vp3.c static av_cold int vp3_decode_end(AVCodecContext *avctx)
AVCodecContext   2255 libavcodec/vp3.c static av_cold int allocate_tables(AVCodecContext *avctx)
AVCodecContext   2315 libavcodec/vp3.c static av_cold int vp3_decode_init(AVCodecContext *avctx)
AVCodecContext   2548 libavcodec/vp3.c static int update_frames(AVCodecContext *avctx)
AVCodecContext   2588 libavcodec/vp3.c static int vp3_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext   2630 libavcodec/vp3.c static int vp3_decode_frame(AVCodecContext *avctx,
AVCodecContext   2876 libavcodec/vp3.c static int read_huffman_tree(AVCodecContext *avctx, GetBitContext *gb)
AVCodecContext   2915 libavcodec/vp3.c static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb)
AVCodecContext   3027 libavcodec/vp3.c static int theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb)
AVCodecContext   3140 libavcodec/vp3.c static av_cold int theora_decode_init(AVCodecContext *avctx)
AVCodecContext     24 libavcodec/vp3_parser.c                  AVCodecContext *avctx,
AVCodecContext    280 libavcodec/vp5.c static av_cold int vp5_decode_init(AVCodecContext *avctx)
AVCodecContext    525 libavcodec/vp56.c     AVCodecContext *avctx = s->avctx;
AVCodecContext    566 libavcodec/vp56.c static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *, int, int);
AVCodecContext    568 libavcodec/vp56.c int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    659 libavcodec/vp56.c static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *data,
AVCodecContext    776 libavcodec/vp56.c av_cold int ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha)
AVCodecContext    782 libavcodec/vp56.c av_cold int ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s,
AVCodecContext    835 libavcodec/vp56.c av_cold int ff_vp56_free(AVCodecContext *avctx)
AVCodecContext    125 libavcodec/vp56.h     AVCodecContext *avctx;
AVCodecContext    217 libavcodec/vp56.h int ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha);
AVCodecContext    218 libavcodec/vp56.h int ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s,
AVCodecContext    220 libavcodec/vp56.h int ff_vp56_free(AVCodecContext *avctx);
AVCodecContext    223 libavcodec/vp56.h int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    640 libavcodec/vp6.c static av_cold int vp6_decode_init(AVCodecContext *avctx)
AVCodecContext    677 libavcodec/vp6.c static av_cold int vp6_decode_free(AVCodecContext *avctx)
AVCodecContext    128 libavcodec/vp8.c static void vp8_decode_flush_impl(AVCodecContext *avctx, int free_mem)
AVCodecContext    141 libavcodec/vp8.c static void vp8_decode_flush(AVCodecContext *avctx)
AVCodecContext    189 libavcodec/vp8.c     AVCodecContext *avctx = s->avctx;
AVCodecContext   2274 libavcodec/vp8.c int vp78_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *curframe,
AVCodecContext   2311 libavcodec/vp8.c static int vp7_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
AVCodecContext   2317 libavcodec/vp8.c static int vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame,
AVCodecContext   2361 libavcodec/vp8.c static av_always_inline int decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata,
AVCodecContext   2489 libavcodec/vp8.c static int vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata,
AVCodecContext   2495 libavcodec/vp8.c static int vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata,
AVCodecContext   2501 libavcodec/vp8.c static av_always_inline void filter_mb_row(AVCodecContext *avctx, void *tdata,
AVCodecContext   2560 libavcodec/vp8.c static void vp7_filter_mb_row(AVCodecContext *avctx, void *tdata,
AVCodecContext   2566 libavcodec/vp8.c static void vp8_filter_mb_row(AVCodecContext *avctx, void *tdata,
AVCodecContext   2573 libavcodec/vp8.c int vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr,
AVCodecContext   2607 libavcodec/vp8.c static int vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata,
AVCodecContext   2613 libavcodec/vp8.c static int vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata,
AVCodecContext   2620 libavcodec/vp8.c int vp78_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   2806 libavcodec/vp8.c int ff_vp8_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   2813 libavcodec/vp8.c static int vp7_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   2820 libavcodec/vp8.c av_cold int ff_vp8_decode_free(AVCodecContext *avctx)
AVCodecContext   2847 libavcodec/vp8.c int vp78_decode_init(AVCodecContext *avctx, int is_vp7)
AVCodecContext   2884 libavcodec/vp8.c static int vp7_decode_init(AVCodecContext *avctx)
AVCodecContext   2890 libavcodec/vp8.c av_cold int ff_vp8_decode_init(AVCodecContext *avctx)
AVCodecContext   2899 libavcodec/vp8.c static int vp8_decode_update_thread_context(AVCodecContext *dst,
AVCodecContext   2900 libavcodec/vp8.c                                             const AVCodecContext *src)
AVCodecContext    149 libavcodec/vp8.h     AVCodecContext *avctx;
AVCodecContext    318 libavcodec/vp8.h     int (*decode_mb_row_no_filter)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr);
AVCodecContext    319 libavcodec/vp8.h     void (*filter_mb_row)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr);
AVCodecContext    344 libavcodec/vp8.h int ff_vp8_decode_init(AVCodecContext *avctx);
AVCodecContext    346 libavcodec/vp8.h int ff_vp8_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext    349 libavcodec/vp8.h int ff_vp8_decode_free(AVCodecContext *avctx);
AVCodecContext     24 libavcodec/vp8_parser.c                  AVCodecContext *avctx,
AVCodecContext     42 libavcodec/vp9.c static void vp9_free_entries(AVCodecContext *avctx) {
AVCodecContext     52 libavcodec/vp9.c static int vp9_alloc_entries(AVCodecContext *avctx, int n) {
AVCodecContext     93 libavcodec/vp9.c static void vp9_free_entries(AVCodecContext *avctx) {}
AVCodecContext     94 libavcodec/vp9.c static int vp9_alloc_entries(AVCodecContext *avctx, int n) { return 0; }
AVCodecContext    104 libavcodec/vp9.c static void vp9_frame_unref(AVCodecContext *avctx, VP9Frame *f)
AVCodecContext    113 libavcodec/vp9.c static int vp9_frame_alloc(AVCodecContext *avctx, VP9Frame *f)
AVCodecContext    159 libavcodec/vp9.c static int vp9_frame_ref(AVCodecContext *avctx, VP9Frame *dst, VP9Frame *src)
AVCodecContext    189 libavcodec/vp9.c static int update_size(AVCodecContext *avctx, int w, int h)
AVCodecContext    305 libavcodec/vp9.c static int update_block_buffers(AVCodecContext *avctx)
AVCodecContext    440 libavcodec/vp9.c static int read_colorspace_details(AVCodecContext *avctx)
AVCodecContext    502 libavcodec/vp9.c static int decode_frame_header(AVCodecContext *avctx,
AVCodecContext   1233 libavcodec/vp9.c static av_cold int vp9_decode_free(AVCodecContext *avctx)
AVCodecContext   1256 libavcodec/vp9.c static int decode_tiles(AVCodecContext *avctx,
AVCodecContext   1391 libavcodec/vp9.c int decode_tiles_mt(AVCodecContext *avctx, void *tdata, int jobnr,
AVCodecContext   1468 libavcodec/vp9.c int loopfilter_proc(AVCodecContext *avctx)
AVCodecContext   1551 libavcodec/vp9.c static int vp9_decode_frame(AVCodecContext *avctx, void *frame,
AVCodecContext   1784 libavcodec/vp9.c static void vp9_decode_flush(AVCodecContext *avctx)
AVCodecContext   1795 libavcodec/vp9.c static int init_frames(AVCodecContext *avctx)
AVCodecContext   1821 libavcodec/vp9.c static av_cold int vp9_decode_init(AVCodecContext *avctx)
AVCodecContext   1832 libavcodec/vp9.c static int vp9_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext     29 libavcodec/vp9_parser.c                  AVCodecContext *avctx,
AVCodecContext    246 libavcodec/vp9dec.h void ff_vp9_loopfilter_sb(AVCodecContext *avctx, VP9Filter *lflvl,
AVCodecContext    178 libavcodec/vp9lpf.c void ff_vp9_loopfilter_sb(AVCodecContext *avctx, VP9Filter *lflvl,
AVCodecContext     96 libavcodec/vqavideo.c     AVCodecContext *avctx;
AVCodecContext    121 libavcodec/vqavideo.c static av_cold int vqa_decode_init(AVCodecContext *avctx)
AVCodecContext    604 libavcodec/vqavideo.c static int vqa_decode_frame(AVCodecContext *avctx,
AVCodecContext    629 libavcodec/vqavideo.c static av_cold int vqa_decode_end(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/vt_internal.h int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame);
AVCodecContext     48 libavcodec/vt_internal.h int ff_videotoolbox_uninit(AVCodecContext *avctx);
AVCodecContext     49 libavcodec/vt_internal.h int ff_videotoolbox_h264_start_frame(AVCodecContext *avctx,
AVCodecContext     52 libavcodec/vt_internal.h int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx,
AVCodecContext     55 libavcodec/vt_internal.h CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx);
AVCodecContext     56 libavcodec/vt_internal.h CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx);
AVCodecContext     67 libavcodec/wavpack.c     AVCodecContext *avctx;
AVCodecContext    101 libavcodec/wavpack.c     AVCodecContext *avctx;
AVCodecContext   1012 libavcodec/wavpack.c static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src)
AVCodecContext   1042 libavcodec/wavpack.c static av_cold int wavpack_decode_init(AVCodecContext *avctx)
AVCodecContext   1061 libavcodec/wavpack.c static av_cold int wavpack_decode_end(AVCodecContext *avctx)
AVCodecContext   1080 libavcodec/wavpack.c static int wavpack_decode_block(AVCodecContext *avctx, int block_no,
AVCodecContext   1609 libavcodec/wavpack.c static void wavpack_decode_flush(AVCodecContext *avctx)
AVCodecContext   1616 libavcodec/wavpack.c static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr)
AVCodecContext   1628 libavcodec/wavpack.c static int wavpack_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     77 libavcodec/wavpackenc.c     AVCodecContext *avctx;
AVCodecContext    125 libavcodec/wavpackenc.c static av_cold int wavpack_encode_init(AVCodecContext *avctx)
AVCodecContext   2851 libavcodec/wavpackenc.c static int wavpack_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext   2911 libavcodec/wavpackenc.c static av_cold int wavpack_encode_close(AVCodecContext *avctx)
AVCodecContext     42 libavcodec/wcmv.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    210 libavcodec/wcmv.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    242 libavcodec/wcmv.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    192 libavcodec/webp.c     AVCodecContext *avctx;              /* parent AVCodecContext */
AVCodecContext   1103 libavcodec/webp.c static void update_canvas_size(AVCodecContext *avctx, int w, int h)
AVCodecContext   1118 libavcodec/webp.c static int vp8_lossless_decode_frame(AVCodecContext *avctx, AVFrame *p,
AVCodecContext   1274 libavcodec/webp.c static int vp8_lossy_decode_alpha(AVCodecContext *avctx, AVFrame *p,
AVCodecContext   1327 libavcodec/webp.c static int vp8_lossy_decode_frame(AVCodecContext *avctx, AVFrame *p,
AVCodecContext   1370 libavcodec/webp.c static int webp_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext   1569 libavcodec/webp.c static av_cold int webp_decode_close(AVCodecContext *avctx)
AVCodecContext     37 libavcodec/webp_parser.c static int webp_parse(AVCodecParserContext *s, AVCodecContext *avctx,
AVCodecContext     82 libavcodec/webvttdec.c static int webvtt_decode_frame(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/webvttenc.c     AVCodecContext *avctx;
AVCodecContext    157 libavcodec/webvttenc.c static int webvtt_encode_frame(AVCodecContext *avctx,
AVCodecContext    210 libavcodec/webvttenc.c static int webvtt_encode_close(AVCodecContext *avctx)
AVCodecContext    218 libavcodec/webvttenc.c static av_cold int webvtt_encode_init(AVCodecContext *avctx)
AVCodecContext     81 libavcodec/wma.c av_cold int ff_wma_init(AVCodecContext *avctx, int flags2)
AVCodecContext    368 libavcodec/wma.c int ff_wma_end(AVCodecContext *avctx)
AVCodecContext    428 libavcodec/wma.c int ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext     68 libavcodec/wma.h     AVCodecContext *avctx;
AVCodecContext    149 libavcodec/wma.h int ff_wma_init(AVCodecContext *avctx, int flags2);
AVCodecContext    152 libavcodec/wma.h int ff_wma_end(AVCodecContext *avctx);
AVCodecContext    154 libavcodec/wma.h int ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb,
AVCodecContext     70 libavcodec/wmadec.c static av_cold int wma_decode_init(AVCodecContext *avctx)
AVCodecContext    813 libavcodec/wmadec.c static int wma_decode_superframe(AVCodecContext *avctx, void *data,
AVCodecContext    968 libavcodec/wmadec.c static av_cold void flush(AVCodecContext *avctx)
AVCodecContext     31 libavcodec/wmaenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext    103 libavcodec/wmaenc.c static int apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame)
AVCodecContext    366 libavcodec/wmaenc.c static int encode_superframe(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     72 libavcodec/wmalosslessdec.c     AVCodecContext  *avctx;
AVCodecContext    180 libavcodec/wmalosslessdec.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext   1179 libavcodec/wmalosslessdec.c static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr,
AVCodecContext   1300 libavcodec/wmalosslessdec.c static void flush(AVCodecContext *avctx)
AVCodecContext   1313 libavcodec/wmalosslessdec.c static av_cold int decode_close(AVCodecContext *avctx)
AVCodecContext    177 libavcodec/wmaprodec.c     AVCodecContext*  avctx;                         ///< codec context for av_log
AVCodecContext    286 libavcodec/wmaprodec.c static av_cold int wmapro_decode_end(AVCodecContext *avctx)
AVCodecContext    295 libavcodec/wmaprodec.c static av_cold int get_rate(AVCodecContext *avctx)
AVCodecContext    315 libavcodec/wmaprodec.c static av_cold int decode_init(WMAProDecodeCtx *s, AVCodecContext *avctx, int num_stream)
AVCodecContext    581 libavcodec/wmaprodec.c static av_cold int wmapro_decode_init(AVCodecContext *avctx)
AVCodecContext   1602 libavcodec/wmaprodec.c static int decode_packet(AVCodecContext *avctx, WMAProDecodeCtx *s,
AVCodecContext   1772 libavcodec/wmaprodec.c static int wmapro_decode_packet(AVCodecContext *avctx, void *data,
AVCodecContext   1789 libavcodec/wmaprodec.c static int xma_decode_packet(AVCodecContext *avctx, void *data,
AVCodecContext   1888 libavcodec/wmaprodec.c static av_cold int xma_decode_init(AVCodecContext *avctx)
AVCodecContext   1945 libavcodec/wmaprodec.c static av_cold int xma_decode_end(AVCodecContext *avctx)
AVCodecContext   1977 libavcodec/wmaprodec.c static void wmapro_flush(AVCodecContext *avctx)
AVCodecContext   1984 libavcodec/wmaprodec.c static void xma_flush(AVCodecContext *avctx)
AVCodecContext    336 libavcodec/wmavoice.c static av_cold void wmavoice_flush(AVCodecContext *ctx)
AVCodecContext    367 libavcodec/wmavoice.c static av_cold int wmavoice_decode_init(AVCodecContext *ctx)
AVCodecContext   1482 libavcodec/wmavoice.c static int synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx,
AVCodecContext   1704 libavcodec/wmavoice.c static int synth_superframe(AVCodecContext *ctx, AVFrame *frame,
AVCodecContext   1904 libavcodec/wmavoice.c static int wmavoice_decode_packet(AVCodecContext *ctx, void *data,
AVCodecContext   1985 libavcodec/wmavoice.c static av_cold int wmavoice_decode_end(AVCodecContext *ctx)
AVCodecContext    507 libavcodec/wmv2dec.c static av_cold int wmv2_decode_init(AVCodecContext *avctx)
AVCodecContext    522 libavcodec/wmv2dec.c static av_cold int wmv2_decode_end(AVCodecContext *avctx)
AVCodecContext     55 libavcodec/wmv2enc.c static av_cold int wmv2_encode_init(AVCodecContext *avctx)
AVCodecContext     58 libavcodec/wnv1.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    135 libavcodec/wnv1.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     43 libavcodec/wrapped_avframe.c static int wrapped_avframe_encode(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     79 libavcodec/wrapped_avframe.c static int wrapped_avframe_decode(AVCodecContext *avctx, void *data,
AVCodecContext     44 libavcodec/ws-snd1.c static av_cold int ws_snd_decode_init(AVCodecContext *avctx)
AVCodecContext     53 libavcodec/ws-snd1.c static int ws_snd_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     37 libavcodec/x86/blockdsp_init.c                                   AVCodecContext *avctx)
AVCodecContext    381 libavcodec/x86/cavsdsp.c                                      AVCodecContext *avctx)
AVCodecContext    420 libavcodec/x86/cavsdsp.c                                        AVCodecContext *avctx)
AVCodecContext    429 libavcodec/x86/cavsdsp.c av_cold void ff_cavsdsp_init_x86(CAVSDSPContext *c, AVCodecContext *avctx)
AVCodecContext     26 libavcodec/x86/fdctdsp_init.c av_cold void ff_fdctdsp_init_x86(FDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     41 libavcodec/x86/fmtconvert_init.c av_cold void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx)
AVCodecContext     40 libavcodec/x86/huffyuvencdsp_init.c av_cold void ff_huffyuvencdsp_init_x86(HuffYUVEncDSPContext *c, AVCodecContext *avctx)
AVCodecContext     61 libavcodec/x86/idctdsp_init.c av_cold void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext    556 libavcodec/x86/me_cmp_init.c av_cold void ff_me_cmp_init_x86(MECmpContext *c, AVCodecContext *avctx)
AVCodecContext    218 libavcodec/x86/mpegvideoencdsp_init.c                                          AVCodecContext *avctx)
AVCodecContext     34 libavcodec/x86/pixblockdsp_init.c                                      AVCodecContext *avctx,
AVCodecContext     33 libavcodec/x86/proresdsp_init.c av_cold void ff_proresdsp_init_x86(ProresDSPContext *dsp, AVCodecContext *avctx)
AVCodecContext     25 libavcodec/x86/w64xmmtest.c wrap(avcodec_open2(AVCodecContext *avctx,
AVCodecContext     32 libavcodec/x86/w64xmmtest.c wrap(avcodec_decode_audio4(AVCodecContext *avctx,
AVCodecContext     41 libavcodec/x86/w64xmmtest.c wrap(avcodec_decode_video2(AVCodecContext *avctx,
AVCodecContext     50 libavcodec/x86/w64xmmtest.c wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
AVCodecContext     59 libavcodec/x86/w64xmmtest.c wrap(avcodec_encode_audio2(AVCodecContext *avctx,
AVCodecContext     68 libavcodec/x86/w64xmmtest.c wrap(avcodec_encode_subtitle(AVCodecContext *avctx,
AVCodecContext     75 libavcodec/x86/w64xmmtest.c wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
AVCodecContext     81 libavcodec/x86/w64xmmtest.c wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt))
AVCodecContext     86 libavcodec/x86/w64xmmtest.c wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt))
AVCodecContext     91 libavcodec/x86/w64xmmtest.c wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame))
AVCodecContext     96 libavcodec/x86/w64xmmtest.c wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame))
AVCodecContext     55 libavcodec/x86/xvididct_init.c av_cold void ff_xvid_idct_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     55 libavcodec/xan.c     AVCodecContext *avctx;
AVCodecContext     75 libavcodec/xan.c static av_cold int xan_decode_end(AVCodecContext *avctx)
AVCodecContext     88 libavcodec/xan.c static av_cold int xan_decode_init(AVCodecContext *avctx)
AVCodecContext    544 libavcodec/xan.c static int xan_decode_frame(AVCodecContext *avctx,
AVCodecContext     61 libavcodec/xbmdec.c static int xbm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     27 libavcodec/xbmenc.c static int xbm_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     93 libavcodec/xfacedec.c static av_cold int xface_decode_init(AVCodecContext *avctx)
AVCodecContext    111 libavcodec/xfacedec.c static int xface_decode_frame(AVCodecContext *avctx,
AVCodecContext    136 libavcodec/xfaceenc.c static int xface_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     39 libavcodec/xl.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    123 libavcodec/xl.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     30 libavcodec/xma_parser.c static int xma_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
AVCodecContext    305 libavcodec/xpmdec.c static int xpm_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    428 libavcodec/xpmdec.c static av_cold int xpm_decode_close(AVCodecContext *avctx)
AVCodecContext     28 libavcodec/xsubdec.c static av_cold int decode_init(AVCodecContext *avctx) {
AVCodecContext     49 libavcodec/xsubdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr,
AVCodecContext    113 libavcodec/xsubenc.c static int xsub_encode(AVCodecContext *avctx, unsigned char *buf,
AVCodecContext    217 libavcodec/xsubenc.c static av_cold int xsub_encoder_init(AVCodecContext *avctx)
AVCodecContext    333 libavcodec/xvididct.c av_cold void ff_xvid_idct_init(IDCTDSPContext *c, AVCodecContext *avctx)
AVCodecContext     29 libavcodec/xvididct.h void ff_xvid_idct_init(IDCTDSPContext *c, AVCodecContext *avctx);
AVCodecContext     31 libavcodec/xvididct.h void ff_xvid_idct_init_x86(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     33 libavcodec/xvididct.h void ff_xvid_idct_init_mips(IDCTDSPContext *c, AVCodecContext *avctx,
AVCodecContext     31 libavcodec/xwddec.c static int xwd_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     33 libavcodec/xwdenc.c static int xwd_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     31 libavcodec/xxan.c     AVCodecContext *avctx;
AVCodecContext     40 libavcodec/xxan.c static av_cold int xan_decode_end(AVCodecContext *avctx)
AVCodecContext     52 libavcodec/xxan.c static av_cold int xan_decode_init(AVCodecContext *avctx)
AVCodecContext    183 libavcodec/xxan.c static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off)
AVCodecContext    281 libavcodec/xxan.c static int xan_decode_frame_type0(AVCodecContext *avctx)
AVCodecContext    360 libavcodec/xxan.c static int xan_decode_frame_type1(AVCodecContext *avctx)
AVCodecContext    405 libavcodec/xxan.c static int xan_decode_frame(AVCodecContext *avctx,
AVCodecContext     26 libavcodec/y41pdec.c static av_cold int y41p_decode_init(AVCodecContext *avctx)
AVCodecContext     38 libavcodec/y41pdec.c static int y41p_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     26 libavcodec/y41penc.c static av_cold int y41p_encode_init(AVCodecContext *avctx)
AVCodecContext     39 libavcodec/y41penc.c static int y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     78 libavcodec/y41penc.c static av_cold int y41p_encode_close(AVCodecContext *avctx)
AVCodecContext     47 libavcodec/ylc.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext     87 libavcodec/ylc.c static int build_vlc(AVCodecContext *avctx, VLC *vlc, const uint32_t *table)
AVCodecContext    283 libavcodec/ylc.c static int decode_frame(AVCodecContext *avctx,
AVCodecContext    456 libavcodec/ylc.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     35 libavcodec/yop.c     AVCodecContext *avctx;
AVCodecContext     84 libavcodec/yop.c static av_cold int yop_decode_close(AVCodecContext *avctx)
AVCodecContext     93 libavcodec/yop.c static av_cold int yop_decode_init(AVCodecContext *avctx)
AVCodecContext    193 libavcodec/yop.c static int yop_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
AVCodecContext     26 libavcodec/yuv4dec.c static av_cold int yuv4_decode_init(AVCodecContext *avctx)
AVCodecContext     33 libavcodec/yuv4dec.c static int yuv4_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext     26 libavcodec/yuv4enc.c static av_cold int yuv4_encode_init(AVCodecContext *avctx)
AVCodecContext     31 libavcodec/yuv4enc.c static int yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext     65 libavcodec/yuv4enc.c static av_cold int yuv4_encode_close(AVCodecContext *avctx)
AVCodecContext     30 libavcodec/zerocodec.c static int zerocodec_decode_frame(AVCodecContext *avctx, void *data,
AVCodecContext    103 libavcodec/zerocodec.c static av_cold int zerocodec_decode_close(AVCodecContext *avctx)
AVCodecContext    114 libavcodec/zerocodec.c static av_cold int zerocodec_decode_init(AVCodecContext *avctx)
AVCodecContext    140 libavcodec/zerocodec.c static void zerocodec_decode_flush(AVCodecContext *avctx)
AVCodecContext     57 libavcodec/zmbv.c     AVCodecContext *avctx;
AVCodecContext    411 libavcodec/zmbv.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
AVCodecContext    602 libavcodec/zmbv.c static av_cold int decode_init(AVCodecContext *avctx)
AVCodecContext    644 libavcodec/zmbv.c static av_cold int decode_end(AVCodecContext *avctx)
AVCodecContext     64 libavcodec/zmbvenc.c     AVCodecContext *avctx;
AVCodecContext    166 libavcodec/zmbvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
AVCodecContext    306 libavcodec/zmbvenc.c static av_cold int encode_end(AVCodecContext *avctx)
AVCodecContext    322 libavcodec/zmbvenc.c static av_cold int encode_init(AVCodecContext *avctx)
AVCodecContext     31 libavfilter/lavfutils.c     AVCodecContext *codec_ctx;
AVCodecContext     53 libavfilter/src_movie.c     AVCodecContext *codec_ctx;
AVCodecContext     77 libavfilter/vf_mcdeint.c     AVCodecContext *enc_ctx;
AVCodecContext    106 libavfilter/vf_mcdeint.c     AVCodecContext *enc_ctx;
AVCodecContext    304 libavfilter/vf_subtitles.c     AVCodecContext *dec_ctx = NULL;
AVCodecContext     51 libavfilter/vf_uspp.c     AVCodecContext *avctx_enc[BLOCK*BLOCK];
AVCodecContext    346 libavfilter/vf_uspp.c         AVCodecContext *avctx_enc;
AVCodecContext    880 libavformat/avformat.h     AVCodecContext *codec;
AVCodecContext   3055 libavformat/avformat.h int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
AVCodecContext    104 libavformat/dashenc.c     AVCodecContext *parser_avctx;
AVCodecContext    490 libavformat/dump.c     AVCodecContext *avctx;
AVCodecContext    169 libavformat/internal.h     AVCodecContext *avctx;
AVCodecContext    610 libavformat/isom.c     AVCodecContext *codec= st->codec;
AVCodecContext     87 libavformat/oggparseflac.c     AVCodecContext *avctx;
AVCodecContext    935 libavformat/utils.c static int determinable_frame_size(AVCodecContext *avctx)
AVCodecContext   3002 libavformat/utils.c     AVCodecContext *avctx = st->internal->avctx;
AVCodecContext   3051 libavformat/utils.c     AVCodecContext *avctx = st->internal->avctx;
AVCodecContext   3306 libavformat/utils.c static int tb_unreliable(AVCodecContext *c)
AVCodecContext   3600 libavformat/utils.c static int add_coded_side_data(AVStream *st, AVCodecContext *avctx)
AVCodecContext   3620 libavformat/utils.c     AVCodecContext *avctx;
AVCodecContext   5269 libavformat/utils.c             AVCodecContext *codec = st->codec;
AVCodecContext   5619 libavformat/utils.c int av_apply_bitstream_filters(AVCodecContext *codec, AVPacket *pkt,
AVCodecContext   5776 libavformat/utils.c     const AVCodecContext *dec_ctx = ist->codec;
AVCodecContext   5777 libavformat/utils.c     AVCodecContext       *enc_ctx = ost->codec;
AVCodecContext     36 tests/api/api-band-test.c static void draw_horiz_band(AVCodecContext *ctx, const AVFrame *fr, int offset[4],
AVCodecContext     70 tests/api/api-band-test.c     AVCodecContext *ctx= NULL;
AVCodecContext     30 tests/api/api-codec-param-test.c static int try_decode_video_frame(AVCodecContext *codec_ctx, AVPacket *pkt, int decode)
AVCodecContext     86 tests/api/api-codec-param-test.c         AVCodecContext *codec_ctx = NULL;
AVCodecContext    148 tests/api/api-codec-param-test.c         AVCodecContext *codec_ctx = st->codec;
AVCodecContext    199 tests/api/api-codec-param-test.c         AVCodecContext *codec_ctx1 = st1->codec;
AVCodecContext    200 tests/api/api-codec-param-test.c         AVCodecContext *codec_ctx2 = st2->codec;
AVCodecContext     51 tests/api/api-flac-test.c static int init_encoder(AVCodec *enc, AVCodecContext **enc_ctx,
AVCodecContext     54 tests/api/api-flac-test.c     AVCodecContext *ctx;
AVCodecContext     81 tests/api/api-flac-test.c static int init_decoder(AVCodec *dec, AVCodecContext **dec_ctx,
AVCodecContext     84 tests/api/api-flac-test.c     AVCodecContext *ctx;
AVCodecContext    108 tests/api/api-flac-test.c static int run_test(AVCodec *enc, AVCodec *dec, AVCodecContext *enc_ctx,
AVCodecContext    109 tests/api/api-flac-test.c                     AVCodecContext *dec_ctx)
AVCodecContext    226 tests/api/api-flac-test.c static int close_encoder(AVCodecContext **enc_ctx)
AVCodecContext    233 tests/api/api-flac-test.c static int close_decoder(AVCodecContext **dec_ctx)
AVCodecContext    243 tests/api/api-flac-test.c     AVCodecContext *enc_ctx = NULL, *dec_ctx = NULL;
AVCodecContext     48 tests/api/api-h264-slice-test.c static int decode(AVCodecContext *dec_ctx, AVFrame *frame,
AVCodecContext    112 tests/api/api-h264-slice-test.c     AVCodecContext *c = NULL;
AVCodecContext     36 tests/api/api-h264-test.c     AVCodecContext *ctx= NULL;
AVCodecContext     76 tests/api/api-seek-test.c                                 AVCodecContext *ctx, AVFrame *fr, uint64_t ts_start, uint64_t ts_end, int no_seeking)
AVCodecContext    177 tests/api/api-seek-test.c     AVCodecContext *ctx= NULL;
AVCodecContext     59 tests/checkasm/blockdsp.c     AVCodecContext avctx = { 0 };
AVCodecContext     92 tests/checkasm/pixblockdsp.c     AVCodecContext avctx = {
AVCodecContext     81 tools/target_dec_fuzzer.c static int subtitle_handler(AVCodecContext *avctx, void *frame,
AVCodecContext    108 tools/target_dec_fuzzer.c     int (*decode_handler)(AVCodecContext *avctx, AVFrame *picture,
AVCodecContext    185 tools/target_dec_fuzzer.c     AVCodecContext* ctx = avcodec_alloc_context3(c);
AVCodecContext    186 tools/target_dec_fuzzer.c     AVCodecContext* parser_avctx = avcodec_alloc_context3(NULL);
AVCodecContext     32 tools/venc_data_dump.c static int decode_read(AVCodecContext *decoder, AVFrame *frame, int flush, int max_frames)
AVCodecContext     80 tools/venc_data_dump.c                         AVCodecContext **dec, AVDictionary **opts)
AVCodecContext    106 tools/venc_data_dump.c     AVCodecContext  *decoder = NULL;