AVCodecContext 47 cmdutils.h extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; AVCodecContext 106 doc/examples/decoding_encoding.c AVCodecContext *c= NULL; AVCodecContext 245 doc/examples/decoding_encoding.c AVCodecContext *c= NULL; AVCodecContext 350 doc/examples/decoding_encoding.c AVCodecContext *c= NULL; AVCodecContext 506 doc/examples/decoding_encoding.c static int decode_write_frame(const char *outfilename, AVCodecContext *avctx, AVCodecContext 537 doc/examples/decoding_encoding.c AVCodecContext *c= NULL; AVCodecContext 38 doc/examples/demuxing_decoding.c static AVCodecContext *video_dec_ctx = NULL, *audio_dec_ctx; AVCodecContext 159 doc/examples/demuxing_decoding.c AVCodecContext *dec_ctx = NULL; AVCodecContext 28 doc/examples/extract_mvs.c static AVCodecContext *video_dec_ctx = NULL; AVCodecContext 77 doc/examples/extract_mvs.c AVCodecContext *dec_ctx = NULL; AVCodecContext 45 doc/examples/filtering_audio.c static AVCodecContext *dec_ctx; AVCodecContext 44 doc/examples/filtering_video.c static AVCodecContext *dec_ctx; AVCodecContext 96 doc/examples/muxing.c AVCodecContext *c; AVCodecContext 211 doc/examples/muxing.c AVCodecContext *c; AVCodecContext 298 doc/examples/muxing.c AVCodecContext *c; AVCodecContext 386 doc/examples/muxing.c AVCodecContext *c = ost->st->codec; AVCodecContext 451 doc/examples/muxing.c AVCodecContext *c = ost->st->codec; AVCodecContext 493 doc/examples/muxing.c AVCodecContext *c; AVCodecContext 154 doc/examples/qsvdec.c static int get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) AVCodecContext 192 doc/examples/qsvdec.c static int get_format(AVCodecContext *avctx, const enum AVPixelFormat *pix_fmts) AVCodecContext 219 doc/examples/qsvdec.c static int decode_packet(DecodeContext *decode, AVCodecContext *decoder_ctx, AVCodecContext 309 doc/examples/qsvdec.c AVCodecContext *decoder_ctx = NULL; AVCodecContext 63 doc/examples/transcode_aac.c AVCodecContext **input_codec_context) AVCodecContext 121 doc/examples/transcode_aac.c AVCodecContext *input_codec_context, AVCodecContext 123 doc/examples/transcode_aac.c AVCodecContext **output_codec_context) AVCodecContext 237 doc/examples/transcode_aac.c static int init_resampler(AVCodecContext *input_codec_context, AVCodecContext 238 doc/examples/transcode_aac.c AVCodecContext *output_codec_context, AVCodecContext 279 doc/examples/transcode_aac.c static int init_fifo(AVAudioFifo **fifo, AVCodecContext *output_codec_context) AVCodecContext 305 doc/examples/transcode_aac.c AVCodecContext *input_codec_context, AVCodecContext 355 doc/examples/transcode_aac.c AVCodecContext *output_codec_context, AVCodecContext 443 doc/examples/transcode_aac.c AVCodecContext *input_codec_context, AVCodecContext 444 doc/examples/transcode_aac.c AVCodecContext *output_codec_context, AVCodecContext 509 doc/examples/transcode_aac.c AVCodecContext *output_codec_context, AVCodecContext 552 doc/examples/transcode_aac.c AVCodecContext *output_codec_context, AVCodecContext 599 doc/examples/transcode_aac.c AVCodecContext *output_codec_context) AVCodecContext 652 doc/examples/transcode_aac.c AVCodecContext *input_codec_context = NULL, *output_codec_context = NULL; AVCodecContext 67 doc/examples/transcoding.c AVCodecContext *codec_ctx; AVCodecContext 91 doc/examples/transcoding.c AVCodecContext *dec_ctx, *enc_ctx; AVCodecContext 187 doc/examples/transcoding.c static int init_filter(FilteringContext* fctx, AVCodecContext *dec_ctx, AVCodecContext 188 doc/examples/transcoding.c AVCodecContext *enc_ctx, const char *filter_spec) AVCodecContext 370 doc/examples/transcoding.c int (*enc_func)(AVCodecContext *, AVPacket *, const AVFrame *, int *) = AVCodecContext 475 doc/examples/transcoding.c int (*dec_func)(AVCodecContext *, AVFrame *, int *, const AVPacket *); AVCodecContext 590 ffmpeg.c AVCodecContext *avctx = ost->st->codec; AVCodecContext 753 ffmpeg.c AVCodecContext *enc = ost->enc_ctx; AVCodecContext 806 ffmpeg.c AVCodecContext *enc; AVCodecContext 890 ffmpeg.c AVCodecContext *enc = ost->enc_ctx; AVCodecContext 891 ffmpeg.c AVCodecContext *mux_enc = ost->st->codec; AVCodecContext 1169 ffmpeg.c AVCodecContext *enc; AVCodecContext 1232 ffmpeg.c AVCodecContext *enc = ost->enc_ctx; AVCodecContext 1429 ffmpeg.c AVCodecContext *enc; AVCodecContext 1602 ffmpeg.c AVCodecContext *enc = ost->enc_ctx; AVCodecContext 1615 ffmpeg.c int (*encode)(AVCodecContext*, AVPacket*, const AVFrame*, int*) = NULL; AVCodecContext 1793 ffmpeg.c AVCodecContext *dec = ist->dec_ctx; AVCodecContext 1814 ffmpeg.c AVCodecContext *avctx = ist->dec_ctx; AVCodecContext 2337 ffmpeg.c static enum AVPixelFormat get_format(AVCodecContext *s, const enum AVPixelFormat *pix_fmts) AVCodecContext 2375 ffmpeg.c static int get_buffer(AVCodecContext *s, AVFrame *frame, int flags) AVCodecContext 2446 ffmpeg.c AVCodecContext *avctx) AVCodecContext 2613 ffmpeg.c AVCodecContext *enc_ctx; AVCodecContext 2614 ffmpeg.c AVCodecContext *dec_ctx = NULL; AVCodecContext 3015 ffmpeg.c AVCodecContext *dec = NULL; AVCodecContext 70 ffmpeg.h int (*init)(AVCodecContext *s); AVCodecContext 253 ffmpeg.h AVCodecContext *dec_ctx; AVCodecContext 317 ffmpeg.h void (*hwaccel_uninit)(AVCodecContext *s); AVCodecContext 318 ffmpeg.h int (*hwaccel_get_buffer)(AVCodecContext *s, AVFrame *frame, int flags); AVCodecContext 319 ffmpeg.h int (*hwaccel_retrieve_data)(AVCodecContext *s, AVFrame *frame); AVCodecContext 391 ffmpeg.h AVCodecContext *enc_ctx; AVCodecContext 525 ffmpeg.h enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *avctx, AVCodec *codec, enum AVPixelFormat target); AVCodecContext 535 ffmpeg.h int vdpau_init(AVCodecContext *s); AVCodecContext 536 ffmpeg.h int dxva2_init(AVCodecContext *s); AVCodecContext 537 ffmpeg.h int vda_init(AVCodecContext *s); AVCodecContext 124 ffmpeg_dxva2.c static void dxva2_destroy_decoder(AVCodecContext *s) AVCodecContext 147 ffmpeg_dxva2.c static void dxva2_uninit(AVCodecContext *s) AVCodecContext 203 ffmpeg_dxva2.c static int dxva2_get_buffer(AVCodecContext *s, AVFrame *frame, int flags) AVCodecContext 252 ffmpeg_dxva2.c static int dxva2_retrieve_data(AVCodecContext *s, AVFrame *frame) AVCodecContext 301 ffmpeg_dxva2.c static int dxva2_alloc(AVCodecContext *s) AVCodecContext 413 ffmpeg_dxva2.c static int dxva2_get_decoder_configuration(AVCodecContext *s, const GUID *device_guid, AVCodecContext 460 ffmpeg_dxva2.c static int dxva2_create_decoder(AVCodecContext *s) AVCodecContext 598 ffmpeg_dxva2.c int dxva2_init(AVCodecContext *s) AVCodecContext 40 ffmpeg_filter.c enum AVPixelFormat choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, AVCodec *codec, enum AVPixelFormat target) AVCodecContext 347 ffmpeg_filter.c AVCodecContext *codec = ost->enc_ctx; AVCodecContext 436 ffmpeg_filter.c AVCodecContext *codec = ost->enc_ctx; AVCodecContext 582 ffmpeg_opt.c AVCodecContext *dec = st->codec; AVCodecContext 1303 ffmpeg_opt.c AVCodecContext *video_enc; AVCodecContext 1468 ffmpeg_opt.c AVCodecContext *audio_enc; AVCodecContext 1561 ffmpeg_opt.c AVCodecContext *subtitle_enc; AVCodecContext 2247 ffmpeg_opt.c AVCodecContext *c = input_files[j]->ctx->streams[i]->codec; AVCodecContext 29 ffmpeg_vda.c static int vda_retrieve_data(AVCodecContext *s, AVFrame *frame) AVCodecContext 89 ffmpeg_vda.c static void vda_uninit(AVCodecContext *s) AVCodecContext 103 ffmpeg_vda.c int vda_init(AVCodecContext *s) AVCodecContext 64 ffmpeg_vdpau.c static void vdpau_uninit(AVCodecContext *s) AVCodecContext 97 ffmpeg_vdpau.c static int vdpau_get_buffer(AVCodecContext *s, AVFrame *frame, int flags) AVCodecContext 140 ffmpeg_vdpau.c static int vdpau_retrieve_data(AVCodecContext *s, AVFrame *frame) AVCodecContext 198 ffmpeg_vdpau.c static int vdpau_alloc(AVCodecContext *s) AVCodecContext 309 ffmpeg_vdpau.c static int vdpau_old_init(AVCodecContext *s) AVCodecContext 352 ffmpeg_vdpau.c int vdpau_init(AVCodecContext *s) AVCodecContext 185 ffplay.c AVCodecContext *avctx; AVCodecContext 533 ffplay.c static void decoder_init(Decoder *d, AVCodecContext *avctx, PacketQueue *queue, SDL_cond *empty_queue_cond) { AVCodecContext 1964 ffplay.c AVCodecContext *codec = is->video_st->codec; AVCodecContext 2650 ffplay.c AVCodecContext *avctx; AVCodecContext 2789 ffplay.c AVCodecContext *avctx; AVCodecContext 3006 ffplay.c AVCodecContext *avctx = st->codec; AVCodecContext 1851 ffprobe.c AVCodecContext *dec_ctx = fmt_ctx->streams[pkt->stream_index]->codec; AVCodecContext 2041 ffprobe.c AVCodecContext *dec_ctx; AVCodecContext 1096 ffserver.c static int find_stream_in_feed(FFServerStream *feed, AVCodecContext *codec, AVCodecContext 1104 ffserver.c AVCodecContext *feed_codec = feed->streams[i]->codec; AVCodecContext 1145 ffserver.c AVCodecContext *codec = req->streams[i]->codec; AVCodecContext 2249 ffserver.c AVCodecContext *codec; AVCodecContext 3346 ffserver.c AVCodecContext *codec, int copy) AVCodecContext 3377 ffserver.c AVCodecContext *av, *av1; AVCodecContext 3584 ffserver.c AVCodecContext *ccf, *ccs; AVCodecContext 183 ffserver_config.c static void add_codec(FFServerStream *stream, AVCodecContext *av, AVCodecContext 327 ffserver_config.c static int ffserver_set_codec(AVCodecContext *ctx, const char *codec_name, AVCodecContext 357 ffserver_config.c AVCodecContext *avctx; AVCodecContext 522 ffserver_config.c AVCodecContext *ctx; AVCodecContext 1121 ffserver_config.c AVCodecContext *audio_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_actx->codec_id)); AVCodecContext 1128 ffserver_config.c AVCodecContext *video_enc = avcodec_alloc_context3(avcodec_find_encoder(config->dummy_vctx->codec_id)); AVCodecContext 115 ffserver_config.h AVCodecContext *dummy_actx; /* Used internally to test audio AVOptions. */ AVCodecContext 116 ffserver_config.h AVCodecContext *dummy_vctx; /* Used internally to test video AVOptions. */ 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 827 libavcodec/4xm.c static int decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 963 libavcodec/4xm.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 981 libavcodec/4xm.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 48 libavcodec/8bps.c AVCodecContext *avctx; AVCodecContext 56 libavcodec/8bps.c static int decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 140 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 175 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, const AVFrame *p, int *dest) AVCodecContext 99 libavcodec/a64multienc.c static void render_charset(AVCodecContext *avctx, uint8_t *charset, AVCodecContext 191 libavcodec/a64multienc.c static av_cold int a64multi_close_encoder(AVCodecContext *avctx) AVCodecContext 202 libavcodec/a64multienc.c static av_cold int a64multi_encode_init(AVCodecContext *avctx) AVCodecContext 268 libavcodec/a64multienc.c static int a64multi_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 266 libavcodec/aac.h AVCodecContext *avctx; AVCodecContext 29 libavcodec/aac_ac3_parser.c AVCodecContext *avctx, AVCodecContext 62 libavcodec/aac_ac3_parser.h AVCodecContext *avctx, AVCodecContext 38 libavcodec/aac_adtstoasc_bsf.c AVCodecContext *avctx, const char *args, AVCodecContext 554 libavcodec/aaccoder.c static void search_for_quantizers_anmr(AVCodecContext *avctx, AACEncContext *s, AVCodecContext 707 libavcodec/aaccoder.c static void search_for_quantizers_twoloop(AVCodecContext *avctx, AVCodecContext 851 libavcodec/aaccoder.c static void search_for_quantizers_faac(AVCodecContext *avctx, AACEncContext *s, AVCodecContext 1018 libavcodec/aaccoder.c static void search_for_quantizers_fast(AVCodecContext *avctx, AACEncContext *s, AVCodecContext 180 libavcodec/aacdec.c static int frame_configure_elements(AVCodecContext *avctx) AVCodecContext 457 libavcodec/aacdec.c AVCodecContext *avctx = ac->avctx; AVCodecContext 502 libavcodec/aacdec.c static void flush(AVCodecContext *avctx) AVCodecContext 525 libavcodec/aacdec.c static int set_default_channel_config(AVCodecContext *avctx, AVCodecContext 720 libavcodec/aacdec.c static int decode_pce(AVCodecContext *avctx, MPEG4AudioConfig *m4ac, AVCodecContext 790 libavcodec/aacdec.c static int decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, AVCodecContext 868 libavcodec/aacdec.c static int decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx, AVCodecContext 938 libavcodec/aacdec.c AVCodecContext *avctx, AVCodecContext 1068 libavcodec/aacdec.c static av_cold int aac_decode_init(AVCodecContext *avctx) AVCodecContext 2863 libavcodec/aacdec.c static int aac_decode_er_frame(AVCodecContext *avctx, void *data, AVCodecContext 2930 libavcodec/aacdec.c static int aac_decode_frame_int(AVCodecContext *avctx, void *data, AVCodecContext 3100 libavcodec/aacdec.c static int aac_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 3169 libavcodec/aacdec.c static av_cold int aac_decode_close(AVCodecContext *avctx) AVCodecContext 3215 libavcodec/aacdec.c AVCodecContext *avctx = ac->avctx; AVCodecContext 3400 libavcodec/aacdec.c static int latm_decode_frame(AVCodecContext *avctx, void *out, AVCodecContext 3461 libavcodec/aacdec.c static av_cold int latm_decode_init(AVCodecContext *avctx) AVCodecContext 170 libavcodec/aacenc.c static void put_audio_specific_config(AVCodecContext *avctx) AVCodecContext 388 libavcodec/aacenc.c static void encode_scale_factors(AVCodecContext *avctx, AACEncContext *s, AVCodecContext 453 libavcodec/aacenc.c static int encode_individual_channel(AVCodecContext *avctx, AACEncContext *s, AVCodecContext 515 libavcodec/aacenc.c static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 695 libavcodec/aacenc.c static av_cold int aac_encode_end(AVCodecContext *avctx) AVCodecContext 711 libavcodec/aacenc.c static av_cold int dsp_init(AVCodecContext *avctx, AACEncContext *s) AVCodecContext 733 libavcodec/aacenc.c static av_cold int alloc_buffers(AVCodecContext *avctx, AACEncContext *s) AVCodecContext 748 libavcodec/aacenc.c static av_cold int aac_encode_init(AVCodecContext *avctx) AVCodecContext 50 libavcodec/aacenc.h void (*search_for_quantizers)(AVCodecContext *avctx, struct AACEncContext *s, AVCodecContext 86 libavcodec/aacps.c static int read_ ## PAR ## _data(AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, \ AVCodecContext 151 libavcodec/aacps.c int ff_ps_read_data(AVCodecContext *avctx, GetBitContext *gb_host, PSContext *ps, int bits_left) AVCodecContext 909 libavcodec/aacps.c int ff_ps_apply(AVCodecContext *avctx, PSContext *ps, float L[2][38][64], float R[2][38][64], int top) AVCodecContext 83 libavcodec/aacps.h int ff_ps_read_data(AVCodecContext *avctx, GetBitContext *gb, PSContext *ps, int bits_left); AVCodecContext 84 libavcodec/aacps.h int ff_ps_apply(AVCodecContext *avctx, PSContext *ps, float L[2][38][64], float R[2][38][64], int top); AVCodecContext 258 libavcodec/aacpsy.c static av_cold void lame_window_init(AacPsyContext *ctx, AVCodecContext *avctx) AVCodecContext 309 libavcodec/aacsbr.c static int check_n_master(AVCodecContext *avctx, int n_master, int bs_xover_band) 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 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 181 libavcodec/ac3dec.c static av_cold int ac3_decode_init(AVCodecContext *avctx) AVCodecContext 1408 libavcodec/ac3dec.c static int ac3_decode_frame(AVCodecContext * avctx, void *data, AVCodecContext 1634 libavcodec/ac3dec.c static av_cold int ac3_decode_end(AVCodecContext *avctx) AVCodecContext 72 libavcodec/ac3dec.h AVCodecContext *avctx; ///< parent context AVCodecContext 1678 libavcodec/ac3enc.c AVCodecContext *avctx = s->avctx; AVCodecContext 1834 libavcodec/ac3enc.c AVCodecContext *avctx = s->avctx; AVCodecContext 2016 libavcodec/ac3enc.c av_cold int ff_ac3_encode_close(AVCodecContext *avctx) AVCodecContext 2109 libavcodec/ac3enc.c AVCodecContext *avctx = s->avctx; AVCodecContext 2322 libavcodec/ac3enc.c AVCodecContext *avctx = s->avctx; AVCodecContext 2422 libavcodec/ac3enc.c av_cold int ff_ac3_encode_init(AVCodecContext *avctx) AVCodecContext 165 libavcodec/ac3enc.h AVCodecContext *avctx; ///< parent AVCodecContext AVCodecContext 272 libavcodec/ac3enc.h int ff_ac3_encode_init(AVCodecContext *avctx); AVCodecContext 273 libavcodec/ac3enc.h int ff_ac3_float_encode_init(AVCodecContext *avctx); AVCodecContext 275 libavcodec/ac3enc.h int ff_ac3_encode_close(AVCodecContext *avctx); AVCodecContext 310 libavcodec/ac3enc.h int ff_ac3_fixed_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 312 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 139 libavcodec/ac3enc_float.c av_cold int ff_ac3_float_encode_init(AVCodecContext *avctx) AVCodecContext 391 libavcodec/ac3enc_template.c int AC3_NAME(encode_frame)(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 91 libavcodec/adpcm.c static av_cold int adpcm_decode_init(AVCodecContext * avctx) AVCodecContext 333 libavcodec/adpcm.c static int xa_decode(AVCodecContext *avctx, int16_t *out0, int16_t *out1, AVCodecContext 413 libavcodec/adpcm.c static void adpcm_swf_decode(AVCodecContext *avctx, const uint8_t *buf, int buf_size, int16_t *samples) AVCodecContext 481 libavcodec/adpcm.c static int get_nb_samples(AVCodecContext *avctx, GetByteContext *gb, AVCodecContext 661 libavcodec/adpcm.c static int adpcm_decode_frame(AVCodecContext *avctx, void *data, 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 153 libavcodec/adpcmenc.c static av_cold int adpcm_encode_close(AVCodecContext *avctx) AVCodecContext 266 libavcodec/adpcmenc.c static void adpcm_compress_trellis(AVCodecContext *avctx, AVCodecContext 471 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 140 libavcodec/aic.c AVCodecContext *avctx; AVCodecContext 368 libavcodec/aic.c static int aic_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 420 libavcodec/aic.c static av_cold int aic_decode_init(AVCodecContext *avctx) AVCodecContext 466 libavcodec/aic.c static av_cold int aic_decode_close(AVCodecContext *avctx) AVCodecContext 65 libavcodec/alac.c AVCodecContext *avctx; AVCodecContext 262 libavcodec/alac.c static int decode_element(AVCodecContext *avctx, AVFrame *frame, int ch_index, AVCodecContext 452 libavcodec/alac.c static int alac_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 511 libavcodec/alac.c static av_cold int alac_decode_close(AVCodecContext *avctx) AVCodecContext 581 libavcodec/alac.c static av_cold int alac_decode_init(AVCodecContext * avctx) AVCodecContext 634 libavcodec/alac.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 76 libavcodec/alacenc.c AVCodecContext *avctx; AVCodecContext 492 libavcodec/alacenc.c static av_cold int alac_encode_close(AVCodecContext *avctx) AVCodecContext 501 libavcodec/alacenc.c static av_cold int alac_encode_init(AVCodecContext *avctx) AVCodecContext 607 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 av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 38 libavcodec/aliaspixenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 117 libavcodec/aliaspixenc.c static av_cold int encode_close(AVCodecContext *avctx) 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 70 libavcodec/alpha/pixblockdsp_alpha.c av_cold void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext *avctx, AVCodecContext 192 libavcodec/alsdec.c AVCodecContext *avctx; AVCodecContext 253 libavcodec/alsdec.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 287 libavcodec/alsdec.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 567 libavcodec/alsdec.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 611 libavcodec/alsdec.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 1326 libavcodec/alsdec.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 1470 libavcodec/alsdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVCodecContext 1599 libavcodec/alsdec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 1634 libavcodec/alsdec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1796 libavcodec/alsdec.c static av_cold void flush(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 1092 libavcodec/amrwbdec.c static int amrwb_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 38 libavcodec/anm.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 113 libavcodec/anm.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 184 libavcodec/anm.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 78 libavcodec/ansi.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 116 libavcodec/ansi.c static void hscroll(AVCodecContext *avctx) AVCodecContext 136 libavcodec/ansi.c static void erase_line(AVCodecContext * avctx, int xoffset, int xlength) AVCodecContext 145 libavcodec/ansi.c static void erase_screen(AVCodecContext *avctx) AVCodecContext 157 libavcodec/ansi.c static void draw_char(AVCodecContext *avctx, int c) AVCodecContext 184 libavcodec/ansi.c static int execute_code(AVCodecContext * avctx, int c) AVCodecContext 351 libavcodec/ansi.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 464 libavcodec/ansi.c static av_cold int decode_close(AVCodecContext *avctx) AVCodecContext 138 libavcodec/apedec.c AVCodecContext *avctx; AVCodecContext 200 libavcodec/apedec.c static av_cold int ape_decode_close(AVCodecContext *avctx) AVCodecContext 215 libavcodec/apedec.c static av_cold int ape_decode_init(AVCodecContext *avctx) AVCodecContext 1393 libavcodec/apedec.c static int ape_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1543 libavcodec/apedec.c static void ape_flush(AVCodecContext *avctx) AVCodecContext 37 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 61 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 32 libavcodec/arm/pixblockdsp_init_arm.c AVCodecContext *avctx, AVCodecContext 29 libavcodec/ass.c int ff_ass_subtitle_header(AVCodecContext *avctx, AVCodecContext 79 libavcodec/ass.c int ff_ass_subtitle_header_default(AVCodecContext *avctx) AVCodecContext 57 libavcodec/ass.h int ff_ass_subtitle_header(AVCodecContext *avctx, AVCodecContext 70 libavcodec/ass.h int ff_ass_subtitle_header_default(AVCodecContext *avctx); AVCodecContext 30 libavcodec/assdec.c static av_cold int ass_decode_init(AVCodecContext *avctx) AVCodecContext 44 libavcodec/assdec.c static int ass_decode_close(AVCodecContext *avctx) AVCodecContext 52 libavcodec/assdec.c static int ssa_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVCodecContext 87 libavcodec/assdec.c static int ass_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, AVCodecContext 35 libavcodec/assenc.c static av_cold int ass_encode_init(AVCodecContext *avctx) AVCodecContext 46 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 270 libavcodec/asvdec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 305 libavcodec/asvdec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 218 libavcodec/asvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 319 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 187 libavcodec/atrac3.c static av_cold int atrac3_decode_close(AVCodecContext *avctx) AVCodecContext 639 libavcodec/atrac3.c static int decode_frame(AVCodecContext *avctx, const uint8_t *databuf, AVCodecContext 734 libavcodec/atrac3.c static int atrac3_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 792 libavcodec/atrac3.c static av_cold int atrac3_decode_init(AVCodecContext *avctx) AVCodecContext 225 libavcodec/atrac3plus.c Atrac3pChanUnitCtx *ctx, AVCodecContext *avctx) AVCodecContext 256 libavcodec/atrac3plus.c AVCodecContext *avctx) AVCodecContext 286 libavcodec/atrac3plus.c AVCodecContext *avctx) AVCodecContext 339 libavcodec/atrac3plus.c int ch_num, AVCodecContext *avctx) AVCodecContext 482 libavcodec/atrac3plus.c int ch_num, AVCodecContext *avctx) AVCodecContext 617 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 650 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 677 libavcodec/atrac3plus.c AVCodecContext *avctx) AVCodecContext 730 libavcodec/atrac3plus.c int ch_num, AVCodecContext *avctx) AVCodecContext 783 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 855 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 1213 libavcodec/atrac3plus.c AVCodecContext *avctx) AVCodecContext 1366 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 1451 libavcodec/atrac3plus.c AVCodecContext *avctx) AVCodecContext 1699 libavcodec/atrac3plus.c int num_channels, AVCodecContext *avctx) AVCodecContext 1765 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 79 libavcodec/atrac3plusdec.c AVCodecContext *avctx) AVCodecContext 144 libavcodec/atrac3plusdec.c static av_cold int atrac3p_decode_init(AVCodecContext *avctx) AVCodecContext 201 libavcodec/atrac3plusdec.c AVCodecContext *avctx) AVCodecContext 263 libavcodec/atrac3plusdec.c int num_channels, AVCodecContext *avctx) AVCodecContext 327 libavcodec/atrac3plusdec.c static int atrac3p_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 79 libavcodec/atrac3plusdsp.c av_cold void ff_atrac3p_init_imdct(AVCodecContext *avctx, FFTContext *mdct_ctx) 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 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 1476 libavcodec/avcodec.h void (*draw_horiz_band)(struct AVCodecContext *s, AVCodecContext 1493 libavcodec/avcodec.h enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); AVCodecContext 2132 libavcodec/avcodec.h int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); AVCodecContext 2146 libavcodec/avcodec.h void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic); AVCodecContext 2161 libavcodec/avcodec.h int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic); AVCodecContext 2244 libavcodec/avcodec.h int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); AVCodecContext 2461 libavcodec/avcodec.h void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb); AVCodecContext 2791 libavcodec/avcodec.h int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size); AVCodecContext 2811 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 3143 libavcodec/avcodec.h AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx); AVCodecContext 3144 libavcodec/avcodec.h void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val); AVCodecContext 3146 libavcodec/avcodec.h const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx); AVCodecContext 3147 libavcodec/avcodec.h void av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc); AVCodecContext 3149 libavcodec/avcodec.h int av_codec_get_lowres(const AVCodecContext *avctx); AVCodecContext 3150 libavcodec/avcodec.h void av_codec_set_lowres(AVCodecContext *avctx, int val); AVCodecContext 3152 libavcodec/avcodec.h int av_codec_get_seek_preroll(const AVCodecContext *avctx); AVCodecContext 3153 libavcodec/avcodec.h void av_codec_set_seek_preroll(AVCodecContext *avctx, int val); AVCodecContext 3155 libavcodec/avcodec.h uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx); AVCodecContext 3156 libavcodec/avcodec.h void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val); AVCodecContext 3222 libavcodec/avcodec.h int (*init_thread_copy)(AVCodecContext *); AVCodecContext 3230 libavcodec/avcodec.h int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src); AVCodecContext 3243 libavcodec/avcodec.h int (*init)(AVCodecContext *); AVCodecContext 3244 libavcodec/avcodec.h int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size, AVCodecContext 3256 libavcodec/avcodec.h int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, AVCodecContext 3258 libavcodec/avcodec.h int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt); AVCodecContext 3259 libavcodec/avcodec.h int (*close)(AVCodecContext *); AVCodecContext 3264 libavcodec/avcodec.h void (*flush)(AVCodecContext *); AVCodecContext 3322 libavcodec/avcodec.h int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame); AVCodecContext 3338 libavcodec/avcodec.h int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); AVCodecContext 3352 libavcodec/avcodec.h int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size); AVCodecContext 3363 libavcodec/avcodec.h int (*end_frame)(AVCodecContext *avctx); AVCodecContext 3392 libavcodec/avcodec.h int (*init)(AVCodecContext *avctx); AVCodecContext 3400 libavcodec/avcodec.h int (*uninit)(AVCodecContext *avctx); AVCodecContext 3561 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context3(const AVCodec *codec); AVCodecContext 3567 libavcodec/avcodec.h void avcodec_free_context(AVCodecContext **avctx); AVCodecContext 3578 libavcodec/avcodec.h int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec); AVCodecContext 3615 libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); AVCodecContext 3689 libavcodec/avcodec.h int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options); AVCodecContext 3700 libavcodec/avcodec.h int avcodec_close(AVCodecContext *avctx); AVCodecContext 3960 libavcodec/avcodec.h attribute_deprecated int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); AVCodecContext 3961 libavcodec/avcodec.h attribute_deprecated void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); AVCodecContext 3962 libavcodec/avcodec.h attribute_deprecated int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic); AVCodecContext 3970 libavcodec/avcodec.h int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags); AVCodecContext 3994 libavcodec/avcodec.h void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); AVCodecContext 4003 libavcodec/avcodec.h void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, AVCodecContext 4083 libavcodec/avcodec.h attribute_deprecated int avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples, AVCodecContext 4139 libavcodec/avcodec.h int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, AVCodecContext 4185 libavcodec/avcodec.h int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, AVCodecContext 4216 libavcodec/avcodec.h int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, AVCodecContext 4417 libavcodec/avcodec.h AVCodecContext *avctx, AVCodecContext 4421 libavcodec/avcodec.h int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size); AVCodecContext 4459 libavcodec/avcodec.h AVCodecContext *avctx, AVCodecContext 4470 libavcodec/avcodec.h AVCodecContext *avctx, AVCodecContext 4526 libavcodec/avcodec.h int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx, AVCodecContext 4570 libavcodec/avcodec.h int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 4589 libavcodec/avcodec.h int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size, AVCodecContext 4627 libavcodec/avcodec.h int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 4630 libavcodec/avcodec.h int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, AVCodecContext 4943 libavcodec/avcodec.h enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt); AVCodecContext 4954 libavcodec/avcodec.h void avcodec_set_dimensions(AVCodecContext *s, int width, int height); AVCodecContext 4968 libavcodec/avcodec.h void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); AVCodecContext 4979 libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size); AVCodecContext 4980 libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count); AVCodecContext 5019 libavcodec/avcodec.h void avcodec_flush_buffers(AVCodecContext *avctx); AVCodecContext 5055 libavcodec/avcodec.h int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes); AVCodecContext 5070 libavcodec/avcodec.h AVCodecContext *avctx, const char *args, AVCodecContext 5129 libavcodec/avcodec.h AVCodecContext *avctx, const char *args, AVCodecContext 5270 libavcodec/avcodec.h int avcodec_is_open(AVCodecContext *s); AVCodecContext 97 libavcodec/avdct.c AVCodecContext *avctx = avcodec_alloc_context3(NULL); AVCodecContext 35 libavcodec/avrndec.c static av_cold int init(AVCodecContext *avctx) AVCodecContext 67 libavcodec/avrndec.c static av_cold int end(AVCodecContext *avctx) AVCodecContext 77 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 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 56 libavcodec/avuienc.c static int avui_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 100 libavcodec/avuienc.c static av_cold int avui_encode_close(AVCodecContext *avctx) 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 149 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 316 libavcodec/bink.c static int read_runs(AVCodecContext *avctx, GetBitContext *gb, Bundle *b) AVCodecContext 338 libavcodec/bink.c static int read_motion_values(AVCodecContext *avctx, GetBitContext *gb, Bundle *b) AVCodecContext 372 libavcodec/bink.c static int read_block_types(AVCodecContext *avctx, GetBitContext *gb, Bundle *b) AVCodecContext 407 libavcodec/bink.c static int read_patterns(AVCodecContext *avctx, GetBitContext *gb, Bundle *b) AVCodecContext 468 libavcodec/bink.c static int read_dcs(AVCodecContext *avctx, GetBitContext *gb, Bundle *b, AVCodecContext 1182 libavcodec/bink.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) AVCodecContext 1272 libavcodec/bink.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1328 libavcodec/bink.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 1338 libavcodec/bink.c static void flush(AVCodecContext *avctx) AVCodecContext 67 libavcodec/binkaudio.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 267 libavcodec/binkaudio.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 286 libavcodec/binkaudio.c static int decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 47 libavcodec/bintext.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 103 libavcodec/bintext.c av_unused static void hscroll(AVCodecContext *avctx) AVCodecContext 121 libavcodec/bintext.c static void draw_char(AVCodecContext *avctx, int c, int a) AVCodecContext 136 libavcodec/bintext.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 211 libavcodec/bintext.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 81 libavcodec/bitstream_filter.c AVCodecContext *avctx, const char *args, AVCodecContext 58 libavcodec/blockdsp.c av_cold void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx) AVCodecContext 41 libavcodec/blockdsp.h void ff_blockdsp_init(BlockDSPContext *c, AVCodecContext *avctx); AVCodecContext 48 libavcodec/blockdsp.h 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 70 libavcodec/bmpenc.c static int bmp_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 166 libavcodec/bmpenc.c static av_cold int bmp_encode_close(AVCodecContext *avctx) 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 199 libavcodec/bmvvideo.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 272 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 789 libavcodec/cavs.c av_cold int ff_cavs_init(AVCodecContext *avctx) AVCodecContext 835 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 1158 libavcodec/cavsdec.c static void cavs_flush(AVCodecContext * avctx) AVCodecContext 1164 libavcodec/cavsdec.c static int cavs_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 537 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 174 libavcodec/ccaption_dec.c static av_cold int init_decoder(AVCodecContext *avctx) AVCodecContext 197 libavcodec/ccaption_dec.c static av_cold int close_decoder(AVCodecContext *avctx) AVCodecContext 520 libavcodec/ccaption_dec.c static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt) AVCodecContext 72 libavcodec/cdgraphics.c static av_cold int cdg_decode_init(AVCodecContext *avctx) AVCodecContext 261 libavcodec/cdgraphics.c static int cdg_decode_frame(AVCodecContext *avctx, AVCodecContext 361 libavcodec/cdgraphics.c static av_cold int cdg_decode_end(AVCodecContext *avctx) AVCodecContext 43 libavcodec/cdxl.c AVCodecContext *avctx; AVCodecContext 55 libavcodec/cdxl.c static av_cold int cdxl_decode_init(AVCodecContext *avctx) AVCodecContext 135 libavcodec/cdxl.c AVCodecContext *avctx = c->avctx; AVCodecContext 178 libavcodec/cdxl.c AVCodecContext *avctx = c->avctx; AVCodecContext 219 libavcodec/cdxl.c static int cdxl_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 290 libavcodec/cdxl.c static av_cold int cdxl_decode_end(AVCodecContext *avctx) AVCodecContext 26 libavcodec/chomp_bsf.c AVCodecContext *avctx, const char *args, AVCodecContext 60 libavcodec/cinepak.c AVCodecContext *avctx; AVCodecContext 405 libavcodec/cinepak.c static av_cold int cinepak_decode_init(AVCodecContext *avctx) AVCodecContext 431 libavcodec/cinepak.c static int cinepak_decode_frame(AVCodecContext *avctx, AVCodecContext 469 libavcodec/cinepak.c static av_cold int cinepak_decode_end(AVCodecContext *avctx) AVCodecContext 138 libavcodec/cinepakenc.c AVCodecContext *avctx; AVCodecContext 186 libavcodec/cinepakenc.c static av_cold int cinepak_encode_init(AVCodecContext *avctx) AVCodecContext 1270 libavcodec/cinepakenc.c static int cinepak_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1294 libavcodec/cinepakenc.c static av_cold int cinepak_encode_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 32 libavcodec/cllc.c AVCodecContext *avctx; AVCodecContext 213 libavcodec/cllc.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 257 libavcodec/cllc.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 301 libavcodec/cllc.c AVCodecContext *avctx = ctx->avctx; AVCodecContext 354 libavcodec/cllc.c static int cllc_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 462 libavcodec/cllc.c static av_cold int cllc_decode_close(AVCodecContext *avctx) AVCodecContext 471 libavcodec/cllc.c static av_cold int cllc_decode_init(AVCodecContext *avctx) AVCodecContext 41 libavcodec/cngdec.c static av_cold int cng_decode_close(AVCodecContext *avctx) AVCodecContext 52 libavcodec/cngdec.c static av_cold int cng_decode_init(AVCodecContext *avctx) AVCodecContext 96 libavcodec/cngdec.c static void cng_decode_flush(AVCodecContext *avctx) AVCodecContext 102 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 126 libavcodec/cook.c AVCodecContext* avctx; AVCodecContext 300 libavcodec/cook.c static av_cold int cook_decode_close(AVCodecContext *avctx) AVCodecContext 953 libavcodec/cook.c static int cook_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1048 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 127 libavcodec/crystalhd.c AVCodecContext *avctx; AVCodecContext 319 libavcodec/crystalhd.c static void flush(AVCodecContext *avctx) AVCodecContext 337 libavcodec/crystalhd.c static av_cold int uninit(AVCodecContext *avctx) AVCodecContext 382 libavcodec/crystalhd.c static av_cold int init(AVCodecContext *avctx) AVCodecContext 539 libavcodec/crystalhd.c static inline CopyRet copy_frame(AVCodecContext *avctx, AVCodecContext 735 libavcodec/crystalhd.c static inline CopyRet receive_frame(AVCodecContext *avctx, AVCodecContext 871 libavcodec/crystalhd.c static int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) AVCodecContext 65 libavcodec/cscd.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 124 libavcodec/cscd.c static av_cold int decode_init(AVCodecContext *avctx) { AVCodecContext 153 libavcodec/cscd.c static av_cold int decode_end(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 67 libavcodec/dca.h AVCodecContext *avctx; AVCodecContext 134 libavcodec/dca_parser.c static int dca_parse(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 1322 libavcodec/dcadec.c static int dca_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1797 libavcodec/dcadec.c static av_cold int dca_decode_init(AVCodecContext *avctx) AVCodecContext 1829 libavcodec/dcadec.c static av_cold int dca_decode_end(AVCodecContext *avctx) AVCodecContext 106 libavcodec/dcaenc.c static int encode_init(AVCodecContext *avctx) AVCodecContext 913 libavcodec/dcaenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 38 libavcodec/dfa.c static av_cold int dfa_decode_init(AVCodecContext *avctx) AVCodecContext 336 libavcodec/dfa.c static int dfa_decode_frame(AVCodecContext *avctx, AVCodecContext 403 libavcodec/dfa.c static av_cold int dfa_decode_end(AVCodecContext *avctx) AVCodecContext 120 libavcodec/dirac.c static int parse_source_parameters(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 292 libavcodec/dirac.c int avpriv_dirac_parse_sequence_header(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 57 libavcodec/dirac.h int avpriv_dirac_parse_sequence_header(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 118 libavcodec/dirac_parser.c static int dirac_combine_frame(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 219 libavcodec/dirac_parser.c static int dirac_parse(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 137 libavcodec/diracdec.c AVCodecContext *avctx; AVCodecContext 418 libavcodec/diracdec.c static av_cold int dirac_decode_init(AVCodecContext *avctx) AVCodecContext 442 libavcodec/diracdec.c static void dirac_decode_flush(AVCodecContext *avctx) AVCodecContext 450 libavcodec/diracdec.c static av_cold int dirac_decode_end(AVCodecContext *avctx) AVCodecContext 629 libavcodec/diracdec.c static int decode_subband_arith(AVCodecContext *avctx, void *b) AVCodecContext 636 libavcodec/diracdec.c static int decode_subband_golomb(AVCodecContext *avctx, void *arg) AVCodecContext 650 libavcodec/diracdec.c AVCodecContext *avctx = s->avctx; AVCodecContext 733 libavcodec/diracdec.c static int decode_lowdelay_slice(AVCodecContext *avctx, void *arg) AVCodecContext 777 libavcodec/diracdec.c AVCodecContext *avctx = s->avctx; AVCodecContext 1676 libavcodec/diracdec.c static int get_buffer_with_edge(AVCodecContext *avctx, AVFrame *f, int flags) AVCodecContext 1814 libavcodec/diracdec.c static int dirac_decode_data_unit(AVCodecContext *avctx, const uint8_t *buf, int size) AVCodecContext 1903 libavcodec/diracdec.c static int dirac_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) AVCodecContext 88 libavcodec/dnxhd_parser.c AVCodecContext *avctx, AVCodecContext 1105 libavcodec/dnxhddata.c int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth) AVCodecContext 1125 libavcodec/dnxhddata.c void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel) AVCodecContext 52 libavcodec/dnxhddata.h int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth); AVCodecContext 53 libavcodec/dnxhddata.h void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel); AVCodecContext 36 libavcodec/dnxhddec.c AVCodecContext *avctx; AVCodecContext 70 libavcodec/dnxhddec.c static av_cold int dnxhd_decode_init(AVCodecContext *avctx) AVCodecContext 440 libavcodec/dnxhddec.c static int dnxhd_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 494 libavcodec/dnxhddec.c static av_cold int dnxhd_decode_close(AVCodecContext *avctx) AVCodecContext 288 libavcodec/dnxhdenc.c static av_cold int dnxhd_encode_init(AVCodecContext *avctx) AVCodecContext 411 libavcodec/dnxhdenc.c static int dnxhd_write_header(AVCodecContext *avctx, uint8_t *buf) AVCodecContext 611 libavcodec/dnxhdenc.c static int dnxhd_calc_bits_thread(AVCodecContext *avctx, void *arg, AVCodecContext 667 libavcodec/dnxhdenc.c static int dnxhd_encode_thread(AVCodecContext *avctx, void *arg, AVCodecContext 723 libavcodec/dnxhdenc.c static int dnxhd_mb_var_thread(AVCodecContext *avctx, void *arg, AVCodecContext 789 libavcodec/dnxhdenc.c static int dnxhd_encode_rdo(AVCodecContext *avctx, DNXHDEncContext *ctx) AVCodecContext 986 libavcodec/dnxhdenc.c static int dnxhd_encode_fast(AVCodecContext *avctx, DNXHDEncContext *ctx) AVCodecContext 1043 libavcodec/dnxhdenc.c static int dnxhd_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1107 libavcodec/dnxhdenc.c static av_cold int dnxhd_encode_end(AVCodecContext *avctx) AVCodecContext 115 libavcodec/dpcm.c static av_cold int dpcm_decode_init(AVCodecContext *avctx) AVCodecContext 169 libavcodec/dpcm.c static int dpcm_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 68 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 90 libavcodec/dpxenc.c static void encode_rgb48_10bit(AVCodecContext *avctx, const AVPicture *pic, uint8_t *dst) AVCodecContext 115 libavcodec/dpxenc.c static void encode_gbrp10(AVCodecContext *avctx, const AVPicture *pic, uint8_t *dst) AVCodecContext 141 libavcodec/dpxenc.c static void encode_gbrp12(AVCodecContext *avctx, const AVPicture *pic, uint16_t *dst) AVCodecContext 172 libavcodec/dpxenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 91 libavcodec/dsddec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 118 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 190 libavcodec/dsicinvideo.c static int cinvideo_decode_frame(AVCodecContext *avctx, AVCodecContext 296 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 27 libavcodec/dump_extradata_bsf.c static int dump_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 208 libavcodec/dv.c av_cold int ff_dvvideo_init(AVCodecContext *avctx) AVCodecContext 43 libavcodec/dv.h AVCodecContext *avctx; AVCodecContext 99 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 301 libavcodec/dv_profile.c const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys, AVCodecContext 66 libavcodec/dv_profile.h const AVDVProfile* avpriv_dv_frame_profile2(AVCodecContext* codec, const AVDVProfile *sys, AVCodecContext 32 libavcodec/dv_profile_internal.h const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys, AVCodecContext 442 libavcodec/dvbsub.c static int dvbsub_encode(AVCodecContext *avctx, AVCodecContext 46 libavcodec/dvbsub_parser.c AVCodecContext *avctx, AVCodecContext 364 libavcodec/dvbsubdec.c static av_cold int dvbsub_init_decoder(AVCodecContext *avctx) AVCodecContext 448 libavcodec/dvbsubdec.c static av_cold int dvbsub_close_decoder(AVCodecContext *avctx) AVCodecContext 471 libavcodec/dvbsubdec.c static int dvbsub_read_2bit_string(AVCodecContext *avctx, AVCodecContext 579 libavcodec/dvbsubdec.c static int dvbsub_read_4bit_string(AVCodecContext *avctx, uint8_t *destbuf, int dbuf_len, AVCodecContext 702 libavcodec/dvbsubdec.c static int dvbsub_read_8bit_string(AVCodecContext *avctx, AVCodecContext 756 libavcodec/dvbsubdec.c static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_output) AVCodecContext 878 libavcodec/dvbsubdec.c static void dvbsub_parse_pixel_data_block(AVCodecContext *avctx, DVBSubObjectDisplay *display, AVCodecContext 994 libavcodec/dvbsubdec.c static int dvbsub_parse_object_segment(AVCodecContext *avctx, AVCodecContext 1054 libavcodec/dvbsubdec.c static int dvbsub_parse_clut_segment(AVCodecContext *avctx, AVCodecContext 1154 libavcodec/dvbsubdec.c static int dvbsub_parse_region_segment(AVCodecContext *avctx, AVCodecContext 1280 libavcodec/dvbsubdec.c static int dvbsub_parse_page_segment(AVCodecContext *avctx, AVCodecContext 1469 libavcodec/dvbsubdec.c static int dvbsub_parse_display_definition_segment(AVCodecContext *avctx, AVCodecContext 1515 libavcodec/dvbsubdec.c static int dvbsub_display_end_segment(AVCodecContext *avctx, const uint8_t *buf, AVCodecContext 1528 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 275 libavcodec/dvdec.c static int dv_decode_video_segment(AVCodecContext *avctx, void *arg) AVCodecContext 467 libavcodec/dvdec.c static int dvvideo_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 41 libavcodec/dvdsub_parser.c AVCodecContext *avctx, AVCodecContext 514 libavcodec/dvdsubdec.c static int append_to_cached_buf(AVCodecContext *avctx, AVCodecContext 529 libavcodec/dvdsubdec.c static int dvdsub_decode(AVCodecContext *avctx, AVCodecContext 658 libavcodec/dvdsubdec.c static int dvdsub_parse_extradata(AVCodecContext *avctx) AVCodecContext 698 libavcodec/dvdsubdec.c static av_cold int dvdsub_init(AVCodecContext *avctx) AVCodecContext 721 libavcodec/dvdsubdec.c static av_cold int dvdsub_close(AVCodecContext *avctx) AVCodecContext 116 libavcodec/dvdsubenc.c static void count_colors(AVCodecContext *avctx, unsigned hits[33], AVCodecContext 153 libavcodec/dvdsubenc.c static void select_palette(AVCodecContext *avctx, int out_palette[4], AVCodecContext 211 libavcodec/dvdsubenc.c static void build_color_map(AVCodecContext *avctx, int cmap[], AVCodecContext 250 libavcodec/dvdsubenc.c static int encode_dvd_subtitles(AVCodecContext *avctx, AVCodecContext 411 libavcodec/dvdsubenc.c static int dvdsub_init(AVCodecContext *avctx) AVCodecContext 441 libavcodec/dvdsubenc.c static int dvdsub_encode(AVCodecContext *avctx, AVCodecContext 42 libavcodec/dvenc.c static av_cold int dvvideo_encode_init(AVCodecContext *avctx) AVCodecContext 420 libavcodec/dvenc.c static int dv_encode_video_segment(AVCodecContext *avctx, void *arg) AVCodecContext 718 libavcodec/dvenc.c static int dvvideo_encode_frame(AVCodecContext *c, AVPacket *pkt, AVCodecContext 746 libavcodec/dvenc.c static int dvvideo_encode_close(AVCodecContext *avctx) 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 34 libavcodec/dxtory.c static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 61 libavcodec/dxtory.c static int dxtory_decode_v1_410(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 104 libavcodec/dxtory.c static int dxtory_decode_v1_420(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 141 libavcodec/dxtory.c static int dxtory_decode_v1_444(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 240 libavcodec/dxtory.c static int dxtory_decode_v2_565(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 322 libavcodec/dxtory.c static int dxtory_decode_v2_rgb(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 410 libavcodec/dxtory.c static int dxtory_decode_v2_410(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 513 libavcodec/dxtory.c static int dxtory_decode_v2_420(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 613 libavcodec/dxtory.c static int dxtory_decode_v2_444(AVCodecContext *avctx, AVFrame *pic, AVCodecContext 680 libavcodec/dxtory.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 52 libavcodec/dxva2.c int ff_dxva2_commit_buffer(AVCodecContext *avctx, AVCodecContext 94 libavcodec/dxva2.c int ff_dxva2_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVCodecContext 97 libavcodec/dxva2.c int (*commit_bs_si)(AVCodecContext *, AVCodecContext 210 libavcodec/dxva2_h264.c static void fill_slice_long(AVCodecContext *avctx, DXVA_Slice_H264_Long *slice, AVCodecContext 290 libavcodec/dxva2_h264.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, AVCodecContext 390 libavcodec/dxva2_h264.c static int dxva2_h264_start_frame(AVCodecContext *avctx, AVCodecContext 414 libavcodec/dxva2_h264.c static int dxva2_h264_decode_slice(AVCodecContext *avctx, AVCodecContext 445 libavcodec/dxva2_h264.c static int dxva2_h264_end_frame(AVCodecContext *avctx) AVCodecContext 230 libavcodec/dxva2_hevc.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, AVCodecContext 308 libavcodec/dxva2_hevc.c static int dxva2_hevc_start_frame(AVCodecContext *avctx, AVCodecContext 332 libavcodec/dxva2_hevc.c static int dxva2_hevc_decode_slice(AVCodecContext *avctx, AVCodecContext 355 libavcodec/dxva2_hevc.c static int dxva2_hevc_end_frame(AVCodecContext *avctx) AVCodecContext 43 libavcodec/dxva2_internal.h int ff_dxva2_commit_buffer(AVCodecContext *, struct dxva_context *, AVCodecContext 49 libavcodec/dxva2_internal.h int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *, AVCodecContext 52 libavcodec/dxva2_internal.h int (*commit_bs_si)(AVCodecContext *, AVCodecContext 38 libavcodec/dxva2_mpeg2.c static void fill_picture_parameters(AVCodecContext *avctx, AVCodecContext 104 libavcodec/dxva2_mpeg2.c static void fill_quantization_matrices(AVCodecContext *avctx, AVCodecContext 121 libavcodec/dxva2_mpeg2.c static void fill_slice(AVCodecContext *avctx, AVCodecContext 148 libavcodec/dxva2_mpeg2.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, AVCodecContext 210 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_start_frame(AVCodecContext *avctx, AVCodecContext 232 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_decode_slice(AVCodecContext *avctx, AVCodecContext 255 libavcodec/dxva2_mpeg2.c static int dxva2_mpeg2_end_frame(AVCodecContext *avctx) AVCodecContext 36 libavcodec/dxva2_vc1.c static void fill_picture_parameters(AVCodecContext *avctx, AVCodecContext 159 libavcodec/dxva2_vc1.c static void fill_slice(AVCodecContext *avctx, DXVA_SliceInfo *slice, AVCodecContext 178 libavcodec/dxva2_vc1.c static int commit_bitstream_and_slice_buffer(AVCodecContext *avctx, AVCodecContext 236 libavcodec/dxva2_vc1.c static int dxva2_vc1_start_frame(AVCodecContext *avctx, AVCodecContext 255 libavcodec/dxva2_vc1.c static int dxva2_vc1_decode_slice(AVCodecContext *avctx, AVCodecContext 279 libavcodec/dxva2_vc1.c static int dxva2_vc1_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 197 libavcodec/eatgq.c static int tgq_decode_frame(AVCodecContext *avctx, AVCodecContext 42 libavcodec/eatgv.c AVCodecContext *avctx; AVCodecContext 54 libavcodec/eatgv.c static av_cold int tgv_decode_init(AVCodecContext *avctx) AVCodecContext 262 libavcodec/eatgv.c static int tgv_decode_frame(AVCodecContext *avctx, AVCodecContext 347 libavcodec/eatgv.c static av_cold int tgv_decode_end(AVCodecContext *avctx) AVCodecContext 48 libavcodec/eatqi.c static av_cold int tqi_decode_init(AVCodecContext *avctx) AVCodecContext 103 libavcodec/eatqi.c static int tqi_decode_frame(AVCodecContext *avctx, AVCodecContext 149 libavcodec/eatqi.c static av_cold int tqi_decode_end(AVCodecContext *avctx) AVCodecContext 54 libavcodec/error_resilience.h AVCodecContext *avctx; AVCodecContext 57 libavcodec/escape124.c static av_cold int escape124_decode_init(AVCodecContext *avctx) AVCodecContext 73 libavcodec/escape124.c static av_cold int escape124_decode_close(AVCodecContext *avctx) AVCodecContext 199 libavcodec/escape124.c static int escape124_decode_frame(AVCodecContext *avctx, AVCodecContext 115 libavcodec/escape130.c static av_cold int escape130_decode_init(AVCodecContext *avctx) AVCodecContext 154 libavcodec/escape130.c static av_cold int escape130_decode_close(AVCodecContext *avctx) AVCodecContext 191 libavcodec/escape130.c static int escape130_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 183 libavcodec/evrcdec.c static evrc_packet_rate determine_bitrate(AVCodecContext *avctx, AVCodecContext 214 libavcodec/evrcdec.c static void warn_insufficient_frame_quality(AVCodecContext *avctx, AVCodecContext 226 libavcodec/evrcdec.c static av_cold int evrc_decode_init(AVCodecContext *avctx) AVCodecContext 737 libavcodec/evrcdec.c static int evrc_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 44 libavcodec/exif.c static int exif_add_metadata(AVCodecContext *avctx, int count, int type, AVCodecContext 73 libavcodec/exif.c static int exif_decode_tag(AVCodecContext *avctx, GetByteContext *gbytes, int le, AVCodecContext 122 libavcodec/exif.c int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le, AVCodecContext 167 libavcodec/exif.h int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le, AVCodecContext 86 libavcodec/exr.c AVCodecContext *avctx; AVCodecContext 827 libavcodec/exr.c static int decode_block(AVCodecContext *avctx, void *tdata, AVCodecContext 1241 libavcodec/exr.c static int decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1345 libavcodec/exr.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1393 libavcodec/exr.c static int decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 1404 libavcodec/exr.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 126 libavcodec/faxcompr.c static int decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 160 libavcodec/faxcompr.c static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 279 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 42 libavcodec/ffv1.c av_cold int ffv1_common_init(AVCodecContext *avctx) AVCodecContext 191 libavcodec/ffv1.c av_cold int ffv1_close(AVCodecContext *avctx) AVCodecContext 76 libavcodec/ffv1.h AVCodecContext *avctx; AVCodecContext 132 libavcodec/ffv1.h int ffv1_common_init(AVCodecContext *avctx); AVCodecContext 138 libavcodec/ffv1.h int ffv1_close(AVCodecContext *avctx); AVCodecContext 358 libavcodec/ffv1dec.c static int decode_slice(AVCodecContext *c, void *arg) AVCodecContext 836 libavcodec/ffv1dec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 855 libavcodec/ffv1dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) AVCodecContext 991 libavcodec/ffv1dec.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 1044 libavcodec/ffv1dec.c static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodecContext 664 libavcodec/ffv1enc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 1102 libavcodec/ffv1enc.c static int encode_slice(AVCodecContext *c, void *arg) AVCodecContext 1175 libavcodec/ffv1enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1317 libavcodec/ffv1enc.c static av_cold int encode_close(AVCodecContext *avctx) AVCodecContext 240 libavcodec/ffwavesynth.c static int wavesynth_parse_extradata(AVCodecContext *avc) AVCodecContext 315 libavcodec/ffwavesynth.c static av_cold int wavesynth_init(AVCodecContext *avc) AVCodecContext 424 libavcodec/ffwavesynth.c static int wavesynth_decode(AVCodecContext *avc, void *rframe, int *rgot_frame, AVCodecContext 462 libavcodec/ffwavesynth.c static av_cold int wavesynth_close(AVCodecContext *avc) AVCodecContext 39 libavcodec/fic.c AVCodecContext *avctx; AVCodecContext 161 libavcodec/fic.c static int fic_decode_slice(AVCodecContext *avctx, void *tdata) AVCodecContext 202 libavcodec/fic.c static void fic_draw_cursor(AVCodecContext *avctx, int cur_x, int cur_y) AVCodecContext 256 libavcodec/fic.c static int fic_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 425 libavcodec/fic.c static av_cold int fic_decode_close(AVCodecContext *avctx) AVCodecContext 436 libavcodec/fic.c static av_cold int fic_decode_init(AVCodecContext *avctx) 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 void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, AVCodecContext 240 libavcodec/flac.c void avpriv_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, AVCodecContext 246 libavcodec/flac.c int avpriv_flac_is_extradata_valid(AVCodecContext *avctx, AVCodecContext 99 libavcodec/flac.h void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, AVCodecContext 103 libavcodec/flac.h void avpriv_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s, AVCodecContext 105 libavcodec/flac.h int avpriv_flac_is_extradata_valid(AVCodecContext *avctx, AVCodecContext 117 libavcodec/flac.h int ff_flac_is_extradata_valid(AVCodecContext *avctx, AVCodecContext 137 libavcodec/flac.h int ff_flac_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 140 libavcodec/flac.h void ff_flac_set_channel_layout(AVCodecContext *avctx); AVCodecContext 76 libavcodec/flac_parser.c AVCodecContext *avctx; /**< codec context pointer for logging */ AVCodecContext 94 libavcodec/flac_parser.c static int frame_header_is_valid(AVCodecContext *avctx, const uint8_t *buf, AVCodecContext 518 libavcodec/flac_parser.c static int flac_parse(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 53 libavcodec/flacdec.c AVCodecContext *avctx; ///< parent AVCodecContext AVCodecContext 92 libavcodec/flacdec.c static av_cold int flac_decode_init(AVCodecContext *avctx) AVCodecContext 120 libavcodec/flacdec.c static void dump_headers(AVCodecContext *avctx, FLACStreaminfo *s) AVCodecContext 496 libavcodec/flacdec.c static int flac_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 579 libavcodec/flacdec.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 590 libavcodec/flacdec.c static av_cold int flac_decode_close(AVCodecContext *avctx) AVCodecContext 111 libavcodec/flacenc.c AVCodecContext *avctx; AVCodecContext 175 libavcodec/flacenc.c AVCodecContext *avctx = s->avctx; AVCodecContext 231 libavcodec/flacenc.c static av_cold int flac_encode_init(AVCodecContext *avctx) AVCodecContext 1236 libavcodec/flacenc.c static int flac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 1321 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 183 libavcodec/flashsv.c static int flashsv_decode_block(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 267 libavcodec/flashsv.c static int flashsv_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 543 libavcodec/flashsv.c static av_cold int flashsv2_decode_init(AVCodecContext *avctx) AVCodecContext 553 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 850 libavcodec/flashsv2enc.c static int flashsv2_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 901 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 106 libavcodec/flashsvenc.c static av_cold int flashsv_encode_init(AVCodecContext *avctx) AVCodecContext 218 libavcodec/flashsvenc.c static int flashsv_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 73 libavcodec/flicvideo.c AVCodecContext *avctx; AVCodecContext 81 libavcodec/flicvideo.c static av_cold int flic_decode_init(AVCodecContext *avctx) AVCodecContext 153 libavcodec/flicvideo.c static int flic_decode_frame_8BPP(AVCodecContext *avctx, AVCodecContext 477 libavcodec/flicvideo.c static int flic_decode_frame_15_16BPP(AVCodecContext *avctx, AVCodecContext 762 libavcodec/flicvideo.c static int flic_decode_frame_24BPP(AVCodecContext *avctx, AVCodecContext 770 libavcodec/flicvideo.c static int flic_decode_frame(AVCodecContext *avctx, AVCodecContext 799 libavcodec/flicvideo.c static av_cold int flic_decode_end(AVCodecContext *avctx) AVCodecContext 44 libavcodec/fmtconvert.c av_cold void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx) AVCodecContext 59 libavcodec/fmtconvert.h void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); AVCodecContext 61 libavcodec/fmtconvert.h void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx); AVCodecContext 62 libavcodec/fmtconvert.h void ff_fmt_convert_init_ppc(FmtConvertContext *c, AVCodecContext *avctx); AVCodecContext 63 libavcodec/fmtconvert.h void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx); AVCodecContext 49 libavcodec/frame_thread_encoder.c AVCodecContext *parent_avctx; AVCodecContext 68 libavcodec/frame_thread_encoder.c AVCodecContext *avctx = v; AVCodecContext 119 libavcodec/frame_thread_encoder.c int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options){ AVCodecContext 192 libavcodec/frame_thread_encoder.c AVCodecContext *thread_avctx = avcodec_alloc_context3(avctx->codec); AVCodecContext 227 libavcodec/frame_thread_encoder.c void ff_frame_thread_encoder_free(AVCodecContext *avctx){ AVCodecContext 249 libavcodec/frame_thread_encoder.c int ff_thread_video_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet_ptr){ AVCodecContext 23 libavcodec/frame_thread_encoder.h int ff_frame_thread_encoder_init(AVCodecContext *avctx, AVDictionary *options); AVCodecContext 24 libavcodec/frame_thread_encoder.h void ff_frame_thread_encoder_free(AVCodecContext *avctx); AVCodecContext 25 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 130 libavcodec/fraps.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 307 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 135 libavcodec/g2meet.c static av_cold int jpg_init(AVCodecContext *avctx, JPGContext *c) AVCodecContext 491 libavcodec/g2meet.c static int g2m_load_cursor(AVCodecContext *avctx, G2MContext *c, AVCodecContext 660 libavcodec/g2meet.c static int g2m_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 875 libavcodec/g2meet.c static av_cold int g2m_decode_init(AVCodecContext *avctx) AVCodecContext 895 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 353 libavcodec/g722enc.c static int g722_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 85 libavcodec/g723_1.c static av_cold int g723_1_decode_init(AVCodecContext *avctx) AVCodecContext 1152 libavcodec/g723_1.c static int g723_1_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1348 libavcodec/g723_1.c static av_cold int g723_1_encode_init(AVCodecContext *avctx) AVCodecContext 2339 libavcodec/g723_1.c static int g723_1_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 308 libavcodec/g726.c static av_cold int g726_encode_init(AVCodecContext *avctx) AVCodecContext 342 libavcodec/g726.c static int g726_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 401 libavcodec/g726.c static av_cold int g726_decode_init(AVCodecContext *avctx) AVCodecContext 426 libavcodec/g726.c static int g726_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 460 libavcodec/g726.c static void g726_decode_flush(AVCodecContext *avctx) AVCodecContext 347 libavcodec/g729dec.c static av_cold int decoder_init(AVCodecContext * avctx) AVCodecContext 390 libavcodec/g729dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVCodecContext 76 libavcodec/gif.c static int gif_image_write_image(AVCodecContext *avctx, AVCodecContext 216 libavcodec/gif.c static av_cold int gif_encode_init(AVCodecContext *avctx) AVCodecContext 265 libavcodec/gif.c static int gif_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 319 libavcodec/gif.c static int gif_encode_close(AVCodecContext *avctx) AVCodecContext 73 libavcodec/gifdec.c AVCodecContext *avctx; AVCodecContext 442 libavcodec/gifdec.c static av_cold int gif_decode_init(AVCodecContext *avctx) AVCodecContext 456 libavcodec/gifdec.c static int gif_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) AVCodecContext 519 libavcodec/gifdec.c static av_cold int gif_decode_close(AVCodecContext *avctx) AVCodecContext 38 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 129 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 672 libavcodec/h261dec.c static av_cold int h261_decode_end(AVCodecContext *avctx) AVCodecContext 81 libavcodec/h263.h int ff_h263_decode_init(AVCodecContext *avctx); AVCodecContext 82 libavcodec/h263.h int ff_h263_decode_frame(AVCodecContext *avctx, AVCodecContext 85 libavcodec/h263.h int ff_h263_decode_end(AVCodecContext *avctx); AVCodecContext 66 libavcodec/h263_parser.c AVCodecContext *avctx, AVCodecContext 46 libavcodec/h263dec.c static enum AVPixelFormat h263_get_format(AVCodecContext *avctx) AVCodecContext 54 libavcodec/h263dec.c av_cold int ff_h263_decode_init(AVCodecContext *avctx) AVCodecContext 141 libavcodec/h263dec.c av_cold int ff_h263_decode_end(AVCodecContext *avctx) AVCodecContext 401 libavcodec/h263dec.c int ff_h263_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 56 libavcodec/h264.c int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx) AVCodecContext 99 libavcodec/h264.c AVCodecContext *avctx = h->avctx; AVCodecContext 568 libavcodec/h264.c AVCodecContext *avctx = h->avctx; AVCodecContext 628 libavcodec/h264.c av_cold int ff_h264_decode_init(AVCodecContext *avctx) AVCodecContext 716 libavcodec/h264.c static int decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 1099 libavcodec/h264.c static void flush_dpb(AVCodecContext *avctx) AVCodecContext 1413 libavcodec/h264.c AVCodecContext *const avctx = h->avctx; AVCodecContext 1784 libavcodec/h264.c static int h264_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1933 libavcodec/h264.c static av_cold int h264_decode_end(AVCodecContext *avctx) AVCodecContext 341 libavcodec/h264.h AVCodecContext *avctx; AVCodecContext 853 libavcodec/h264.h int ff_h264_decode_init(AVCodecContext *avctx); AVCodecContext 1149 libavcodec/h264.h int ff_h264_update_thread_context(AVCodecContext *dst, AVCodecContext 1150 libavcodec/h264.h const AVCodecContext *src); AVCodecContext 66 libavcodec/h264_mp4toannexb_bsf.c static int h264_extradata_to_annexb(H264BSFContext *ctx, AVCodecContext *avctx, const int padding) AVCodecContext 140 libavcodec/h264_mp4toannexb_bsf.c AVCodecContext *avctx, const char *args, AVCodecContext 212 libavcodec/h264_parser.c AVCodecContext *avctx, AVCodecContext 492 libavcodec/h264_parser.c AVCodecContext *avctx, AVCodecContext 555 libavcodec/h264_parser.c static int h264_split(AVCodecContext *avctx, AVCodecContext 157 libavcodec/h264_picture.c AVCodecContext *const avctx = h->avctx; AVCodecContext 457 libavcodec/h264_slice.c int ff_h264_update_thread_context(AVCodecContext *dst, AVCodecContext 458 libavcodec/h264_slice.c const AVCodecContext *src) AVCodecContext 2396 libavcodec/h264_slice.c static int decode_slice(struct AVCodecContext *avctx, void *arg) AVCodecContext 2596 libavcodec/h264_slice.c AVCodecContext *const avctx = h->avctx; AVCodecContext 2258 libavcodec/hevc.c static int hls_decode_entry(AVCodecContext *avctxt, void *isFilterThread) AVCodecContext 2325 libavcodec/hevc.c static int hls_decode_entry_wpp(AVCodecContext *avctxt, void *input_ctb_row, int job, int self_id) AVCodecContext 3078 libavcodec/hevc.c static int hevc_decode_frame(AVCodecContext *avctx, void *data, int *got_output, AVCodecContext 3169 libavcodec/hevc.c static av_cold int hevc_decode_free(AVCodecContext *avctx) AVCodecContext 3233 libavcodec/hevc.c static av_cold int hevc_init_context(AVCodecContext *avctx) AVCodecContext 3279 libavcodec/hevc.c static int hevc_update_thread_context(AVCodecContext *dst, AVCodecContext 3280 libavcodec/hevc.c const AVCodecContext *src) AVCodecContext 3363 libavcodec/hevc.c AVCodecContext *avctx = s->avctx; AVCodecContext 3425 libavcodec/hevc.c static av_cold int hevc_decode_init(AVCodecContext *avctx) AVCodecContext 3462 libavcodec/hevc.c static av_cold int hevc_init_thread_copy(AVCodecContext *avctx) AVCodecContext 3476 libavcodec/hevc.c static void hevc_decode_flush(AVCodecContext *avctx) AVCodecContext 792 libavcodec/hevc.h AVCodecContext *avctx; AVCodecContext 87 libavcodec/hevc_parser.c static inline int parse_nal_units(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 261 libavcodec/hevc_parser.c AVCodecContext *avctx, AVCodecContext 287 libavcodec/hevc_parser.c static int hevc_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size) 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 132 libavcodec/hnm4video.c static void copy_processed_frame(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 146 libavcodec/hnm4video.c static void decode_interframe_v4(AVCodecContext *avctx, uint8_t *src, uint32_t size) AVCodecContext 273 libavcodec/hnm4video.c static void decode_interframe_v4a(AVCodecContext *avctx, uint8_t *src, AVCodecContext 352 libavcodec/hnm4video.c static void hnm_update_palette(AVCodecContext *avctx, uint8_t *src, AVCodecContext 393 libavcodec/hnm4video.c static int hnm_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 454 libavcodec/hnm4video.c static av_cold int hnm_decode_init(AVCodecContext *avctx) AVCodecContext 493 libavcodec/hnm4video.c static av_cold int hnm_decode_end(AVCodecContext *avctx) AVCodecContext 486 libavcodec/hqx.c static int hqx_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 611 libavcodec/hqx.c static av_cold int hqx_decode_close(AVCodecContext *avctx) AVCodecContext 624 libavcodec/hqx.c static av_cold int hqx_decode_init(AVCodecContext *avctx) AVCodecContext 154 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 56 libavcodec/huffyuv.h AVCodecContext *avctx; AVCodecContext 95 libavcodec/huffyuv.h void ff_huffyuv_common_init(AVCodecContext *s); AVCodecContext 275 libavcodec/huffyuvdec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 289 libavcodec/huffyuvdec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 569 libavcodec/huffyuvdec.c static av_cold int decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 897 libavcodec/huffyuvdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 212 libavcodec/huffyuvenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 749 libavcodec/huffyuvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1033 libavcodec/huffyuvenc.c static av_cold int encode_end(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 241 libavcodec/idctdsp.c av_cold void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx) AVCodecContext 101 libavcodec/idctdsp.h void ff_idctdsp_init(IDCTDSPContext *c, AVCodecContext *avctx); AVCodecContext 103 libavcodec/idctdsp.h void ff_idctdsp_init_alpha(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 105 libavcodec/idctdsp.h void ff_idctdsp_init_arm(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 107 libavcodec/idctdsp.h void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 109 libavcodec/idctdsp.h void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 144 libavcodec/iff.c static int cmap_read_palette(AVCodecContext *avctx, uint32_t *pal) AVCodecContext 191 libavcodec/iff.c static int extract_header(AVCodecContext *const avctx, AVCodecContext 323 libavcodec/iff.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 333 libavcodec/iff.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 663 libavcodec/iff.c static int unsupported(AVCodecContext *avctx) AVCodecContext 670 libavcodec/iff.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 177 libavcodec/imc.c static av_cold int imc_decode_init(AVCodecContext *avctx) AVCodecContext 793 libavcodec/imc.c static void imc_get_coeffs(AVCodecContext *avctx, AVCodecContext 865 libavcodec/imc.c static int imc_decode_block(AVCodecContext *avctx, IMCContext *q, int ch) AVCodecContext 1014 libavcodec/imc.c static int imc_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1059 libavcodec/imc.c static av_cold int imc_decode_close(AVCodecContext * avctx) AVCodecContext 1069 libavcodec/imc.c static av_cold void flush(AVCodecContext *avctx) AVCodecContext 32 libavcodec/imx_dump_header_bsf.c static int imx_dump_header(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 36 libavcodec/indeo2.c AVCodecContext *avctx; AVCodecContext 139 libavcodec/indeo2.c static int ir2_decode_frame(AVCodecContext *avctx, AVCodecContext 209 libavcodec/indeo2.c static av_cold int ir2_decode_init(AVCodecContext *avctx) AVCodecContext 237 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 104 libavcodec/indeo4.c static int decode_pic_hdr(IVI45DecContext *ctx, AVCodecContext *avctx) AVCodecContext 270 libavcodec/indeo4.c AVCodecContext *avctx) AVCodecContext 467 libavcodec/indeo4.c IVITile *tile, AVCodecContext *avctx) AVCodecContext 662 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 382 libavcodec/indeo5.c AVCodecContext *avctx) AVCodecContext 454 libavcodec/indeo5.c IVITile *tile, AVCodecContext *avctx) AVCodecContext 639 libavcodec/indeo5.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 154 libavcodec/internal.h int ff_init_buffer_info(AVCodecContext *s, AVFrame *frame); AVCodecContext 160 libavcodec/internal.h int ff_lock_avcodec(AVCodecContext *log_ctx); AVCodecContext 190 libavcodec/internal.h int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size); AVCodecContext 197 libavcodec/internal.h static av_always_inline int64_t ff_samples_to_time_base(AVCodecContext *avctx, AVCodecContext 211 libavcodec/internal.h int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags); AVCodecContext 217 libavcodec/internal.h int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame); AVCodecContext 219 libavcodec/internal.h int ff_thread_can_start_frame(AVCodecContext *avctx); AVCodecContext 221 libavcodec/internal.h int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx); AVCodecContext 228 libavcodec/internal.h int ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options); AVCodecContext 233 libavcodec/internal.h int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf); AVCodecContext 243 libavcodec/internal.h int ff_set_dimensions(AVCodecContext *s, int width, int height); AVCodecContext 249 libavcodec/internal.h int ff_set_sar(AVCodecContext *avctx, AVRational sar); AVCodecContext 262 libavcodec/internal.h int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt); AVCodecContext 267 libavcodec/internal.h int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame); AVCodecContext 52 libavcodec/interplayvideo.c AVCodecContext *avctx; AVCodecContext 958 libavcodec/interplayvideo.c static av_cold int ipvideo_decode_init(AVCodecContext *avctx) AVCodecContext 980 libavcodec/interplayvideo.c static int ipvideo_decode_frame(AVCodecContext *avctx, AVCodecContext 1032 libavcodec/interplayvideo.c static av_cold int ipvideo_decode_end(AVCodecContext *avctx) AVCodecContext 225 libavcodec/ivi_common.c IVIHuffTab *huff_tab, AVCodecContext *avctx) AVCodecContext 508 libavcodec/ivi_common.c AVCodecContext *avctx) AVCodecContext 613 libavcodec/ivi_common.c IVITile *tile, AVCodecContext *avctx) AVCodecContext 759 libavcodec/ivi_common.c static int ivi_process_empty_tile(AVCodecContext *avctx, IVIBandDesc *band, AVCodecContext 930 libavcodec/ivi_common.c IVIBandDesc *band, AVCodecContext *avctx) AVCodecContext 1052 libavcodec/ivi_common.c int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 1180 libavcodec/ivi_common.c av_cold int ff_ivi_decode_close(AVCodecContext *avctx) AVCodecContext 261 libavcodec/ivi_common.h int (*decode_pic_hdr) (struct IVI45DecContext *ctx, AVCodecContext *avctx); AVCodecContext 262 libavcodec/ivi_common.h int (*decode_band_hdr) (struct IVI45DecContext *ctx, IVIBandDesc *band, AVCodecContext *avctx); AVCodecContext 263 libavcodec/ivi_common.h int (*decode_mb_info) (struct IVI45DecContext *ctx, IVIBandDesc *band, IVITile *tile, AVCodecContext *avctx); AVCodecContext 318 libavcodec/ivi_common.h IVIHuffTab *huff_tab, AVCodecContext *avctx); AVCodecContext 341 libavcodec/ivi_common.h int ff_ivi_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 343 libavcodec/ivi_common.h int ff_ivi_decode_close(AVCodecContext *avctx); AVCodecContext 62 libavcodec/j2kenc.c AVCodecContext *avctx; AVCodecContext 917 libavcodec/j2kenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 970 libavcodec/j2kenc.c static av_cold int j2kenc_init(AVCodecContext *avctx) AVCodecContext 1030 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 198 libavcodec/jpeg2000.c AVCodecContext *avctx) AVCodecContext 259 libavcodec/jpeg2000.h AVCodecContext *ctx); AVCodecContext 69 libavcodec/jpeg2000dec.c AVCodecContext *avctx; AVCodecContext 1577 libavcodec/jpeg2000dec.c static av_cold int jpeg2000_decode_init(AVCodecContext *avctx) AVCodecContext 1586 libavcodec/jpeg2000dec.c static int jpeg2000_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 36 libavcodec/jpegls.h AVCodecContext *avctx; AVCodecContext 249 libavcodec/jpeglsenc.c static int encode_picture_ls(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 410 libavcodec/jpeglsenc.c static av_cold int encode_close(AVCodecContext *avctx) AVCodecContext 416 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 216 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 163 libavcodec/kgv1dec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 170 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 370 libavcodec/kmvc.c static av_cold int decode_init(AVCodecContext * avctx) AVCodecContext 52 libavcodec/lagarith.c AVCodecContext *avctx; AVCodecContext 525 libavcodec/lagarith.c static int lag_decode_frame(AVCodecContext *avctx, AVCodecContext 723 libavcodec/lagarith.c static av_cold int lag_decode_init(AVCodecContext *avctx) AVCodecContext 733 libavcodec/lagarith.c static av_cold int lag_decode_end(AVCodecContext *avctx) AVCodecContext 40 libavcodec/lagarithrac.h AVCodecContext *avctx; AVCodecContext 83 libavcodec/latm_parser.c static int latm_parse(AVCodecParserContext *s1, AVCodecContext *avctx, AVCodecContext 134 libavcodec/lcldec.c static int zlib_decomp(AVCodecContext *avctx, const uint8_t *src, int src_len, int offset, int expected) AVCodecContext 166 libavcodec/lcldec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) AVCodecContext 481 libavcodec/lcldec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 640 libavcodec/lcldec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 58 libavcodec/lclenc.c AVCodecContext *avctx; AVCodecContext 74 libavcodec/lclenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 125 libavcodec/lclenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 179 libavcodec/lclenc.c static av_cold int encode_end(AVCodecContext *avctx) AVCodecContext 38 libavcodec/libaacplus.c static av_cold int aacPlus_encode_init(AVCodecContext *avctx) AVCodecContext 97 libavcodec/libaacplus.c static int aacPlus_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 114 libavcodec/libaacplus.c static av_cold int aacPlus_encode_close(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 44 libavcodec/libfaac.c static av_cold int Faac_encode_close(AVCodecContext *avctx) AVCodecContext 64 libavcodec/libfaac.c static av_cold int Faac_encode_init(AVCodecContext *avctx) AVCodecContext 179 libavcodec/libfaac.c static int Faac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 85 libavcodec/libfdk-aacdec.c static int get_stream_info(AVCodecContext *avctx) AVCodecContext 196 libavcodec/libfdk-aacdec.c static av_cold int fdk_aac_decode_close(AVCodecContext *avctx) AVCodecContext 208 libavcodec/libfdk-aacdec.c static av_cold int fdk_aac_decode_init(AVCodecContext *avctx) AVCodecContext 314 libavcodec/libfdk-aacdec.c static int fdk_aac_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 395 libavcodec/libfdk-aacdec.c static av_cold void fdk_aac_decode_flush(AVCodecContext *avctx) AVCodecContext 92 libavcodec/libfdk-aacenc.c static int aac_encode_close(AVCodecContext *avctx) AVCodecContext 104 libavcodec/libfdk-aacenc.c static av_cold int aac_encode_init(AVCodecContext *avctx) AVCodecContext 309 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 45 libavcodec/libmp3lame.c AVCodecContext *avctx; AVCodecContext 75 libavcodec/libmp3lame.c static av_cold int mp3lame_encode_close(AVCodecContext *avctx) AVCodecContext 90 libavcodec/libmp3lame.c static av_cold int mp3lame_encode_init(AVCodecContext *avctx) AVCodecContext 183 libavcodec/libmp3lame.c static int mp3lame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 30 libavcodec/libopencore-amr.c static int amr_decode_fix_avctx(AVCodecContext *avctx) AVCodecContext 65 libavcodec/libopencore-amr.c static av_cold int amr_nb_decode_init(AVCodecContext *avctx) AVCodecContext 82 libavcodec/libopencore-amr.c static av_cold int amr_nb_decode_close(AVCodecContext *avctx) AVCodecContext 91 libavcodec/libopencore-amr.c static int amr_nb_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 187 libavcodec/libopencore-amr.c static av_cold int amr_nb_encode_init(AVCodecContext *avctx) AVCodecContext 217 libavcodec/libopencore-amr.c static av_cold int amr_nb_encode_close(AVCodecContext *avctx) AVCodecContext 226 libavcodec/libopencore-amr.c static int amr_nb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 309 libavcodec/libopencore-amr.c static av_cold int amr_wb_decode_init(AVCodecContext *avctx) AVCodecContext 322 libavcodec/libopencore-amr.c static int amr_wb_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 358 libavcodec/libopencore-amr.c static int amr_wb_decode_close(AVCodecContext *avctx) AVCodecContext 62 libavcodec/libopenh264enc.c static av_cold int svc_encode_close(AVCodecContext *avctx) AVCodecContext 71 libavcodec/libopenh264enc.c static av_cold int svc_encode_init(AVCodecContext *avctx) AVCodecContext 162 libavcodec/libopenh264enc.c static int svc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 244 libavcodec/libopenjpegdec.c static av_cold int libopenjpeg_decode_init(AVCodecContext *avctx) AVCodecContext 252 libavcodec/libopenjpegdec.c static int libopenjpeg_decode_frame(AVCodecContext *avctx, AVCodecContext 111 libavcodec/libopenjpegenc.c static opj_image_t *mj2_create_image(AVCodecContext *avctx, opj_cparameters_t *parameters) AVCodecContext 213 libavcodec/libopenjpegenc.c static av_cold int libopenjpeg_encode_init(AVCodecContext *avctx) AVCodecContext 257 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVCodecContext 297 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed12(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVCodecContext 336 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_packed16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVCodecContext 376 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked8(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVCodecContext 417 libavcodec/libopenjpegenc.c static int libopenjpeg_copy_unpacked16(AVCodecContext *avctx, const AVFrame *frame, opj_image_t *image) AVCodecContext 460 libavcodec/libopenjpegenc.c static int libopenjpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 602 libavcodec/libopenjpegenc.c static av_cold int libopenjpeg_encode_close(AVCodecContext *avctx) AVCodecContext 43 libavcodec/libopusdec.c static av_cold int libopus_decode_init(AVCodecContext *avc) AVCodecContext 117 libavcodec/libopusdec.c static av_cold int libopus_decode_close(AVCodecContext *avc) AVCodecContext 127 libavcodec/libopusdec.c static int libopus_decode(AVCodecContext *avc, void *data, AVCodecContext 174 libavcodec/libopusdec.c static void libopus_flush(AVCodecContext *avc) AVCodecContext 80 libavcodec/libopusenc.c static void libopus_write_header(AVCodecContext *avctx, int stream_count, AVCodecContext 105 libavcodec/libopusenc.c static int libopus_configure_encoder(AVCodecContext *avctx, OpusMSEncoder *enc, AVCodecContext 159 libavcodec/libopusenc.c static av_cold int libopus_encode_init(AVCodecContext *avctx) AVCodecContext 309 libavcodec/libopusenc.c static int libopus_encode(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 385 libavcodec/libopusenc.c static av_cold int libopus_encode_close(AVCodecContext *avctx) AVCodecContext 50 libavcodec/libschroedinger.c static unsigned int get_video_format_idx(AVCodecContext *avctx) AVCodecContext 140 libavcodec/libschroedinger.c SchroVideoFormatEnum ff_get_schro_video_format_preset(AVCodecContext *avctx) AVCodecContext 179 libavcodec/libschroedinger.c SchroFrame *ff_create_schro_frame(AVCodecContext *avctx, AVCodecContext 117 libavcodec/libschroedinger.h SchroVideoFormatEnum ff_get_schro_video_format_preset (AVCodecContext *avctx); AVCodecContext 130 libavcodec/libschroedinger.h SchroFrame *ff_create_schro_frame(AVCodecContext *avctx, AVCodecContext 147 libavcodec/libschroedingerdec.c static av_cold int libschroedinger_decode_init(AVCodecContext *avctx) AVCodecContext 171 libavcodec/libschroedingerdec.c static void libschroedinger_handle_first_access_unit(AVCodecContext *avctx) AVCodecContext 202 libavcodec/libschroedingerdec.c static int libschroedinger_decode_frame(AVCodecContext *avctx, AVCodecContext 347 libavcodec/libschroedingerdec.c static av_cold int libschroedinger_decode_close(AVCodecContext *avctx) AVCodecContext 361 libavcodec/libschroedingerdec.c static void libschroedinger_flush(AVCodecContext *avctx) AVCodecContext 78 libavcodec/libschroedingerenc.c static int set_chroma_format(AVCodecContext *avctx) AVCodecContext 101 libavcodec/libschroedingerenc.c static av_cold int libschroedinger_encode_init(AVCodecContext *avctx) AVCodecContext 237 libavcodec/libschroedingerenc.c static SchroFrame *libschroedinger_frame_from_data(AVCodecContext *avctx, AVCodecContext 264 libavcodec/libschroedingerenc.c static int libschroedinger_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 420 libavcodec/libschroedingerenc.c static int libschroedinger_encode_close(AVCodecContext *avctx) 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 63 libavcodec/libstagefright.cpp AVCodecContext *avctx; AVCodecContext 91 libavcodec/libstagefright.cpp CustomSource(AVCodecContext *avctx, sp<MetaData> meta) { AVCodecContext 155 libavcodec/libstagefright.cpp AVCodecContext *avctx = (AVCodecContext*)arg; AVCodecContext 256 libavcodec/libstagefright.cpp static av_cold int Stagefright_init(AVCodecContext *avctx) AVCodecContext 356 libavcodec/libstagefright.cpp static int Stagefright_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 469 libavcodec/libstagefright.cpp static av_cold int Stagefright_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 125 libavcodec/libtheoraenc.c static int submit_stats(AVCodecContext *avctx) AVCodecContext 162 libavcodec/libtheoraenc.c static av_cold int encode_init(AVCodecContext* avc_context) AVCodecContext 274 libavcodec/libtheoraenc.c static int encode_frame(AVCodecContext* avc_context, AVPacket *pkt, AVCodecContext 356 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 103 libavcodec/libtwolame.c static int twolame_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 35 libavcodec/libutvideodec.cpp static av_cold int utvideo_decode_init(AVCodecContext *avctx) AVCodecContext 140 libavcodec/libutvideodec.cpp static int utvideo_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 232 libavcodec/libutvideodec.cpp static av_cold int utvideo_decode_close(AVCodecContext *avctx) AVCodecContext 37 libavcodec/libutvideoenc.cpp static av_cold int utvideo_encode_init(AVCodecContext *avctx) AVCodecContext 134 libavcodec/libutvideoenc.cpp static int utvideo_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 208 libavcodec/libutvideoenc.cpp static av_cold int utvideo_encode_close(AVCodecContext *avctx) AVCodecContext 45 libavcodec/libvo-aacenc.c static int aac_encode_close(AVCodecContext *avctx) AVCodecContext 57 libavcodec/libvo-aacenc.c static av_cold int aac_encode_init(AVCodecContext *avctx) AVCodecContext 123 libavcodec/libvo-aacenc.c static int aac_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 78 libavcodec/libvo-amrwbenc.c static av_cold int amr_wb_encode_init(AVCodecContext *avctx) AVCodecContext 103 libavcodec/libvo-amrwbenc.c static int amr_wb_encode_close(AVCodecContext *avctx) AVCodecContext 111 libavcodec/libvo-amrwbenc.c static int amr_wb_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 35 libavcodec/libvorbisdec.c static int oggvorbis_decode_init(AVCodecContext *avccontext) { AVCodecContext 137 libavcodec/libvorbisdec.c static int oggvorbis_decode_frame(AVCodecContext *avccontext, void *data, AVCodecContext 187 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 40 libavcodec/libvpxdec.c static av_cold int vpx_init(AVCodecContext *avctx, AVCodecContext 63 libavcodec/libvpxdec.c static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img) { AVCodecContext 115 libavcodec/libvpxdec.c static int vp8_decode(AVCodecContext *avctx, AVCodecContext 164 libavcodec/libvpxdec.c static av_cold int vp8_free(AVCodecContext *avctx) AVCodecContext 172 libavcodec/libvpxdec.c static av_cold int vp8_init(AVCodecContext *avctx) AVCodecContext 191 libavcodec/libvpxdec.c static av_cold int vp9_init(AVCodecContext *avctx) AVCodecContext 132 libavcodec/libvpxenc.c static av_cold void log_encoder_error(AVCodecContext *avctx, const char *desc) AVCodecContext 143 libavcodec/libvpxenc.c static av_cold void dump_enc_cfg(AVCodecContext *avctx, AVCodecContext 227 libavcodec/libvpxenc.c static av_cold int codecctl_int(AVCodecContext *avctx, AVCodecContext 248 libavcodec/libvpxenc.c static av_cold int vp8_free(AVCodecContext *avctx) AVCodecContext 262 libavcodec/libvpxenc.c static av_cold int vpx_init(AVCodecContext *avctx, AVCodecContext 539 libavcodec/libvpxenc.c static int storeframe(AVCodecContext *avctx, struct FrameListData *cx_frame, AVCodecContext 594 libavcodec/libvpxenc.c static int queue_frames(AVCodecContext *avctx, AVPacket *pkt_out, AVCodecContext 697 libavcodec/libvpxenc.c static int vp8_encode(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 861 libavcodec/libvpxenc.c static av_cold int vp8_init(AVCodecContext *avctx) AVCodecContext 890 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 63 libavcodec/libwebpenc.c static av_cold int libwebp_encode_init(AVCodecContext *avctx) AVCodecContext 106 libavcodec/libwebpenc.c static int libwebp_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 306 libavcodec/libwebpenc.c static int libwebp_encode_close(AVCodecContext *avctx) AVCodecContext 103 libavcodec/libx264.c static int encode_nals(AVCodecContext *ctx, AVPacket *pkt, AVCodecContext 160 libavcodec/libx264.c static int X264_frame(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, AVCodecContext 303 libavcodec/libx264.c static av_cold int X264_close(AVCodecContext *avctx) AVCodecContext 366 libavcodec/libx264.c static av_cold int X264_init(AVCodecContext *avctx) AVCodecContext 64 libavcodec/libx265.c static av_cold int libx265_encode_close(AVCodecContext *avctx) AVCodecContext 78 libavcodec/libx265.c static av_cold int libx265_encode_init(AVCodecContext *avctx) AVCodecContext 216 libavcodec/libx265.c static int libx265_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 78 libavcodec/libxavs.c static int encode_nals(AVCodecContext *ctx, AVPacket *pkt, AVCodecContext 113 libavcodec/libxavs.c static int XAVS_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 199 libavcodec/libxavs.c static av_cold int XAVS_close(AVCodecContext *avctx) AVCodecContext 215 libavcodec/libxavs.c static av_cold int XAVS_init(AVCodecContext *avctx) AVCodecContext 90 libavcodec/libxvid.c static int xvid_encode_close(AVCodecContext *avctx); AVCodecContext 270 libavcodec/libxvid.c static int xvid_strip_vol_header(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 312 libavcodec/libxvid.c static void xvid_correct_framerate(AVCodecContext *avctx) AVCodecContext 362 libavcodec/libxvid.c static av_cold int xvid_encode_init(AVCodecContext *avctx) AVCodecContext 703 libavcodec/libxvid.c static int xvid_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 825 libavcodec/libxvid.c static av_cold int xvid_encode_close(AVCodecContext *avctx) AVCodecContext 398 libavcodec/libzvbi-teletextdec.c static int teletext_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *pkt) AVCodecContext 487 libavcodec/libzvbi-teletextdec.c static int teletext_init_decoder(AVCodecContext *avctx) AVCodecContext 516 libavcodec/libzvbi-teletextdec.c static int teletext_close_decoder(AVCodecContext *avctx) AVCodecContext 531 libavcodec/libzvbi-teletextdec.c static void teletext_flush(AVCodecContext *avctx) AVCodecContext 61 libavcodec/ljpegenc.c static int ljpeg_encode_bgr(AVCodecContext *avctx, PutBitContext *pb, AVCodecContext 187 libavcodec/ljpegenc.c static int ljpeg_encode_yuv(AVCodecContext *avctx, PutBitContext *pb, AVCodecContext 210 libavcodec/ljpegenc.c static int ljpeg_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 263 libavcodec/ljpegenc.c static av_cold int ljpeg_encode_close(AVCodecContext *avctx) AVCodecContext 273 libavcodec/ljpegenc.c static av_cold int ljpeg_encode_init(AVCodecContext *avctx) AVCodecContext 47 libavcodec/loco.c AVCodecContext *avctx; AVCodecContext 191 libavcodec/loco.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 272 libavcodec/loco.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 118 libavcodec/lossless_videodsp.c void ff_llviddsp_init(LLVidDSPContext *c, AVCodecContext *avctx) AVCodecContext 37 libavcodec/lossless_videodsp.h void ff_llviddsp_init(LLVidDSPContext *llviddsp, AVCodecContext *avctx); AVCodecContext 38 libavcodec/lossless_videodsp.h void ff_llviddsp_init_x86(LLVidDSPContext *llviddsp, AVCodecContext *avctx); 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 39 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 237 libavcodec/mdec.c static av_cold int decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 246 libavcodec/mdec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 936 libavcodec/me_cmp.c av_cold void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx) AVCodecContext 85 libavcodec/me_cmp.h void ff_me_cmp_init(MECmpContext *c, AVCodecContext *avctx); AVCodecContext 86 libavcodec/me_cmp.h void ff_me_cmp_init_alpha(MECmpContext *c, AVCodecContext *avctx); AVCodecContext 87 libavcodec/me_cmp.h void ff_me_cmp_init_arm(MECmpContext *c, AVCodecContext *avctx); AVCodecContext 88 libavcodec/me_cmp.h void ff_me_cmp_init_ppc(MECmpContext *c, AVCodecContext *avctx); AVCodecContext 89 libavcodec/me_cmp.h void ff_me_cmp_init_x86(MECmpContext *c, AVCodecContext *avctx); AVCodecContext 164 libavcodec/metasound.c static int metasound_read_bitstream(AVCodecContext *avctx, TwinVQContext *tctx, AVCodecContext 271 libavcodec/metasound.c static av_cold int metasound_decode_init(AVCodecContext *avctx) AVCodecContext 274 libavcodec/microdvddec.c static int microdvd_decode_frame(AVCodecContext *avctx, AVCodecContext 326 libavcodec/microdvddec.c static int microdvd_init(AVCodecContext *avctx) AVCodecContext 39 libavcodec/mimic.c AVCodecContext *avctx; AVCodecContext 118 libavcodec/mimic.c static av_cold int mimic_decode_end(AVCodecContext *avctx) AVCodecContext 138 libavcodec/mimic.c static av_cold int mimic_decode_init(AVCodecContext *avctx) AVCodecContext 170 libavcodec/mimic.c static int mimic_decode_update_thread_context(AVCodecContext *avctx, const AVCodecContext *avctx_from) AVCodecContext 356 libavcodec/mimic.c static int mimic_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 457 libavcodec/mimic.c static av_cold int mimic_init_thread_copy(AVCodecContext *avctx) AVCodecContext 2136 libavcodec/mips/aaccoder_mips.c static void search_for_quantizers_twoloop_mips(AVCodecContext *avctx, AVCodecContext 79 libavcodec/mjpeg2jpeg_bsf.c AVCodecContext *avctx, const char *args, AVCodecContext 103 libavcodec/mjpeg_parser.c AVCodecContext *avctx, AVCodecContext 33 libavcodec/mjpega_dump_header_bsf.c static int mjpega_dump_header(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 33 libavcodec/mjpegbdec.c static uint32_t read_offs(AVCodecContext *avctx, GetBitContext *gb, uint32_t size, const char *err_msg){ AVCodecContext 42 libavcodec/mjpegbdec.c static int mjpegb_decode_frame(AVCodecContext *avctx, AVCodecContext 99 libavcodec/mjpegdec.c av_cold int ff_mjpeg_decode_init(AVCodecContext *avctx) AVCodecContext 1936 libavcodec/mjpegdec.c int ff_mjpeg_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 2300 libavcodec/mjpegdec.c av_cold int ff_mjpeg_decode_end(AVCodecContext *avctx) AVCodecContext 2332 libavcodec/mjpegdec.c static void decode_flush(AVCodecContext *avctx) AVCodecContext 46 libavcodec/mjpegdec.h AVCodecContext *avctx; AVCodecContext 134 libavcodec/mjpegdec.h int ff_mjpeg_decode_init(AVCodecContext *avctx); AVCodecContext 135 libavcodec/mjpegdec.h int ff_mjpeg_decode_end(AVCodecContext *avctx); AVCodecContext 136 libavcodec/mjpegdec.h int ff_mjpeg_decode_frame(AVCodecContext *avctx, AVCodecContext 215 libavcodec/mjpegenc.c static int amv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 57 libavcodec/mjpegenc_common.c static void jpeg_table_header(AVCodecContext *avctx, PutBitContext *p, AVCodecContext 114 libavcodec/mjpegenc_common.c static void jpeg_put_comments(AVCodecContext *avctx, PutBitContext *p) AVCodecContext 156 libavcodec/mjpegenc_common.c void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[3], int vsample[3]) AVCodecContext 182 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 38 libavcodec/mjpegenc_common.h void ff_mjpeg_init_hvsample(AVCodecContext *avctx, int hsample[3], int vsample[3]); AVCodecContext 244 libavcodec/mlp_parser.c AVCodecContext *avctx, AVCodecContext 130 libavcodec/mlpdec.c AVCodecContext *avctx; AVCodecContext 275 libavcodec/mlpdec.c static av_cold int mlp_decode_init(AVCodecContext *avctx) AVCodecContext 1046 libavcodec/mlpdec.c AVCodecContext *avctx = m->avctx; AVCodecContext 1114 libavcodec/mlpdec.c static int read_access_unit(AVCodecContext *avctx, void* data, 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 116 libavcodec/motion-test.c AVCodecContext *ctx; 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 283 libavcodec/motionpixels.c static int mp_decode_frame(AVCodecContext *avctx, AVCodecContext 26 libavcodec/movsub_bsf.c static int text2movsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 44 libavcodec/movsub_bsf.c static int mov2textsub(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 48 libavcodec/movtextdec.c static int mov_text_init(AVCodecContext *avctx) { AVCodecContext 58 libavcodec/movtextdec.c static int mov_text_decode_frame(AVCodecContext *avctx, AVCodecContext 38 libavcodec/movtextenc.c static av_cold int mov_text_encode_init(AVCodecContext *avctx) AVCodecContext 110 libavcodec/movtextenc.c static int mov_text_encode_frame(AVCodecContext *avctx, unsigned char *buf, AVCodecContext 149 libavcodec/movtextenc.c static int mov_text_encode_close(AVCodecContext *avctx) AVCodecContext 28 libavcodec/mp3_header_decompress_bsf.c static int mp3_header_decompress(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, 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 314 libavcodec/mpc7.c static void mpc7_decode_flush(AVCodecContext *avctx) AVCodecContext 322 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 428 libavcodec/mpc8.c static av_cold void mpc8_decode_flush(AVCodecContext *avctx) AVCodecContext 1118 libavcodec/mpeg12dec.c static av_cold int mpeg_decode_init(AVCodecContext *avctx) AVCodecContext 1150 libavcodec/mpeg12dec.c static int mpeg_decode_update_thread_context(AVCodecContext *avctx, AVCodecContext 1151 libavcodec/mpeg12dec.c const AVCodecContext *avctx_from) AVCodecContext 1227 libavcodec/mpeg12dec.c static inline int uses_vdpau(AVCodecContext *avctx) { AVCodecContext 1231 libavcodec/mpeg12dec.c static enum AVPixelFormat mpeg_get_pixelformat(AVCodecContext *avctx) AVCodecContext 1249 libavcodec/mpeg12dec.c static void setup_hwaccel_for_pixfmt(AVCodecContext *avctx) AVCodecContext 1269 libavcodec/mpeg12dec.c static int mpeg_decode_postinit(AVCodecContext *avctx) AVCodecContext 1390 libavcodec/mpeg12dec.c static int mpeg1_decode_picture(AVCodecContext *avctx, const uint8_t *buf, AVCodecContext 1630 libavcodec/mpeg12dec.c AVCodecContext *avctx = s->avctx; AVCodecContext 1737 libavcodec/mpeg12dec.c AVCodecContext *avctx = s->avctx; AVCodecContext 2004 libavcodec/mpeg12dec.c static int slice_decode_thread(AVCodecContext *c, void *arg) AVCodecContext 2055 libavcodec/mpeg12dec.c static int slice_end(AVCodecContext *avctx, AVFrame *pict) AVCodecContext 2103 libavcodec/mpeg12dec.c static int mpeg1_decode_sequence(AVCodecContext *avctx, AVCodecContext 2192 libavcodec/mpeg12dec.c static int vcr2_init_sequence(AVCodecContext *avctx) AVCodecContext 2246 libavcodec/mpeg12dec.c static int mpeg_decode_a53_cc(AVCodecContext *avctx, AVCodecContext 2299 libavcodec/mpeg12dec.c static void mpeg_decode_user_data(AVCodecContext *avctx, AVCodecContext 2374 libavcodec/mpeg12dec.c static void mpeg_decode_gop(AVCodecContext *avctx, AVCodecContext 2401 libavcodec/mpeg12dec.c static int decode_chunks(AVCodecContext *avctx, AVFrame *picture, AVCodecContext 2732 libavcodec/mpeg12dec.c static int mpeg_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 2794 libavcodec/mpeg12dec.c static void flush(AVCodecContext *avctx) AVCodecContext 2803 libavcodec/mpeg12dec.c static av_cold int mpeg_decode_end(AVCodecContext *avctx) AVCodecContext 2876 libavcodec/mpeg12dec.c static av_cold int mpeg_mc_decode_init(AVCodecContext *avctx) AVCodecContext 143 libavcodec/mpeg12enc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 154 libavcodec/mpeg4video.h int ff_mpeg4_workaround_bugs(AVCodecContext *avctx); AVCodecContext 155 libavcodec/mpeg4video.h int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size); AVCodecContext 76 libavcodec/mpeg4video_parser.c static int mpeg4_decode_header(AVCodecParserContext *s1, AVCodecContext *avctx, AVCodecContext 129 libavcodec/mpeg4video_parser.c AVCodecContext *avctx, AVCodecContext 2112 libavcodec/mpeg4videodec.c int ff_mpeg4_workaround_bugs(AVCodecContext *avctx) AVCodecContext 2643 libavcodec/mpeg4videodec.c int ff_mpeg4_frame_end(AVCodecContext *avctx, const uint8_t *buf, int buf_size) AVCodecContext 2684 libavcodec/mpeg4videodec.c static int mpeg4_update_thread_context(AVCodecContext *dst, AVCodecContext 2685 libavcodec/mpeg4videodec.c const AVCodecContext *src) AVCodecContext 2704 libavcodec/mpeg4videodec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1292 libavcodec/mpeg4videoenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 43 libavcodec/mpegaudio_parser.c AVCodecContext *avctx, AVCodecContext 86 libavcodec/mpegaudiodec_template.c AVCodecContext* avctx; AVCodecContext 410 libavcodec/mpegaudiodec_template.c static av_cold int decode_close(AVCodecContext * avctx) AVCodecContext 419 libavcodec/mpegaudiodec_template.c static av_cold int decode_init(AVCodecContext * avctx) AVCodecContext 1651 libavcodec/mpegaudiodec_template.c static int decode_frame(AVCodecContext * avctx, void *data, int *got_frame_ptr, AVCodecContext 1728 libavcodec/mpegaudiodec_template.c static void flush(AVCodecContext *avctx) AVCodecContext 1734 libavcodec/mpegaudiodec_template.c static int decode_frame_adu(AVCodecContext *avctx, void *data, AVCodecContext 1831 libavcodec/mpegaudiodec_template.c static av_cold int decode_close_mp3on4(AVCodecContext * avctx) AVCodecContext 1843 libavcodec/mpegaudiodec_template.c static av_cold int decode_init_mp3on4(AVCodecContext * avctx) AVCodecContext 1905 libavcodec/mpegaudiodec_template.c static void flush_mp3on4(AVCodecContext *avctx) AVCodecContext 1915 libavcodec/mpegaudiodec_template.c static int decode_frame_mp3on4(AVCodecContext *avctx, void *data, AVCodecContext 152 libavcodec/mpegaudiodecheader.c int avpriv_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rate) AVCodecContext 57 libavcodec/mpegaudiodecheader.h int avpriv_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate); 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 30 libavcodec/mpegutils.c void ff_draw_horiz_band(AVCodecContext *avctx, AVCodecContext 123 libavcodec/mpegutils.h void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, AVCodecContext 945 libavcodec/mpegvideo.c int ff_mpeg_update_thread_context(AVCodecContext *dst, AVCodecContext 946 libavcodec/mpegvideo.c const AVCodecContext *src) AVCodecContext 1118 libavcodec/mpegvideo.c void ff_mpv_decode_init(MpegEncContext *s, AVCodecContext *avctx) AVCodecContext 1769 libavcodec/mpegvideo.c int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx) AVCodecContext 2151 libavcodec/mpegvideo.c void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, AVCodecContext 3364 libavcodec/mpegvideo.c void ff_mpeg_flush(AVCodecContext *avctx){ AVCodecContext 157 libavcodec/mpegvideo.h AVCodecContext *avctx; AVCodecContext 229 libavcodec/mpegvideo.h struct AVCodecContext *avctx; AVCodecContext 758 libavcodec/mpegvideo.h void ff_mpv_decode_init(MpegEncContext *s, AVCodecContext *avctx); AVCodecContext 762 libavcodec/mpegvideo.h int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx); AVCodecContext 767 libavcodec/mpegvideo.h int ff_mpv_encode_init(AVCodecContext *avctx); AVCodecContext 770 libavcodec/mpegvideo.h int ff_mpv_encode_end(AVCodecContext *avctx); AVCodecContext 771 libavcodec/mpegvideo.h int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 776 libavcodec/mpegvideo.h void ff_mpeg_flush(AVCodecContext *avctx); AVCodecContext 779 libavcodec/mpegvideo.h void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, AVCodecContext 789 libavcodec/mpegvideo.h int ff_mpeg_update_thread_context(AVCodecContext *dst, const AVCodecContext *src); AVCodecContext 895 libavcodec/mpegvideo.h int ff_msmpeg4_decode_init(AVCodecContext *avctx); AVCodecContext 255 libavcodec/mpegvideo_enc.c av_cold int ff_mpv_encode_init(AVCodecContext *avctx) AVCodecContext 1003 libavcodec/mpegvideo_enc.c av_cold int ff_mpv_encode_end(AVCodecContext *avctx) AVCodecContext 1262 libavcodec/mpegvideo_enc.c static int encode_frame(AVCodecContext *c, AVFrame *frame) AVCodecContext 1280 libavcodec/mpegvideo_enc.c AVCodecContext *c = avcodec_alloc_context3(NULL); AVCodecContext 1704 libavcodec/mpegvideo_enc.c int ff_mpv_encode_picture(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 2592 libavcodec/mpegvideo_enc.c static int pre_estimate_motion_thread(AVCodecContext *c, void *arg){ AVCodecContext 2611 libavcodec/mpegvideo_enc.c static int estimate_motion_thread(AVCodecContext *c, void *arg){ AVCodecContext 2638 libavcodec/mpegvideo_enc.c static int mb_var_thread(AVCodecContext *c, void *arg){ AVCodecContext 2724 libavcodec/mpegvideo_enc.c static int encode_thread(AVCodecContext *c, void *arg){ AVCodecContext 36 libavcodec/mpegvideo_parser.c AVCodecContext *avctx, AVCodecContext 165 libavcodec/mpegvideo_parser.c AVCodecContext *avctx, AVCodecContext 197 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 158 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 65 libavcodec/mpl2dec.c static int mpl2_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 28 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 286 libavcodec/msmpeg4dec.c av_cold int ff_msmpeg4_decode_init(AVCodecContext *avctx) AVCodecContext 41 libavcodec/msrle.c AVCodecContext *avctx; AVCodecContext 51 libavcodec/msrle.c static av_cold int msrle_decode_init(AVCodecContext *avctx) AVCodecContext 85 libavcodec/msrle.c static int msrle_decode_frame(AVCodecContext *avctx, AVCodecContext 150 libavcodec/msrle.c static av_cold int msrle_decode_end(AVCodecContext *avctx) AVCodecContext 33 libavcodec/msrledec.c static int msrle_decode_pal4(AVCodecContext *avctx, AVPicture *pic, AVCodecContext 128 libavcodec/msrledec.c static int msrle_decode_8_16_24_32(AVCodecContext *avctx, AVPicture *pic, AVCodecContext 248 libavcodec/msrledec.c int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, AVCodecContext 36 libavcodec/msrledec.h int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, AVCodecContext 139 libavcodec/mss1.c static int mss1_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 188 libavcodec/mss1.c static av_cold int mss1_decode_init(AVCodecContext *avctx) AVCodecContext 208 libavcodec/mss1.c static av_cold int mss1_decode_end(AVCodecContext *avctx) AVCodecContext 567 libavcodec/mss12.c AVCodecContext *avctx = c->avctx; AVCodecContext 76 libavcodec/mss12.h AVCodecContext *avctx; AVCodecContext 371 libavcodec/mss2.c static int decode_wmv9(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVCodecContext 462 libavcodec/mss2.c static int mss2_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 739 libavcodec/mss2.c static av_cold int wmv9_init(AVCodecContext *avctx) AVCodecContext 798 libavcodec/mss2.c static av_cold int mss2_decode_end(AVCodecContext *avctx) AVCodecContext 812 libavcodec/mss2.c static av_cold int mss2_decode_init(AVCodecContext *avctx) AVCodecContext 110 libavcodec/mss3.c AVCodecContext *avctx; AVCodecContext 678 libavcodec/mss3.c static int mss3_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 806 libavcodec/mss3.c static av_cold int mss3_decode_end(AVCodecContext *avctx) AVCodecContext 818 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 629 libavcodec/mss4.c static av_cold int mss4_decode_end(AVCodecContext *avctx) AVCodecContext 642 libavcodec/mss4.c static av_cold int mss4_decode_init(AVCodecContext *avctx) AVCodecContext 49 libavcodec/msvideo1.c AVCodecContext *avctx; AVCodecContext 60 libavcodec/msvideo1.c static av_cold int msvideo1_decode_init(AVCodecContext *avctx) AVCodecContext 293 libavcodec/msvideo1.c static int msvideo1_decode_frame(AVCodecContext *avctx, AVCodecContext 331 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 38 libavcodec/mvcdec.c static av_cold int mvc_decode_init(AVCodecContext *avctx) AVCodecContext 65 libavcodec/mvcdec.c static int decode_mvc1(AVCodecContext *avctx, GetByteContext *gb, AVCodecContext 138 libavcodec/mvcdec.c static int decode_mvc2(AVCodecContext *avctx, GetByteContext *gb, AVCodecContext 230 libavcodec/mvcdec.c static int mvc_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 258 libavcodec/mvcdec.c static av_cold int mvc_decode_end(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 374 libavcodec/nellymoserenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 28 libavcodec/noise_bsf.c static int noise(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 86 libavcodec/nuv.c static int get_quant(AVCodecContext *avctx, NuvContext *c, const uint8_t *buf, AVCodecContext 114 libavcodec/nuv.c static int codec_reinit(AVCodecContext *avctx, int width, int height, AVCodecContext 151 libavcodec/nuv.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 303 libavcodec/nuv.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 331 libavcodec/nuv.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 273 libavcodec/nvenc.c static av_cold int nvenc_dyload_cuda(AVCodecContext *avctx) AVCodecContext 313 libavcodec/nvenc.c static av_cold int check_cuda_errors(AVCodecContext *avctx, CUresult err, const char *func) AVCodecContext 323 libavcodec/nvenc.c static av_cold int nvenc_check_cuda(AVCodecContext *avctx) AVCodecContext 380 libavcodec/nvenc.c static av_cold int nvenc_dyload_nvenc(AVCodecContext *avctx) AVCodecContext 438 libavcodec/nvenc.c static av_cold void nvenc_unload_nvenc(AVCodecContext *avctx) AVCodecContext 463 libavcodec/nvenc.c static av_cold int nvenc_encode_init(AVCodecContext *avctx) AVCodecContext 862 libavcodec/nvenc.c static av_cold int nvenc_encode_close(AVCodecContext *avctx) AVCodecContext 892 libavcodec/nvenc.c static int process_output_surface(AVCodecContext *avctx, AVPacket *pkt, AVFrame *coded_frame, NvencOutputSurface *tmpoutsurf) AVCodecContext 979 libavcodec/nvenc.c static int nvenc_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 49 libavcodec/on2avc.c AVCodecContext *avctx; AVCodecContext 837 libavcodec/on2avc.c static int on2avc_decode_frame(AVCodecContext * avctx, void *data, AVCodecContext 904 libavcodec/on2avc.c static av_cold int on2avc_decode_init(AVCodecContext *avctx) AVCodecContext 990 libavcodec/on2avc.c static av_cold int on2avc_decode_close(AVCodecContext *avctx) AVCodecContext 39 libavcodec/options.c AVCodecContext *avc= ptr; AVCodecContext 49 libavcodec/options.c AVCodecContext *s = obj; AVCodecContext 73 libavcodec/options.c AVCodecContext* avctx = ptr; AVCodecContext 83 libavcodec/options.c .log_level_offset_offset = offsetof(AVCodecContext, log_level_offset), AVCodecContext 90 libavcodec/options.c int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec) AVCodecContext 93 libavcodec/options.c memset(s, 0, sizeof(AVCodecContext)); AVCodecContext 147 libavcodec/options.c AVCodecContext *avcodec_alloc_context3(const AVCodec *codec) AVCodecContext 149 libavcodec/options.c AVCodecContext *avctx= av_malloc(sizeof(AVCodecContext)); AVCodecContext 162 libavcodec/options.c void avcodec_free_context(AVCodecContext **pavctx) AVCodecContext 164 libavcodec/options.c AVCodecContext *avctx = *pavctx; AVCodecContext 180 libavcodec/options.c int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src) AVCodecContext 314 libavcodec/options.c static int dummy_init(AVCodecContext *ctx) AVCodecContext 323 libavcodec/options.c static int dummy_close(AVCodecContext *ctx) AVCodecContext 331 libavcodec/options.c static int dummy_encode(AVCodecContext *ctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) AVCodecContext 415 libavcodec/options.c static void test_copy_print_codec(const AVCodecContext *ctx) AVCodecContext 434 libavcodec/options.c AVCodecContext *ctx1, *ctx2; AVCodecContext 33 libavcodec/options_table.h #define OFFSET(x) offsetof(AVCodecContext,x) AVCodecContext 289 libavcodec/opus.c av_cold int ff_opus_parse_extradata(AVCodecContext *avctx, AVCodecContext 123 libavcodec/opus.h AVCodecContext *avctx; AVCodecContext 393 libavcodec/opus.h int ff_opus_parse_extradata(AVCodecContext *avctx, OpusContext *s); AVCodecContext 395 libavcodec/opus.h int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels); AVCodecContext 408 libavcodec/opus.h int ff_celt_init(AVCodecContext *avctx, CeltContext **s, int output_channels); AVCodecContext 63 libavcodec/opus_celt.c AVCodecContext *avctx; AVCodecContext 2188 libavcodec/opus_celt.c int ff_celt_init(AVCodecContext *avctx, CeltContext **ps, int output_channels) AVCodecContext 77 libavcodec/opus_parser.c static int opus_find_frame_end(AVCodecParserContext *ctx, AVCodecContext *avctx, AVCodecContext 155 libavcodec/opus_parser.c static int opus_parse(AVCodecParserContext *ctx, AVCodecContext *avctx, AVCodecContext 45 libavcodec/opus_silk.c AVCodecContext *avctx; AVCodecContext 1575 libavcodec/opus_silk.c int ff_silk_init(AVCodecContext *avctx, SilkContext **ps, int output_channels) AVCodecContext 442 libavcodec/opusdec.c static int opus_decode_packet(AVCodecContext *avctx, void *data, AVCodecContext 554 libavcodec/opusdec.c static av_cold void opus_decode_flush(AVCodecContext *ctx) AVCodecContext 574 libavcodec/opusdec.c static av_cold int opus_decode_close(AVCodecContext *avctx) AVCodecContext 601 libavcodec/opusdec.c static av_cold int opus_decode_init(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 64 libavcodec/pafvideo.c static av_cold int paf_video_close(AVCodecContext *avctx) AVCodecContext 77 libavcodec/pafvideo.c static av_cold int paf_video_init(AVCodecContext *avctx) AVCodecContext 263 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 142 libavcodec/pamenc.c static av_cold int pam_encode_close(AVCodecContext *avctx) AVCodecContext 131 libavcodec/parser.c int av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 186 libavcodec/parser.c int av_parser_change(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 312 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 34 libavcodec/pcm.c static av_cold int pcm_encode_init(AVCodecContext *avctx) AVCodecContext 83 libavcodec/pcm.c static int pcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 226 libavcodec/pcm.c static av_cold int pcm_decode_init(AVCodecContext *avctx) AVCodecContext 286 libavcodec/pcm.c static int pcm_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 66 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 48 libavcodec/pcxenc.c static av_cold int pcx_encode_close(AVCodecContext *avctx) AVCodecContext 104 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 323 libavcodec/pgssubdec.c static int parse_palette_segment(AVCodecContext *avctx, AVCodecContext 379 libavcodec/pgssubdec.c static int parse_presentation_segment(AVCodecContext *avctx, AVCodecContext 489 libavcodec/pgssubdec.c static int display_end_segment(AVCodecContext *avctx, void *data, AVCodecContext 594 libavcodec/pgssubdec.c static int decode(AVCodecContext *avctx, void *data, int *data_size, AVCodecContext 100 libavcodec/pictordec.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 54 libavcodec/pixblockdsp.c av_cold void ff_pixblockdsp_init(PixblockDSPContext *c, AVCodecContext *avctx) AVCodecContext 36 libavcodec/pixblockdsp.h void ff_pixblockdsp_init(PixblockDSPContext *c, AVCodecContext *avctx); AVCodecContext 37 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_alpha(PixblockDSPContext *c, AVCodecContext *avctx, AVCodecContext 39 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_arm(PixblockDSPContext *c, AVCodecContext *avctx, AVCodecContext 41 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_ppc(PixblockDSPContext *c, AVCodecContext *avctx, AVCodecContext 43 libavcodec/pixblockdsp.h void ff_pixblockdsp_init_x86(PixblockDSPContext *c, AVCodecContext *avctx, AVCodecContext 37 libavcodec/png_parser.c static int png_parse(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 38 libavcodec/pngdec.c AVCodecContext *avctx; AVCodecContext 531 libavcodec/pngdec.c static int decode_ihdr_chunk(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 565 libavcodec/pngdec.c static int decode_phys_chunk(AVCodecContext *avctx, PNGDecContext *s) AVCodecContext 581 libavcodec/pngdec.c static int decode_idat_chunk(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 689 libavcodec/pngdec.c static int decode_plte_chunk(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 712 libavcodec/pngdec.c static int decode_trns_chunk(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 804 libavcodec/pngdec.c static int decode_fctl_chunk(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 866 libavcodec/pngdec.c static int handle_p_frame_apng(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 965 libavcodec/pngdec.c static int decode_frame_common(AVCodecContext *avctx, PNGDecContext *s, AVCodecContext 1100 libavcodec/pngdec.c static int decode_frame_png(AVCodecContext *avctx, AVCodecContext 1154 libavcodec/pngdec.c static int decode_frame_apng(AVCodecContext *avctx, AVCodecContext 1213 libavcodec/pngdec.c static int update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodecContext 1237 libavcodec/pngdec.c static av_cold int png_dec_init(AVCodecContext *avctx) AVCodecContext 1260 libavcodec/pngdec.c static av_cold int png_dec_end(AVCodecContext *avctx) AVCodecContext 289 libavcodec/pngenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 525 libavcodec/pngenc.c static av_cold int png_enc_init(AVCodecContext *avctx) AVCodecContext 571 libavcodec/pngenc.c static av_cold int png_enc_close(AVCodecContext *avctx) AVCodecContext 60 libavcodec/pnm.c int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s) AVCodecContext 35 libavcodec/pnm.h int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s); AVCodecContext 26 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 26 libavcodec/pnmenc.c static int pnm_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 121 libavcodec/pnmenc.c static av_cold int pnm_encode_init(AVCodecContext *avctx) AVCodecContext 133 libavcodec/pnmenc.c static av_cold int pnm_encode_close(AVCodecContext *avctx) AVCodecContext 465 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 256 libavcodec/ppc/idctdsp.c av_cold void ff_idctdsp_init_ppc(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 729 libavcodec/ppc/me_cmp.c av_cold void ff_me_cmp_init_ppc(MECmpContext *c, AVCodecContext *avctx) AVCodecContext 154 libavcodec/ppc/mpegvideoencdsp.c AVCodecContext *avctx) AVCodecContext 235 libavcodec/ppc/pixblockdsp.c AVCodecContext *avctx, AVCodecContext 46 libavcodec/proresdec2.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 66 libavcodec/proresdec2.c const int data_size, AVCodecContext *avctx) AVCodecContext 147 libavcodec/proresdec2.c static int decode_picture_header(AVCodecContext *avctx, const uint8_t *buf, const int buf_size) AVCodecContext 314 libavcodec/proresdec2.c static av_always_inline int decode_ac_coeffs(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 357 libavcodec/proresdec2.c static int decode_slice_luma(AVCodecContext *avctx, SliceContext *slice, AVCodecContext 390 libavcodec/proresdec2.c static int decode_slice_chroma(AVCodecContext *avctx, SliceContext *slice, AVCodecContext 500 libavcodec/proresdec2.c static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) AVCodecContext 599 libavcodec/proresdec2.c static int decode_picture(AVCodecContext *avctx) AVCodecContext 613 libavcodec/proresdec2.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 670 libavcodec/proresdec2.c static av_cold int decode_close(AVCodecContext *avctx) AVCodecContext 81 libavcodec/proresdec_lgpl.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 100 libavcodec/proresdec_lgpl.c const int data_size, AVCodecContext *avctx) AVCodecContext 218 libavcodec/proresdec_lgpl.c const int data_size, AVCodecContext *avctx) AVCodecContext 558 libavcodec/proresdec_lgpl.c static int decode_slice(AVCodecContext *avctx, void *tdata) AVCodecContext 684 libavcodec/proresdec_lgpl.c AVCodecContext *avctx) AVCodecContext 716 libavcodec/proresdec_lgpl.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 764 libavcodec/proresdec_lgpl.c static av_cold int decode_close(AVCodecContext *avctx) AVCodecContext 58 libavcodec/proresdsp.c av_cold void ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx) AVCodecContext 37 libavcodec/proresdsp.h void ff_proresdsp_init(ProresDSPContext *dsp, AVCodecContext *avctx); AVCodecContext 39 libavcodec/proresdsp.h void ff_proresdsp_init_x86(ProresDSPContext *dsp, AVCodecContext *avctx); AVCodecContext 234 libavcodec/proresenc_anatoliy.c static void encode_ac_coeffs(AVCodecContext *avctx, PutBitContext *pb, AVCodecContext 283 libavcodec/proresenc_anatoliy.c static int encode_slice_plane(AVCodecContext *avctx, int mb_count, AVCodecContext 316 libavcodec/proresenc_anatoliy.c static av_always_inline unsigned encode_slice_data(AVCodecContext *avctx, AVCodecContext 371 libavcodec/proresenc_anatoliy.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, AVCodecContext 441 libavcodec/proresenc_anatoliy.c static int prores_encode_picture(AVCodecContext *avctx, const AVFrame *pic, AVCodecContext 489 libavcodec/proresenc_anatoliy.c static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 539 libavcodec/proresenc_anatoliy.c static av_cold int prores_encode_init(AVCodecContext *avctx) AVCodecContext 601 libavcodec/proresenc_anatoliy.c static av_cold int prores_encode_close(AVCodecContext *avctx) AVCodecContext 507 libavcodec/proresenc_kostya.c static int encode_slice(AVCodecContext *avctx, const AVFrame *pic, AVCodecContext 750 libavcodec/proresenc_kostya.c static int find_slice_quant(AVCodecContext *avctx, const AVFrame *pic, AVCodecContext 906 libavcodec/proresenc_kostya.c static int find_quant_thread(AVCodecContext *avctx, void *arg, AVCodecContext 930 libavcodec/proresenc_kostya.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1090 libavcodec/proresenc_kostya.c static av_cold int encode_close(AVCodecContext *avctx) AVCodecContext 1121 libavcodec/proresenc_kostya.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 31 libavcodec/psymodel.c av_cold int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, AVCodecContext 87 libavcodec/psymodel.c AVCodecContext *avctx; AVCodecContext 96 libavcodec/psymodel.c av_cold struct FFPsyPreprocessContext* ff_psy_preprocess_init(AVCodecContext *avctx) AVCodecContext 77 libavcodec/psymodel.h AVCodecContext *avctx; ///< encoder context AVCodecContext 142 libavcodec/psymodel.h int ff_psy_init(FFPsyContext *ctx, AVCodecContext *avctx, int num_lens, AVCodecContext 173 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 67 libavcodec/pthread_frame.c AVCodecContext *avctx; ///< Context used to decode packets passed to this thread. AVCodecContext 143 libavcodec/pthread_frame.c AVCodecContext *avctx = p->avctx; AVCodecContext 195 libavcodec/pthread_frame.c static int update_context_from_thread(AVCodecContext *dst, AVCodecContext *src, int for_user) AVCodecContext 260 libavcodec/pthread_frame.c static int update_context_from_user(AVCodecContext *dst, AVCodecContext *src) AVCodecContext 403 libavcodec/pthread_frame.c int ff_thread_decode_frame(AVCodecContext *avctx, AVCodecContext 513 libavcodec/pthread_frame.c void ff_thread_finish_setup(AVCodecContext *avctx) { AVCodecContext 546 libavcodec/pthread_frame.c void ff_frame_thread_free(AVCodecContext *avctx, int thread_count) AVCodecContext 608 libavcodec/pthread_frame.c int ff_frame_thread_init(AVCodecContext *avctx) AVCodecContext 612 libavcodec/pthread_frame.c AVCodecContext *src = avctx; AVCodecContext 643 libavcodec/pthread_frame.c AVCodecContext *copy = av_malloc(sizeof(AVCodecContext)); AVCodecContext 714 libavcodec/pthread_frame.c void ff_thread_flush(AVCodecContext *avctx) AVCodecContext 743 libavcodec/pthread_frame.c int ff_thread_can_start_frame(AVCodecContext *avctx) AVCodecContext 753 libavcodec/pthread_frame.c static int thread_get_buffer_internal(AVCodecContext *avctx, ThreadFrame *f, int flags) AVCodecContext 817 libavcodec/pthread_frame.c enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) AVCodecContext 843 libavcodec/pthread_frame.c int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags) AVCodecContext 851 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 44 libavcodec/pthread_slice.c typedef int (action_func)(AVCodecContext *c, void *arg); AVCodecContext 45 libavcodec/pthread_slice.c typedef int (action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr); AVCodecContext 73 libavcodec/pthread_slice.c AVCodecContext *avctx = v; AVCodecContext 107 libavcodec/pthread_slice.c void ff_slice_thread_free(AVCodecContext *avctx) AVCodecContext 146 libavcodec/pthread_slice.c static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) AVCodecContext 179 libavcodec/pthread_slice.c static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count) AVCodecContext 186 libavcodec/pthread_slice.c int ff_slice_thread_init(AVCodecContext *avctx) AVCodecContext 247 libavcodec/pthread_slice.c void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) AVCodecContext 258 libavcodec/pthread_slice.c void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) AVCodecContext 274 libavcodec/pthread_slice.c int ff_alloc_entries(AVCodecContext *avctx, int count) AVCodecContext 303 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 1604 libavcodec/qdm2.c static av_cold int qdm2_decode_init(AVCodecContext *avctx) AVCodecContext 1779 libavcodec/qdm2.c static av_cold int qdm2_decode_close(AVCodecContext *avctx) AVCodecContext 1850 libavcodec/qdm2.c static int qdm2_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 32 libavcodec/qdrw.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 136 libavcodec/qdrw.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 32 libavcodec/qpeg.c AVCodecContext *avctx; AVCodecContext 253 libavcodec/qpeg.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 304 libavcodec/qpeg.c static void decode_flush(AVCodecContext *avctx){ AVCodecContext 316 libavcodec/qpeg.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 326 libavcodec/qpeg.c static av_cold int decode_init(AVCodecContext *avctx){ AVCodecContext 102 libavcodec/qsv.c static int qsv_init_session(AVCodecContext *avctx, QSVContext *q, mfxSession session) AVCodecContext 143 libavcodec/qsv.c int ff_qsv_init(AVCodecContext *avctx, QSVContext *q, mfxSession session) AVCodecContext 185 libavcodec/qsv.c static int alloc_frame(AVCodecContext *avctx, QSVFrame *frame) AVCodecContext 225 libavcodec/qsv.c static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf) AVCodecContext 277 libavcodec/qsv.c int ff_qsv_decode(AVCodecContext *avctx, QSVContext *q, AVCodecContext 45 libavcodec/qsv_h264.c AVCodecContext *avctx_internal; AVCodecContext 72 libavcodec/qsv_h264.c static av_cold int qsv_decode_close(AVCodecContext *avctx) AVCodecContext 89 libavcodec/qsv_h264.c static av_cold int qsv_decode_init(AVCodecContext *avctx) AVCodecContext 140 libavcodec/qsv_h264.c static int qsv_process_data(AVCodecContext *avctx, AVFrame *frame, AVCodecContext 209 libavcodec/qsv_h264.c static int qsv_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 272 libavcodec/qsv_h264.c static void qsv_decode_flush(AVCodecContext *avctx) AVCodecContext 78 libavcodec/qsv_internal.h int ff_qsv_init(AVCodecContext *s, QSVContext *q, mfxSession session); AVCodecContext 80 libavcodec/qsv_internal.h int ff_qsv_decode(AVCodecContext *s, QSVContext *q, AVCodecContext 43 libavcodec/qtrle.c AVCodecContext *avctx; AVCodecContext 360 libavcodec/qtrle.c static av_cold int qtrle_decode_init(AVCodecContext *avctx) AVCodecContext 405 libavcodec/qtrle.c static int qtrle_decode_frame(AVCodecContext *avctx, AVCodecContext 508 libavcodec/qtrle.c static av_cold int qtrle_decode_end(AVCodecContext *avctx) AVCodecContext 38 libavcodec/qtrleenc.c AVCodecContext *avctx; AVCodecContext 63 libavcodec/qtrleenc.c static av_cold int qtrle_encode_end(AVCodecContext *avctx) AVCodecContext 76 libavcodec/qtrleenc.c static av_cold int qtrle_encode_init(AVCodecContext *avctx) AVCodecContext 367 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 40 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 37 libavcodec/r210enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 81 libavcodec/r210enc.c static av_cold int encode_close(AVCodecContext *avctx) 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 62 libavcodec/ra288.c static av_cold int ra288_decode_close(AVCodecContext *avctx) AVCodecContext 71 libavcodec/ra288.c static av_cold int ra288_decode_init(AVCodecContext *avctx) AVCodecContext 192 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 338 libavcodec/ralf.c static int decode_block(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 421 libavcodec/ralf.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVCodecContext 515 libavcodec/ralf.c static void decode_flush(AVCodecContext *avctx) AVCodecContext 64 libavcodec/ratecontrol.c static double get_fps(AVCodecContext *avctx) AVCodecContext 363 libavcodec/ratecontrol.c AVCodecContext *a = s->avctx; AVCodecContext 441 libavcodec/ratecontrol.c AVCodecContext *a = s->avctx; AVCodecContext 752 libavcodec/ratecontrol.c AVCodecContext *a = s->avctx; AVCodecContext 915 libavcodec/ratecontrol.c AVCodecContext *a = s->avctx; AVCodecContext 65 libavcodec/rawdec.c static av_cold int raw_init_decoder(AVCodecContext *avctx) AVCodecContext 115 libavcodec/rawdec.c static void flip(AVCodecContext *avctx, AVPicture *picture) AVCodecContext 130 libavcodec/rawdec.c static void name(AVCodecContext *avctx, uint8_t * dst, const uint8_t *buf, int buf_size, int packed) \ AVCodecContext 149 libavcodec/rawdec.c static int raw_decode(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 357 libavcodec/rawdec.c static av_cold int raw_close_decoder(AVCodecContext *avctx) AVCodecContext 34 libavcodec/rawenc.c static av_cold int raw_encode_init(AVCodecContext *avctx) AVCodecContext 46 libavcodec/rawenc.c static int raw_encode(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 71 libavcodec/rawenc.c static av_cold int raw_close(AVCodecContext *avctx) AVCodecContext 58 libavcodec/realtextdec.c static int realtext_decode_frame(AVCodecContext *avctx, AVCodecContext 24 libavcodec/remove_extradata_bsf.c static int remove_extradata(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, AVCodecContext 43 libavcodec/rl2.c AVCodecContext *avctx; AVCodecContext 132 libavcodec/rl2.c static av_cold int rl2_decode_init(AVCodecContext *avctx) AVCodecContext 175 libavcodec/rl2.c static int rl2_decode_frame(AVCodecContext *avctx, AVCodecContext 206 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 169 libavcodec/roqvideodec.c static av_cold int roq_decode_init(AVCodecContext *avctx) AVCodecContext 198 libavcodec/roqvideodec.c static int roq_decode_frame(AVCodecContext *avctx, AVCodecContext 228 libavcodec/roqvideodec.c static av_cold int roq_decode_end(AVCodecContext *avctx) AVCodecContext 979 libavcodec/roqvideoenc.c static av_cold int roq_encode_end(AVCodecContext *avctx) AVCodecContext 996 libavcodec/roqvideoenc.c static av_cold int roq_encode_init(AVCodecContext *avctx) AVCodecContext 1080 libavcodec/roqvideoenc.c static int roq_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 49 libavcodec/rpza.c AVCodecContext *avctx; AVCodecContext 228 libavcodec/rpza.c static av_cold int rpza_decode_init(AVCodecContext *avctx) AVCodecContext 242 libavcodec/rpza.c static int rpza_decode_frame(AVCodecContext *avctx, AVCodecContext 265 libavcodec/rpza.c static av_cold int rpza_decode_end(AVCodecContext *avctx) 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 462 libavcodec/rv10.c static av_cold int rv10_decode_init(AVCodecContext *avctx) AVCodecContext 540 libavcodec/rv10.c static av_cold int rv10_decode_end(AVCodecContext *avctx) AVCodecContext 548 libavcodec/rv10.c static int rv10_decode_packet(AVCodecContext *avctx, const uint8_t *buf, AVCodecContext 690 libavcodec/rv10.c static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) AVCodecContext 698 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 257 libavcodec/rv30.c static av_cold int rv30_decode_init(AVCodecContext *avctx) AVCodecContext 1486 libavcodec/rv34.c av_cold int ff_rv34_decode_init(AVCodecContext *avctx) AVCodecContext 1528 libavcodec/rv34.c int ff_rv34_decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 1549 libavcodec/rv34.c int ff_rv34_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodecContext 1581 libavcodec/rv34.c static int get_slice_offset(AVCodecContext *avctx, const uint8_t *buf, int n) AVCodecContext 1587 libavcodec/rv34.c static int finish_frame(AVCodecContext *avctx, AVFrame *pict) AVCodecContext 1627 libavcodec/rv34.c int ff_rv34_decode_frame(AVCodecContext *avctx, AVCodecContext 1834 libavcodec/rv34.c av_cold int ff_rv34_decode_end(AVCodecContext *avctx) AVCodecContext 134 libavcodec/rv34.h int ff_rv34_decode_init(AVCodecContext *avctx); AVCodecContext 135 libavcodec/rv34.h int ff_rv34_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt); AVCodecContext 136 libavcodec/rv34.h int ff_rv34_decode_end(AVCodecContext *avctx); AVCodecContext 137 libavcodec/rv34.h int ff_rv34_decode_init_thread_copy(AVCodecContext *avctx); AVCodecContext 138 libavcodec/rv34.h int ff_rv34_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src); AVCodecContext 41 libavcodec/rv34_parser.c AVCodecContext *avctx, AVCodecContext 549 libavcodec/rv40.c static av_cold int rv40_decode_init(AVCodecContext *avctx) AVCodecContext 31 libavcodec/s302m.c static int s302m_parse_frame_header(AVCodecContext *avctx, const uint8_t *buf, AVCodecContext 91 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 37 libavcodec/samidec.c static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src) AVCodecContext 115 libavcodec/samidec.c static int sami_decode_frame(AVCodecContext *avctx, AVCodecContext 134 libavcodec/samidec.c static av_cold int sami_init(AVCodecContext *avctx) AVCodecContext 143 libavcodec/samidec.c static av_cold int sami_close(AVCodecContext *avctx) AVCodecContext 264 libavcodec/sanm.c AVCodecContext *avctx; AVCodecContext 487 libavcodec/sanm.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 521 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 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 31 libavcodec/sgienc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 47 libavcodec/sgienc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 209 libavcodec/sgienc.c static av_cold int encode_close(AVCodecContext *avctx) AVCodecContext 38 libavcodec/sgirledec.c static av_cold int sgirle_decode_init(AVCodecContext *avctx) AVCodecContext 73 libavcodec/sgirledec.c static int decode_sgirle8(AVCodecContext *avctx, uint8_t *dst, AVCodecContext 120 libavcodec/sgirledec.c static int sgirle_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 141 libavcodec/sgirledec.c static av_cold int sgirle_decode_end(AVCodecContext *avctx) AVCodecContext 86 libavcodec/shorten.c AVCodecContext *avctx; AVCodecContext 115 libavcodec/shorten.c static av_cold int shorten_decode_init(AVCodecContext *avctx) AVCodecContext 200 libavcodec/shorten.c static int decode_wave_header(AVCodecContext *avctx, const uint8_t *header, AVCodecContext 415 libavcodec/shorten.c static int shorten_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 653 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 50 libavcodec/smacker.c AVCodecContext *avctx; AVCodecContext 397 libavcodec/smacker.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 556 libavcodec/smacker.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 576 libavcodec/smacker.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 606 libavcodec/smacker.c static av_cold int smka_decode_init(AVCodecContext *avctx) AVCodecContext 621 libavcodec/smacker.c static int smka_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 48 libavcodec/smc.c AVCodecContext *avctx; AVCodecContext 413 libavcodec/smc.c static av_cold int smc_decode_init(AVCodecContext *avctx) AVCodecContext 427 libavcodec/smc.c static int smc_decode_frame(AVCodecContext *avctx, AVCodecContext 457 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 144 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 115 libavcodec/snow.h AVCodecContext *avctx; AVCodecContext 233 libavcodec/snow.h int ff_snow_common_init(AVCodecContext *avctx); AVCodecContext 234 libavcodec/snow.h int ff_snow_common_init_after_header(AVCodecContext *avctx); AVCodecContext 236 libavcodec/snow.h void ff_snow_release_buffer(AVCodecContext *avctx); AVCodecContext 399 libavcodec/snowdec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 426 libavcodec/snowdec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 626 libavcodec/snowdec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 35 libavcodec/snowenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 1547 libavcodec/snowenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 1860 libavcodec/snowenc.c static av_cold int encode_end(AVCodecContext *avctx) AVCodecContext 589 libavcodec/sonic.c static av_cold int sonic_encode_init(AVCodecContext *avctx) AVCodecContext 696 libavcodec/sonic.c static av_cold int sonic_encode_close(AVCodecContext *avctx) AVCodecContext 713 libavcodec/sonic.c static int sonic_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 846 libavcodec/sonic.c static av_cold int sonic_decode_init(AVCodecContext *avctx) AVCodecContext 940 libavcodec/sonic.c static av_cold int sonic_decode_close(AVCodecContext *avctx) AVCodecContext 958 libavcodec/sonic.c static int sonic_decode_frame(AVCodecContext *avctx, AVCodecContext 33 libavcodec/sp5xdec.c static int sp5x_decode_frame(AVCodecContext *avctx, AVCodecContext 29 libavcodec/srtdec.c static int html_color_parse(AVCodecContext *avctx, const char *str) AVCodecContext 56 libavcodec/srtdec.c static void srt_to_ass(AVCodecContext *avctx, AVBPrint *dst, AVCodecContext 188 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 224 libavcodec/srtenc.c static int srt_encode_frame(AVCodecContext *avctx, AVCodecContext 262 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 37 libavcodec/sunrastenc.c static void sunrast_image_write_header(AVCodecContext *avctx) AVCodecContext 51 libavcodec/sunrastenc.c static void sunrast_image_write_image(AVCodecContext *avctx, AVCodecContext 135 libavcodec/sunrastenc.c static av_cold int sunrast_encode_init(AVCodecContext *avctx) AVCodecContext 178 libavcodec/sunrastenc.c static int sunrast_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 202 libavcodec/sunrastenc.c static av_cold int sunrast_encode_close(AVCodecContext *avctx) AVCodecContext 444 libavcodec/svq1dec.c static int svq1_decode_delta_block(AVCodecContext *avctx, HpelDSPContext *hdsp, AVCodecContext 516 libavcodec/svq1dec.c static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 609 libavcodec/svq1dec.c static int svq1_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 761 libavcodec/svq1dec.c static av_cold int svq1_decode_init(AVCodecContext *avctx) AVCodecContext 816 libavcodec/svq1dec.c static av_cold int svq1_decode_end(AVCodecContext *avctx) AVCodecContext 827 libavcodec/svq1dec.c static void svq1_flush(AVCodecContext *avctx) AVCodecContext 483 libavcodec/svq1enc.c static av_cold int svq1_encode_end(AVCodecContext *avctx) AVCodecContext 514 libavcodec/svq1enc.c static av_cold int svq1_encode_init(AVCodecContext *avctx) AVCodecContext 576 libavcodec/svq1enc.c static int svq1_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 39 libavcodec/svq1enc.h AVCodecContext *avctx; AVCodecContext 165 libavcodec/svq3.c static int svq3_decode_end(AVCodecContext *avctx); AVCodecContext 778 libavcodec/svq3.c static int svq3_decode_slice_header(AVCodecContext *avctx) AVCodecContext 869 libavcodec/svq3.c static av_cold int svq3_decode_init(AVCodecContext *avctx) AVCodecContext 1063 libavcodec/svq3.c static void free_picture(AVCodecContext *avctx, H264Picture *pic) AVCodecContext 1075 libavcodec/svq3.c static int get_buffer(AVCodecContext *avctx, H264Picture *pic) AVCodecContext 1127 libavcodec/svq3.c static int svq3_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1351 libavcodec/svq3.c static av_cold int svq3_decode_end(AVCodecContext *avctx) AVCodecContext 126 libavcodec/tak.c int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 161 libavcodec/tak.h int ff_tak_decode_frame_header(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 36 libavcodec/tak_parser.c static int tak_parse(AVCodecParserContext *s, AVCodecContext *avctx, AVCodecContext 48 libavcodec/takdec.c AVCodecContext *avctx; ///< parent AVCodecContext AVCodecContext 140 libavcodec/takdec.c static int set_bps_params(AVCodecContext *avctx) AVCodecContext 161 libavcodec/takdec.c static void set_sample_rate_params(AVCodecContext *avctx) AVCodecContext 170 libavcodec/takdec.c static av_cold int tak_decode_init(AVCodecContext *avctx) AVCodecContext 496 libavcodec/takdec.c AVCodecContext *avctx = s->avctx; AVCodecContext 670 libavcodec/takdec.c static int tak_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 905 libavcodec/takdec.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 912 libavcodec/takdec.c static int update_thread_context(AVCodecContext *dst, AVCodecContext 913 libavcodec/takdec.c const AVCodecContext *src) AVCodecContext 924 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 77 libavcodec/targaenc.c static int targa_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 173 libavcodec/targaenc.c static av_cold int targa_encode_init(AVCodecContext *avctx) AVCodecContext 185 libavcodec/targaenc.c static av_cold int targa_encode_close(AVCodecContext *avctx) AVCodecContext 44 libavcodec/textdec.c static int text_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 93 libavcodec/textdec.c static int linebreak_init(AVCodecContext *avctx) AVCodecContext 37 libavcodec/thread.h AVCodecContext *owner; AVCodecContext 49 libavcodec/thread.h void ff_thread_flush(AVCodecContext *avctx); AVCodecContext 61 libavcodec/thread.h int ff_thread_decode_frame(AVCodecContext *avctx, AVFrame *picture, AVCodecContext 72 libavcodec/thread.h void ff_thread_finish_setup(AVCodecContext *avctx); AVCodecContext 108 libavcodec/thread.h enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt); AVCodecContext 118 libavcodec/thread.h int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags); AVCodecContext 131 libavcodec/thread.h void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f); AVCodecContext 135 libavcodec/thread.h int ff_thread_init(AVCodecContext *s); AVCodecContext 136 libavcodec/thread.h void ff_thread_free(AVCodecContext *s); AVCodecContext 138 libavcodec/thread.h int ff_alloc_entries(AVCodecContext *avctx, int count); AVCodecContext 139 libavcodec/thread.h void ff_reset_entries(AVCodecContext *avctx); AVCodecContext 140 libavcodec/thread.h void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n); AVCodecContext 141 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 227 libavcodec/tiertexseqv.c static int seqvideo_decode_frame(AVCodecContext *avctx, AVCodecContext 250 libavcodec/tiertexseqv.c static av_cold int seqvideo_decode_end(AVCodecContext *avctx) AVCodecContext 51 libavcodec/tiff.c AVCodecContext *avctx; AVCodecContext 1165 libavcodec/tiff.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 1347 libavcodec/tiff.c static av_cold int tiff_init(AVCodecContext *avctx) AVCodecContext 1362 libavcodec/tiff.c static av_cold int tiff_end(AVCodecContext *avctx) AVCodecContext 54 libavcodec/tiffenc.c AVCodecContext *avctx; AVCodecContext 242 libavcodec/tiffenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 518 libavcodec/tiffenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 533 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 469 libavcodec/truemotion1.c static av_cold int truemotion1_decode_init(AVCodecContext *avctx) AVCodecContext 864 libavcodec/truemotion1.c static int truemotion1_decode_frame(AVCodecContext *avctx, AVCodecContext 896 libavcodec/truemotion1.c static av_cold int truemotion1_decode_end(AVCodecContext *avctx) AVCodecContext 62 libavcodec/truemotion2.c AVCodecContext *avctx; AVCodecContext 872 libavcodec/truemotion2.c static int decode_frame(AVCodecContext *avctx, AVCodecContext 927 libavcodec/truemotion2.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 991 libavcodec/truemotion2.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 61 libavcodec/truespeech.c static av_cold int truespeech_decode_init(AVCodecContext * avctx) AVCodecContext 306 libavcodec/truespeech.c static int truespeech_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 49 libavcodec/tscc.c AVCodecContext *avctx; AVCodecContext 65 libavcodec/tscc.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 119 libavcodec/tscc.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 166 libavcodec/tscc.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 37 libavcodec/tscc2.c AVCodecContext *avctx; AVCodecContext 217 libavcodec/tscc2.c static int tscc2_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 335 libavcodec/tscc2.c static av_cold int tscc2_decode_end(AVCodecContext *avctx) AVCodecContext 346 libavcodec/tscc2.c static av_cold int tscc2_decode_init(AVCodecContext *avctx) AVCodecContext 48 libavcodec/tta.c AVCodecContext *avctx; AVCodecContext 102 libavcodec/tta.c static int allocate_buffers(AVCodecContext *avctx) AVCodecContext 121 libavcodec/tta.c static av_cold int tta_decode_init(AVCodecContext * avctx) AVCodecContext 213 libavcodec/tta.c static int tta_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 386 libavcodec/tta.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 393 libavcodec/tta.c static av_cold int tta_decode_close(AVCodecContext *avctx) { AVCodecContext 34 libavcodec/ttaenc.c static av_cold int tta_encode_init(AVCodecContext *avctx) AVCodecContext 112 libavcodec/ttaenc.c static int tta_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 211 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 31 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 63 libavcodec/ulti.c static av_cold int ulti_decode_end(AVCodecContext *avctx){ AVCodecContext 213 libavcodec/ulti.c static int ulti_decode_frame(AVCodecContext *avctx, AVCodecContext 220 libavcodec/utils.c void avcodec_set_dimensions(AVCodecContext *s, int width, int height) AVCodecContext 229 libavcodec/utils.c int ff_set_dimensions(AVCodecContext *s, int width, int height) AVCodecContext 244 libavcodec/utils.c int ff_set_sar(AVCodecContext *avctx, AVRational sar) AVCodecContext 279 libavcodec/utils.c void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height, AVCodecContext 436 libavcodec/utils.c void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height) AVCodecContext 510 libavcodec/utils.c static int update_frame_pool(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 609 libavcodec/utils.c static int audio_get_buffer(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 654 libavcodec/utils.c static int video_get_buffer(AVCodecContext *s, AVFrame *pic) AVCodecContext 715 libavcodec/utils.c int avcodec_default_get_buffer2(AVCodecContext *avctx, AVFrame *frame, int flags) AVCodecContext 738 libavcodec/utils.c int ff_init_buffer_info(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 837 libavcodec/utils.c int avcodec_default_get_buffer(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 843 libavcodec/utils.c AVCodecContext avctx; AVCodecContext 864 libavcodec/utils.c int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 869 libavcodec/utils.c static int get_buffer_internal(AVCodecContext *avctx, AVFrame *frame, int flags) AVCodecContext 1030 libavcodec/utils.c int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags) AVCodecContext 1038 libavcodec/utils.c static int reget_buffer_internal(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 1077 libavcodec/utils.c int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 1086 libavcodec/utils.c void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic) AVCodecContext 1093 libavcodec/utils.c int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic) AVCodecContext 1100 libavcodec/utils.c int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2), void *arg, int *ret, int count, int size) AVCodecContext 1112 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 1141 libavcodec/utils.c enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat *fmt) AVCodecContext 1160 libavcodec/utils.c static int setup_hwaccel(AVCodecContext *avctx, AVCodecContext 1193 libavcodec/utils.c int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) AVCodecContext 1273 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, AVRational, pkt_timebase) AVCodecContext 1274 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, const AVCodecDescriptor *, codec_descriptor) AVCodecContext 1275 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, lowres) AVCodecContext 1276 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, seek_preroll) AVCodecContext 1277 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, uint16_t*, chroma_intra_matrix) AVCodecContext 1290 libavcodec/utils.c static int get_bit_rate(AVCodecContext *ctx) AVCodecContext 1313 libavcodec/utils.c int attribute_align_arg ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options) AVCodecContext 1325 libavcodec/utils.c int attribute_align_arg avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options) AVCodecContext 1720 libavcodec/utils.c int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size) AVCodecContext 1784 libavcodec/utils.c static int pad_last_frame(AVCodecContext *s, AVFrame **dst, const AVFrame *src) AVCodecContext 1821 libavcodec/utils.c int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, AVCodecContext 1966 libavcodec/utils.c int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx, AVCodecContext 2050 libavcodec/utils.c int attribute_align_arg avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size, AVCodecContext 2085 libavcodec/utils.c int attribute_align_arg avcodec_encode_video2(AVCodecContext *avctx, AVCodecContext 2171 libavcodec/utils.c int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, AVCodecContext 2195 libavcodec/utils.c static int64_t guess_correct_pts(AVCodecContext *ctx, AVCodecContext 2221 libavcodec/utils.c static int apply_param_change(AVCodecContext *avctx, AVPacket *avpkt) AVCodecContext 2278 libavcodec/utils.c static int add_metadata_from_side_data(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 2336 libavcodec/utils.c int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, AVCodecContext 2430 libavcodec/utils.c int attribute_align_arg avcodec_decode_audio3(AVCodecContext *avctx, int16_t *samples, AVCodecContext 2482 libavcodec/utils.c int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, AVCodecContext 2636 libavcodec/utils.c static int recode_subtitle(AVCodecContext *avctx, AVCodecContext 2713 libavcodec/utils.c int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, AVCodecContext 2826 libavcodec/utils.c av_cold int avcodec_close(AVCodecContext *avctx) AVCodecContext 2993 libavcodec/utils.c void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode) AVCodecContext 3206 libavcodec/utils.c void avcodec_flush_buffers(AVCodecContext *avctx) AVCodecContext 3313 libavcodec/utils.c int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes) AVCodecContext 3491 libavcodec/utils.c int ff_thread_init(AVCodecContext *s) AVCodecContext 3597 libavcodec/utils.c int ff_lock_avcodec(AVCodecContext *log_ctx) AVCodecContext 3679 libavcodec/utils.c enum AVPixelFormat ff_thread_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) AVCodecContext 3684 libavcodec/utils.c int ff_thread_get_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags) AVCodecContext 3690 libavcodec/utils.c void ff_thread_release_buffer(AVCodecContext *avctx, ThreadFrame *f) AVCodecContext 3696 libavcodec/utils.c void ff_thread_finish_setup(AVCodecContext *avctx) AVCodecContext 3708 libavcodec/utils.c int ff_thread_can_start_frame(AVCodecContext *avctx) AVCodecContext 3713 libavcodec/utils.c int ff_alloc_entries(AVCodecContext *avctx, int count) AVCodecContext 3718 libavcodec/utils.c void ff_reset_entries(AVCodecContext *avctx) AVCodecContext 3722 libavcodec/utils.c void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) AVCodecContext 3726 libavcodec/utils.c void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) AVCodecContext 3752 libavcodec/utils.c int avcodec_is_open(AVCodecContext *s) AVCodecContext 3757 libavcodec/utils.c int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf) AVCodecContext 68 libavcodec/utvideo.h AVCodecContext *avctx; AVCodecContext 330 libavcodec/utvideodec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 474 libavcodec/utvideodec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 544 libavcodec/utvideodec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 46 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 533 libavcodec/utvideoenc.c static int utvideo_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 52 libavcodec/v210dec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 71 libavcodec/v210dec.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 85 libavcodec/v210enc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 109 libavcodec/v210enc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 216 libavcodec/v210enc.c static av_cold int encode_close(AVCodecContext *avctx) 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 44 libavcodec/v308enc.c static int v308_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 78 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 39 libavcodec/v408enc.c static int v408_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 83 libavcodec/v408enc.c static av_cold int v408_encode_close(AVCodecContext *avctx) AVCodecContext 28 libavcodec/v410dec.c static av_cold int v410_decode_init(AVCodecContext *avctx) AVCodecContext 45 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 45 libavcodec/v410enc.c static int v410_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 82 libavcodec/v410enc.c static av_cold int v410_encode_close(AVCodecContext *avctx) AVCodecContext 182 libavcodec/vaapi.c void ff_vaapi_common_end_frame(AVCodecContext *avctx) AVCodecContext 203 libavcodec/vaapi.c int ff_vaapi_mpeg_end_frame(AVCodecContext *avctx) AVCodecContext 223 libavcodec/vaapi_h264.c static int vaapi_h264_start_frame(AVCodecContext *avctx, AVCodecContext 291 libavcodec/vaapi_h264.c static int vaapi_h264_end_frame(AVCodecContext *avctx) AVCodecContext 314 libavcodec/vaapi_h264.c static int vaapi_h264_decode_slice(AVCodecContext *avctx, AVCodecContext 45 libavcodec/vaapi_internal.h void ff_vaapi_common_end_frame(AVCodecContext *avctx); AVCodecContext 66 libavcodec/vaapi_internal.h int ff_vaapi_mpeg_end_frame(AVCodecContext *avctx); AVCodecContext 39 libavcodec/vaapi_mpeg2.c static int vaapi_mpeg2_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) AVCodecContext 102 libavcodec/vaapi_mpeg2.c static int vaapi_mpeg2_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) AVCodecContext 43 libavcodec/vaapi_mpeg4.c static int vaapi_mpeg4_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) AVCodecContext 120 libavcodec/vaapi_mpeg4.c static int vaapi_mpeg4_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) AVCodecContext 146 libavcodec/vaapi_vc1.c static int vaapi_vc1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) AVCodecContext 313 libavcodec/vaapi_vc1.c static int vaapi_vc1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) AVCodecContext 43 libavcodec/vb.c AVCodecContext *avctx; AVCodecContext 187 libavcodec/vb.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 244 libavcodec/vb.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 263 libavcodec/vb.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 36 libavcodec/vble.c AVCodecContext *avctx; AVCodecContext 115 libavcodec/vble.c static int vble_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 171 libavcodec/vble.c static av_cold int vble_decode_close(AVCodecContext *avctx) AVCodecContext 179 libavcodec/vble.c static av_cold int vble_decode_init(AVCodecContext *avctx) AVCodecContext 277 libavcodec/vc1.c int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) AVCodecContext 510 libavcodec/vc1.c int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) AVCodecContext 406 libavcodec/vc1.h int ff_vc1_decode_sequence_header(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb); AVCodecContext 408 libavcodec/vc1.h int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb); AVCodecContext 416 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 121 libavcodec/vc1_parser.c AVCodecContext *avctx, AVCodecContext 251 libavcodec/vc1_parser.c static int vc1_split(AVCodecContext *avctx, AVCodecContext 104 libavcodec/vc1dec.c AVCodecContext *avctx = v->s.avctx; AVCodecContext 274 libavcodec/vc1dec.c AVCodecContext *avctx = s->avctx; AVCodecContext 302 libavcodec/vc1dec.c static void vc1_sprite_flush(AVCodecContext *avctx) AVCodecContext 417 libavcodec/vc1dec.c static av_cold int vc1_decode_init(AVCodecContext *avctx) AVCodecContext 572 libavcodec/vc1dec.c av_cold int ff_vc1_decode_end(AVCodecContext *avctx) AVCodecContext 607 libavcodec/vc1dec.c static int vc1_decode_frame(AVCodecContext *avctx, void *data, 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 37 libavcodec/vda.c int av_vda_default_init(AVCodecContext *avctx) AVCodecContext 45 libavcodec/vda.c void av_vda_default_free(AVCodecContext *avctx) AVCodecContext 51 libavcodec/vda.c void ff_vda_default_free(AVCodecContext *avctx) AVCodecContext 64 libavcodec/vda.c int av_vda_default_init(AVCodecContext *avctx) AVCodecContext 69 libavcodec/vda.c void av_vda_default_free(AVCodecContext *ctx) AVCodecContext 199 libavcodec/vda.h int av_vda_default_init(AVCodecContext *avctx); AVCodecContext 207 libavcodec/vda.h void av_vda_default_free(AVCodecContext *avctx); AVCodecContext 92 libavcodec/vda_h264.c static int vda_old_h264_start_frame(AVCodecContext *avctx, AVCodecContext 107 libavcodec/vda_h264.c static int vda_old_h264_decode_slice(AVCodecContext *avctx, AVCodecContext 141 libavcodec/vda_h264.c static int vda_old_h264_end_frame(AVCodecContext *avctx) AVCodecContext 274 libavcodec/vda_h264.c static int vda_h264_uninit(AVCodecContext *avctx) AVCodecContext 303 libavcodec/vda_h264.c AVCodecContext *ctx = opaque; AVCodecContext 318 libavcodec/vda_h264.c static int vda_h264_start_frame(AVCodecContext *avctx, AVCodecContext 329 libavcodec/vda_h264.c static int vda_h264_decode_slice(AVCodecContext *avctx, AVCodecContext 358 libavcodec/vda_h264.c static int vda_h264_end_frame(AVCodecContext *avctx) AVCodecContext 406 libavcodec/vda_h264.c int ff_vda_default_init(AVCodecContext *avctx) AVCodecContext 509 libavcodec/vda_h264.c static int vda_h264_alloc_frame(AVCodecContext *avctx, AVFrame *frame) AVCodecContext 63 libavcodec/vda_h264_dec.c enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt); AVCodecContext 64 libavcodec/vda_h264_dec.c int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags); AVCodecContext 66 libavcodec/vda_h264_dec.c int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic); AVCodecContext 70 libavcodec/vda_h264_dec.c static enum AVPixelFormat get_format(struct AVCodecContext *avctx, AVCodecContext 88 libavcodec/vda_h264_dec.c static int get_buffer2(AVCodecContext *avctx, AVFrame *pic, int flag) AVCodecContext 102 libavcodec/vda_h264_dec.c static inline void set_context(AVCodecContext *avctx) AVCodecContext 117 libavcodec/vda_h264_dec.c static inline void restore_context(AVCodecContext *avctx) AVCodecContext 128 libavcodec/vda_h264_dec.c static int vdadec_decode(AVCodecContext *avctx, AVCodecContext 164 libavcodec/vda_h264_dec.c static av_cold int vdadec_close(AVCodecContext *avctx) AVCodecContext 178 libavcodec/vda_h264_dec.c static av_cold int vdadec_init(AVCodecContext *avctx) AVCodecContext 255 libavcodec/vda_h264_dec.c static void vdadec_flush(AVCodecContext *avctx) AVCodecContext 30 libavcodec/vda_internal.h int ff_vda_default_init(AVCodecContext *avctx); AVCodecContext 31 libavcodec/vda_internal.h void ff_vda_default_free(AVCodecContext *avctx); AVCodecContext 74 libavcodec/vdpau.c int av_vdpau_get_surface_parameters(AVCodecContext *avctx, AVCodecContext 114 libavcodec/vdpau.c int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile, AVCodecContext 228 libavcodec/vdpau.c int ff_vdpau_common_uninit(AVCodecContext *avctx) AVCodecContext 251 libavcodec/vdpau.c static int ff_vdpau_common_reinit(AVCodecContext *avctx) AVCodecContext 276 libavcodec/vdpau.c int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVCodecContext 323 libavcodec/vdpau.c int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx) AVCodecContext 695 libavcodec/vdpau.c int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile) AVCodecContext 747 libavcodec/vdpau.c int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device, AVCodecContext 69 libavcodec/vdpau.h struct AVCodecContext; AVCodecContext 72 libavcodec/vdpau.h typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *, AVCodecContext 169 libavcodec/vdpau.h int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device, AVCodecContext 189 libavcodec/vdpau.h int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, AVCodecContext 210 libavcodec/vdpau.h int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile); AVCodecContext 68 libavcodec/vdpau_h264.c static void vdpau_h264_set_reference_frames(AVCodecContext *avctx) AVCodecContext 119 libavcodec/vdpau_h264.c static int vdpau_h264_start_frame(AVCodecContext *avctx, AVCodecContext 178 libavcodec/vdpau_h264.c static int vdpau_h264_decode_slice(AVCodecContext *avctx, AVCodecContext 198 libavcodec/vdpau_h264.c static int vdpau_h264_end_frame(AVCodecContext *avctx) AVCodecContext 213 libavcodec/vdpau_h264.c static int vdpau_h264_init(AVCodecContext *avctx) AVCodecContext 114 libavcodec/vdpau_internal.h int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile, AVCodecContext 118 libavcodec/vdpau_internal.h int ff_vdpau_common_uninit(AVCodecContext *avctx); AVCodecContext 122 libavcodec/vdpau_internal.h int ff_vdpau_common_end_frame(AVCodecContext *avctx, AVFrame *frame, AVCodecContext 124 libavcodec/vdpau_internal.h int ff_vdpau_mpeg_end_frame(AVCodecContext *avctx); AVCodecContext 31 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg_start_frame(AVCodecContext *avctx, AVCodecContext 82 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg_decode_slice(AVCodecContext *avctx, AVCodecContext 99 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg1_init(AVCodecContext *avctx) AVCodecContext 121 libavcodec/vdpau_mpeg12.c static int vdpau_mpeg2_init(AVCodecContext *avctx) AVCodecContext 31 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_start_frame(AVCodecContext *avctx, AVCodecContext 84 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_decode_slice(av_unused AVCodecContext *avctx, AVCodecContext 92 libavcodec/vdpau_mpeg4.c static int vdpau_h263_init(AVCodecContext *avctx) AVCodecContext 114 libavcodec/vdpau_mpeg4.c static int vdpau_mpeg4_init(AVCodecContext *avctx) AVCodecContext 31 libavcodec/vdpau_vc1.c static int vdpau_vc1_start_frame(AVCodecContext *avctx, AVCodecContext 99 libavcodec/vdpau_vc1.c static int vdpau_vc1_decode_slice(AVCodecContext *avctx, AVCodecContext 116 libavcodec/vdpau_vc1.c static int vdpau_vc1_init(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 132 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 319 libavcodec/vmnc.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 523 libavcodec/vmnc.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 555 libavcodec/vmnc.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 129 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 300 libavcodec/vorbis_parser.c int avpriv_vorbis_parse_extradata(AVCodecContext *avctx, AVVorbisParseContext *s) AVCodecContext 326 libavcodec/vorbis_parser.c static int vorbis_parse(AVCodecParserContext *s1, AVCodecContext *avctx, AVCodecContext 53 libavcodec/vorbis_parser_internal.h int avpriv_vorbis_parse_extradata(AVCodecContext *avctx, AVVorbisParseContext *s); AVCodecContext 126 libavcodec/vorbisdec.c AVCodecContext *avctx; AVCodecContext 1020 libavcodec/vorbisdec.c static av_cold int vorbis_decode_init(AVCodecContext *avctx) AVCodecContext 1732 libavcodec/vorbisdec.c static int vorbis_decode_frame(AVCodecContext *avctx, void *data, AVCodecContext 1822 libavcodec/vorbisdec.c static av_cold int vorbis_decode_close(AVCodecContext *avctx) AVCodecContext 1831 libavcodec/vorbisdec.c static av_cold void vorbis_decode_flush(AVCodecContext *avctx) AVCodecContext 240 libavcodec/vorbisenc.c AVCodecContext *avctx) AVCodecContext 1021 libavcodec/vorbisenc.c static int vorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 1108 libavcodec/vorbisenc.c static av_cold int vorbis_encode_close(AVCodecContext *avctx) AVCodecContext 1167 libavcodec/vorbisenc.c static av_cold int vorbis_encode_init(AVCodecContext *avctx) AVCodecContext 80 libavcodec/vp3.c static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb); AVCodecContext 81 libavcodec/vp3.c static int theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb); AVCodecContext 133 libavcodec/vp3.c AVCodecContext *avctx; AVCodecContext 268 libavcodec/vp3.c static av_cold void free_tables(AVCodecContext *avctx) AVCodecContext 282 libavcodec/vp3.c static void vp3_decode_flush(AVCodecContext *avctx) AVCodecContext 294 libavcodec/vp3.c static av_cold int vp3_decode_end(AVCodecContext *avctx) AVCodecContext 1663 libavcodec/vp3.c static av_cold int allocate_tables(AVCodecContext *avctx) AVCodecContext 1716 libavcodec/vp3.c static av_cold int vp3_decode_init(AVCodecContext *avctx) AVCodecContext 1894 libavcodec/vp3.c static int update_frames(AVCodecContext *avctx) AVCodecContext 1933 libavcodec/vp3.c static int vp3_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodecContext 1991 libavcodec/vp3.c static int vp3_decode_frame(AVCodecContext *avctx, AVCodecContext 2188 libavcodec/vp3.c static int read_huffman_tree(AVCodecContext *avctx, GetBitContext *gb) AVCodecContext 2222 libavcodec/vp3.c static int vp3_init_thread_copy(AVCodecContext *avctx) AVCodecContext 2244 libavcodec/vp3.c static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb) AVCodecContext 2359 libavcodec/vp3.c static int theora_decode_tables(AVCodecContext *avctx, GetBitContext *gb) AVCodecContext 2468 libavcodec/vp3.c static av_cold int theora_decode_init(AVCodecContext *avctx) AVCodecContext 24 libavcodec/vp3_parser.c AVCodecContext *avctx, AVCodecContext 266 libavcodec/vp5.c static av_cold int vp5_decode_init(AVCodecContext *avctx) AVCodecContext 458 libavcodec/vp56.c AVCodecContext *avctx = s->avctx; AVCodecContext 497 libavcodec/vp56.c static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *, int, int); AVCodecContext 499 libavcodec/vp56.c int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 581 libavcodec/vp56.c static int ff_vp56_decode_mbs(AVCodecContext *avctx, void *data, AVCodecContext 683 libavcodec/vp56.c av_cold int ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha) AVCodecContext 689 libavcodec/vp56.c av_cold int ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s, AVCodecContext 743 libavcodec/vp56.c av_cold int ff_vp56_free(AVCodecContext *avctx) AVCodecContext 122 libavcodec/vp56.h AVCodecContext *avctx; AVCodecContext 209 libavcodec/vp56.h int ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha); AVCodecContext 210 libavcodec/vp56.h int ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s, AVCodecContext 212 libavcodec/vp56.h int ff_vp56_free(AVCodecContext *avctx); AVCodecContext 215 libavcodec/vp56.h int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 609 libavcodec/vp6.c static av_cold int vp6_decode_init(AVCodecContext *avctx) AVCodecContext 644 libavcodec/vp6.c static av_cold int vp6_decode_free(AVCodecContext *avctx) AVCodecContext 106 libavcodec/vp8.c static void vp8_decode_flush_impl(AVCodecContext *avctx, int free_mem) AVCodecContext 119 libavcodec/vp8.c static void vp8_decode_flush(AVCodecContext *avctx) AVCodecContext 151 libavcodec/vp8.c AVCodecContext *avctx = s->avctx; AVCodecContext 2182 libavcodec/vp8.c void vp78_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *curframe, AVCodecContext 2214 libavcodec/vp8.c static void vp7_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, AVCodecContext 2220 libavcodec/vp8.c static void vp8_decode_mv_mb_modes(AVCodecContext *avctx, VP8Frame *cur_frame, AVCodecContext 2266 libavcodec/vp8.c static av_always_inline void decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, AVCodecContext 2387 libavcodec/vp8.c static void vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, AVCodecContext 2393 libavcodec/vp8.c static void vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, AVCodecContext 2399 libavcodec/vp8.c static av_always_inline void filter_mb_row(AVCodecContext *avctx, void *tdata, AVCodecContext 2458 libavcodec/vp8.c static void vp7_filter_mb_row(AVCodecContext *avctx, void *tdata, AVCodecContext 2464 libavcodec/vp8.c static void vp8_filter_mb_row(AVCodecContext *avctx, void *tdata, AVCodecContext 2471 libavcodec/vp8.c int vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, AVCodecContext 2500 libavcodec/vp8.c static int vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, AVCodecContext 2506 libavcodec/vp8.c static int vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, AVCodecContext 2514 libavcodec/vp8.c int vp78_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 2671 libavcodec/vp8.c int ff_vp8_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 2678 libavcodec/vp8.c static int vp7_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 2685 libavcodec/vp8.c av_cold int ff_vp8_decode_free(AVCodecContext *avctx) AVCodecContext 2709 libavcodec/vp8.c int vp78_decode_init(AVCodecContext *avctx, int is_vp7) AVCodecContext 2746 libavcodec/vp8.c static int vp7_decode_init(AVCodecContext *avctx) AVCodecContext 2752 libavcodec/vp8.c av_cold int ff_vp8_decode_init(AVCodecContext *avctx) AVCodecContext 2758 libavcodec/vp8.c static av_cold int vp8_decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 2775 libavcodec/vp8.c static int vp8_decode_update_thread_context(AVCodecContext *dst, AVCodecContext 2776 libavcodec/vp8.c const AVCodecContext *src) AVCodecContext 140 libavcodec/vp8.h AVCodecContext *avctx; AVCodecContext 280 libavcodec/vp8.h void (*decode_mb_row_no_filter)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr); AVCodecContext 281 libavcodec/vp8.h void (*filter_mb_row)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr); AVCodecContext 306 libavcodec/vp8.h int ff_vp8_decode_init(AVCodecContext *avctx); AVCodecContext 308 libavcodec/vp8.h int ff_vp8_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 311 libavcodec/vp8.h int ff_vp8_decode_free(AVCodecContext *avctx); AVCodecContext 24 libavcodec/vp8_parser.c AVCodecContext *avctx, AVCodecContext 264 libavcodec/vp9.c static int vp9_alloc_frame(AVCodecContext *ctx, VP9Frame *f) AVCodecContext 290 libavcodec/vp9.c static void vp9_unref_frame(AVCodecContext *ctx, VP9Frame *f) AVCodecContext 296 libavcodec/vp9.c static int vp9_ref_frame(AVCodecContext *ctx, VP9Frame *dst, VP9Frame *src) AVCodecContext 313 libavcodec/vp9.c static int update_size(AVCodecContext *ctx, int w, int h) AVCodecContext 361 libavcodec/vp9.c static int update_block_buffers(AVCodecContext *ctx) AVCodecContext 468 libavcodec/vp9.c static int decode_frame_header(AVCodecContext *ctx, AVCodecContext 1319 libavcodec/vp9.c static void decode_mode(AVCodecContext *ctx) AVCodecContext 2158 libavcodec/vp9.c static void decode_coeffs(AVCodecContext *ctx) AVCodecContext 2470 libavcodec/vp9.c static void intra_recon(AVCodecContext *ctx, ptrdiff_t y_off, ptrdiff_t uv_off) AVCodecContext 2616 libavcodec/vp9.c static void inter_recon(AVCodecContext *ctx) AVCodecContext 2942 libavcodec/vp9.c static void decode_b(AVCodecContext *ctx, int row, int col, AVCodecContext 3113 libavcodec/vp9.c static void decode_sb(AVCodecContext *ctx, int row, int col, struct VP9Filter *lflvl, AVCodecContext 3188 libavcodec/vp9.c static void decode_sb_mem(AVCodecContext *ctx, int row, int col, struct VP9Filter *lflvl, AVCodecContext 3235 libavcodec/vp9.c static void loopfilter_sb(AVCodecContext *ctx, struct VP9Filter *lflvl, AVCodecContext 3727 libavcodec/vp9.c static av_cold int vp9_decode_free(AVCodecContext *ctx) AVCodecContext 3753 libavcodec/vp9.c static int vp9_decode_frame(AVCodecContext *ctx, void *frame, AVCodecContext 4000 libavcodec/vp9.c static void vp9_decode_flush(AVCodecContext *ctx) AVCodecContext 4011 libavcodec/vp9.c static int init_frames(AVCodecContext *ctx) AVCodecContext 4037 libavcodec/vp9.c static av_cold int vp9_decode_init(AVCodecContext *ctx) AVCodecContext 4050 libavcodec/vp9.c static av_cold int vp9_decode_init_thread_copy(AVCodecContext *avctx) AVCodecContext 4055 libavcodec/vp9.c static int vp9_decode_update_thread_context(AVCodecContext *dst, const AVCodecContext *src) AVCodecContext 53 libavcodec/vp9_parser.c AVCodecContext *avctx, AVCodecContext 96 libavcodec/vqavideo.c AVCodecContext *avctx; AVCodecContext 121 libavcodec/vqavideo.c static av_cold int vqa_decode_init(AVCodecContext *avctx) AVCodecContext 602 libavcodec/vqavideo.c static int vqa_decode_frame(AVCodecContext *avctx, AVCodecContext 627 libavcodec/vqavideo.c static av_cold int vqa_decode_end(AVCodecContext *avctx) AVCodecContext 46 libavcodec/wavpack.c AVCodecContext *avctx; AVCodecContext 76 libavcodec/wavpack.c AVCodecContext *avctx; AVCodecContext 592 libavcodec/wavpack.c static int init_thread_copy(AVCodecContext *avctx) AVCodecContext 599 libavcodec/wavpack.c static av_cold int wavpack_decode_init(AVCodecContext *avctx) AVCodecContext 610 libavcodec/wavpack.c static av_cold int wavpack_decode_end(AVCodecContext *avctx) AVCodecContext 622 libavcodec/wavpack.c static int wavpack_decode_block(AVCodecContext *avctx, int block_no, AVCodecContext 1030 libavcodec/wavpack.c static void wavpack_decode_flush(AVCodecContext *avctx) AVCodecContext 1039 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 2865 libavcodec/wavpackenc.c static int wavpack_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 2925 libavcodec/wavpackenc.c static av_cold int wavpack_encode_close(AVCodecContext *avctx) AVCodecContext 191 libavcodec/webp.c AVCodecContext *avctx; /* parent AVCodecContext */ AVCodecContext 1102 libavcodec/webp.c static int vp8_lossless_decode_frame(AVCodecContext *avctx, AVFrame *p, AVCodecContext 1266 libavcodec/webp.c static int vp8_lossy_decode_alpha(AVCodecContext *avctx, AVFrame *p, AVCodecContext 1319 libavcodec/webp.c static int vp8_lossy_decode_frame(AVCodecContext *avctx, AVFrame *p, AVCodecContext 1354 libavcodec/webp.c static int webp_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVCodecContext 1524 libavcodec/webp.c static av_cold int webp_decode_close(AVCodecContext *avctx) AVCodecContext 73 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 193 libavcodec/webvttenc.c static int webvtt_encode_close(AVCodecContext *avctx) AVCodecContext 201 libavcodec/webvttenc.c static av_cold int webvtt_encode_init(AVCodecContext *avctx) AVCodecContext 80 libavcodec/wma.c av_cold int ff_wma_init(AVCodecContext *avctx, int flags2) AVCodecContext 377 libavcodec/wma.c int ff_wma_end(AVCodecContext *avctx) AVCodecContext 437 libavcodec/wma.c int ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 68 libavcodec/wma.h AVCodecContext *avctx; AVCodecContext 147 libavcodec/wma.h int ff_wma_init(AVCodecContext *avctx, int flags2); AVCodecContext 149 libavcodec/wma.h int ff_wma_end(AVCodecContext *avctx); AVCodecContext 151 libavcodec/wma.h int ff_wma_run_level_decode(AVCodecContext *avctx, GetBitContext *gb, AVCodecContext 69 libavcodec/wmadec.c static av_cold int wma_decode_init(AVCodecContext *avctx) AVCodecContext 806 libavcodec/wmadec.c static int wma_decode_superframe(AVCodecContext *avctx, void *data, AVCodecContext 961 libavcodec/wmadec.c static av_cold void flush(AVCodecContext *avctx) AVCodecContext 30 libavcodec/wmaenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 100 libavcodec/wmaenc.c static void apply_window_and_mdct(AVCodecContext *avctx, const AVFrame *frame) AVCodecContext 357 libavcodec/wmaenc.c static int encode_superframe(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 72 libavcodec/wmalosslessdec.c AVCodecContext *avctx; AVCodecContext 181 libavcodec/wmalosslessdec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1154 libavcodec/wmalosslessdec.c static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVCodecContext 1269 libavcodec/wmalosslessdec.c static void flush(AVCodecContext *avctx) AVCodecContext 1282 libavcodec/wmalosslessdec.c static av_cold int decode_close(AVCodecContext *avctx) AVCodecContext 173 libavcodec/wmaprodec.c AVCodecContext* avctx; ///< codec context for av_log AVCodecContext 258 libavcodec/wmaprodec.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 276 libavcodec/wmaprodec.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 1332 libavcodec/wmaprodec.c AVCodecContext *avctx = s->avctx; AVCodecContext 1526 libavcodec/wmaprodec.c static int decode_packet(AVCodecContext *avctx, void *data, AVCodecContext 1644 libavcodec/wmaprodec.c static void flush(AVCodecContext *avctx) AVCodecContext 343 libavcodec/wmavoice.c static av_cold int wmavoice_decode_init(AVCodecContext *ctx) AVCodecContext 1451 libavcodec/wmavoice.c static int synth_frame(AVCodecContext *ctx, GetBitContext *gb, int frame_idx, AVCodecContext 1750 libavcodec/wmavoice.c static int synth_superframe(AVCodecContext *ctx, AVFrame *frame, AVCodecContext 1946 libavcodec/wmavoice.c static int wmavoice_decode_packet(AVCodecContext *ctx, void *data, AVCodecContext 2021 libavcodec/wmavoice.c static av_cold int wmavoice_decode_end(AVCodecContext *ctx) AVCodecContext 2035 libavcodec/wmavoice.c static av_cold void wmavoice_flush(AVCodecContext *ctx) AVCodecContext 450 libavcodec/wmv2dec.c static av_cold int wmv2_decode_init(AVCodecContext *avctx) AVCodecContext 467 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 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 36 libavcodec/x86/blockdsp_init.c AVCodecContext *avctx) AVCodecContext 516 libavcodec/x86/cavsdsp.c AVCodecContext *avctx) AVCodecContext 557 libavcodec/x86/cavsdsp.c AVCodecContext *avctx) AVCodecContext 566 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 42 libavcodec/x86/fmtconvert_init.c av_cold void ff_fmt_convert_init_x86(FmtConvertContext *c, AVCodecContext *avctx) AVCodecContext 61 libavcodec/x86/idctdsp_init.c av_cold void ff_idctdsp_init_x86(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 35 libavcodec/x86/lossless_videodsp_init.c void ff_llviddsp_init_x86(LLVidDSPContext *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 35 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_video(AVCodecContext *avctx, AVCodecContext 75 libavcodec/x86/w64xmmtest.c wrap(avcodec_encode_subtitle(AVCodecContext *avctx, AVCodecContext 82 libavcodec/x86/w64xmmtest.c wrap(avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, AVCodecContext 29 libavcodec/x86/xvididct_init.c av_cold void ff_xvid_idct_init_x86(IDCTDSPContext *c, AVCodecContext *avctx, AVCodecContext 54 libavcodec/xan.c AVCodecContext *avctx; AVCodecContext 74 libavcodec/xan.c static av_cold int xan_decode_end(AVCodecContext *avctx) AVCodecContext 87 libavcodec/xan.c static av_cold int xan_decode_init(AVCodecContext *avctx) AVCodecContext 540 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 127 libavcodec/xfaceenc.c static av_cold int xface_encode_init(AVCodecContext *avctx) AVCodecContext 146 libavcodec/xfaceenc.c static int xface_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 224 libavcodec/xfaceenc.c static av_cold int xface_encode_close(AVCodecContext *avctx) 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 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 *data_size, AVCodecContext 113 libavcodec/xsubenc.c static int xsub_encode(AVCodecContext *avctx, unsigned char *buf, AVCodecContext 204 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 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 32 libavcodec/xxan.c AVCodecContext *avctx; AVCodecContext 41 libavcodec/xxan.c static av_cold int xan_decode_end(AVCodecContext *avctx) AVCodecContext 53 libavcodec/xxan.c static av_cold int xan_decode_init(AVCodecContext *avctx) AVCodecContext 184 libavcodec/xxan.c static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) AVCodecContext 282 libavcodec/xxan.c static int xan_decode_frame_type0(AVCodecContext *avctx) AVCodecContext 361 libavcodec/xxan.c static int xan_decode_frame_type1(AVCodecContext *avctx) AVCodecContext 406 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 44 libavcodec/y41penc.c static int y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 85 libavcodec/y41penc.c static av_cold int y41p_encode_close(AVCodecContext *avctx) AVCodecContext 33 libavcodec/yop.c AVCodecContext *avctx; AVCodecContext 82 libavcodec/yop.c static av_cold int yop_decode_close(AVCodecContext *avctx) AVCodecContext 91 libavcodec/yop.c static av_cold int yop_decode_init(AVCodecContext *avctx) AVCodecContext 191 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 38 libavcodec/yuv4enc.c static int yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 75 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 57 libavcodec/zmbv.c AVCodecContext *avctx; AVCodecContext 402 libavcodec/zmbv.c static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) AVCodecContext 577 libavcodec/zmbv.c static av_cold int decode_init(AVCodecContext *avctx) AVCodecContext 615 libavcodec/zmbv.c static av_cold int decode_end(AVCodecContext *avctx) AVCodecContext 46 libavcodec/zmbvenc.c AVCodecContext *avctx; AVCodecContext 119 libavcodec/zmbvenc.c static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, AVCodecContext 252 libavcodec/zmbvenc.c static av_cold int encode_end(AVCodecContext *avctx) AVCodecContext 270 libavcodec/zmbvenc.c static av_cold int encode_init(AVCodecContext *avctx) AVCodecContext 95 libavdevice/caca.c AVCodecContext *encctx = st->codec; AVCodecContext 219 libavdevice/decklink_dec.cpp AVCodecContext *c; AVCodecContext 288 libavdevice/decklink_dec.cpp AVCodecContext *c; AVCodecContext 95 libavdevice/decklink_enc.cpp AVCodecContext *c = st->codec; AVCodecContext 145 libavdevice/decklink_enc.cpp AVCodecContext *c = st->codec; AVCodecContext 386 libavdevice/decklink_enc.cpp AVCodecContext *c = st->codec; AVCodecContext 834 libavdevice/dshow.c AVCodecContext *codec; AVCodecContext 108 libavdevice/fbdev_enc.c AVCodecContext *codec_ctx = h->streams[0]->codec; AVCodecContext 131 libavdevice/openal-dec.c AVCodecContext *codec = NULL; AVCodecContext 681 libavdevice/opengl_enc.c AVCodecContext *encctx = st->codec; AVCodecContext 639 libavdevice/pulse_audio_enc.c AVCodecContext *codec_ctx = st->codec; AVCodecContext 96 libavdevice/sdl.c AVCodecContext *encctx = st->codec; AVCodecContext 139 libavdevice/sdl.c AVCodecContext *encctx = st->codec; AVCodecContext 236 libavdevice/sdl.c AVCodecContext *encctx = st->codec; AVCodecContext 317 libavdevice/sdl.c AVCodecContext *encctx = s->streams[0]->codec; AVCodecContext 36 libavdevice/v4l2enc.c AVCodecContext *enc_ctx; AVCodecContext 241 libavdevice/vfwcap.c AVCodecContext *codec; AVCodecContext 112 libavdevice/xv.c AVCodecContext *encctx = s->streams[0]->codec; AVCodecContext 231 libavdevice/xv.c AVCodecContext *encctx = st->codec; AVCodecContext 324 libavdevice/xv.c AVCodecContext *ctx = s->streams[0]->codec; AVCodecContext 31 libavfilter/lavfutils.c AVCodecContext *codec_ctx; AVCodecContext 169 libavfilter/src_movie.c AVCodecContext *dec_ctx = st->st->codec; AVCodecContext 340 libavfilter/src_movie.c AVCodecContext *c = st->st->codec; AVCodecContext 369 libavfilter/src_movie.c AVCodecContext *c = st->st->codec; AVCodecContext 75 libavfilter/vf_mcdeint.c AVCodecContext *enc_ctx; AVCodecContext 104 libavfilter/vf_mcdeint.c AVCodecContext *enc_ctx; AVCodecContext 41 libavfilter/vf_spp.h AVCodecContext *avctx; AVCodecContext 299 libavfilter/vf_subtitles.c AVCodecContext *dec_ctx = NULL; AVCodecContext 51 libavfilter/vf_uspp.c AVCodecContext *avctx_enc[BLOCK*BLOCK]; AVCodecContext 337 libavfilter/vf_uspp.c AVCodecContext *avctx_enc; AVCodecContext 29 libavformat/a64.c AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 100 libavformat/adtsenc.c AVCodecContext *avc = s->streams[0]->codec; AVCodecContext 40 libavformat/adxdec.c AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 72 libavformat/adxdec.c AVCodecContext *avctx; AVCodecContext 98 libavformat/aiffdec.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 105 libavformat/aiffenc.c AVCodecContext *enc; AVCodecContext 259 libavformat/aiffenc.c AVCodecContext *enc = s->streams[aiff->audio_stream_idx]->codec; AVCodecContext 45 libavformat/amr.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 115 libavformat/amr.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 125 libavformat/apngdec.c static int append_extradata(AVCodecContext *s, AVIOContext *pb, int len) AVCodecContext 354 libavformat/asfenc.c AVCodecContext *enc; AVCodecContext 912 libavformat/asfenc.c AVCodecContext *codec; AVCodecContext 48 libavformat/assenc.c AVCodecContext *avctx= s->streams[0]->codec; AVCodecContext 51 libavformat/astenc.c AVCodecContext *enc; AVCodecContext 113 libavformat/astenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 136 libavformat/astenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 171 libavformat/au.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 806 libavformat/avformat.h AVCodecContext *codec; AVCodecContext 132 libavformat/avienc.c AVCodecContext *stream; AVCodecContext 164 libavformat/avienc.c AVCodecContext *video_enc; AVCodecContext 193 libavformat/avienc.c AVCodecContext *codec = s->streams[n]->codec; AVCodecContext 235 libavformat/avienc.c AVCodecContext *enc = st->codec; AVCodecContext 588 libavformat/avienc.c AVCodecContext *enc = s->streams[stream_index]->codec; AVCodecContext 620 libavformat/avienc.c AVCodecContext *enc = s->streams[stream_index]->codec; AVCodecContext 719 libavformat/avienc.c AVCodecContext *stream = s->streams[n]->codec; AVCodecContext 77 libavformat/bintext.c static void calculate_height(AVCodecContext *avctx, uint64_t fsize) AVCodecContext 122 libavformat/bintext.c static void predict_width(AVCodecContext *avctx, uint64_t fsize, int got_width) AVCodecContext 120 libavformat/bit.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 242 libavformat/brstm.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 105 libavformat/cafenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 250 libavformat/cafenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 107 libavformat/dashenc.c static void set_codec_str(AVFormatContext *s, AVCodecContext *codec, AVCodecContext 740 libavformat/dashenc.c AVCodecContext *codec) AVCodecContext 26 libavformat/daudenc.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 285 libavformat/dv.c AVCodecContext *avctx; AVCodecContext 267 libavformat/ffmdec.c AVCodecContext *codec; AVCodecContext 469 libavformat/ffmdec.c AVCodecContext *codec; AVCodecContext 98 libavformat/ffmenc.c static int ffm_write_header_codec_private_ctx(AVFormatContext *s, AVCodecContext *ctx, int type) AVCodecContext 127 libavformat/ffmenc.c static int ffm_write_header_codec_ctx(AVIOContext *pb, AVCodecContext *ctx, unsigned tag, int type) AVCodecContext 167 libavformat/ffmenc.c static int ffm_write_recommended_config(AVIOContext *pb, AVCodecContext *ctx, unsigned tag, AVCodecContext 227 libavformat/ffmenc.c AVCodecContext *codec; AVCodecContext 79 libavformat/flacenc.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 103 libavformat/flvdec.c static int flv_same_audio_codec(AVCodecContext *acodec, int flags) AVCodecContext 155 libavformat/flvdec.c AVCodecContext *acodec, int flv_codecid) AVCodecContext 214 libavformat/flvdec.c static int flv_same_video_codec(AVCodecContext *vcodec, int flags) AVCodecContext 242 libavformat/flvdec.c AVCodecContext *vcodec = vstream->codec; AVCodecContext 389 libavformat/flvdec.c AVCodecContext *acodec, *vcodec; AVCodecContext 945 libavformat/flvdec.c AVCodecContext ctx = {0}; AVCodecContext 67 libavformat/flvenc.c AVCodecContext *audio_enc; AVCodecContext 68 libavformat/flvenc.c AVCodecContext *video_enc; AVCodecContext 70 libavformat/flvenc.c AVCodecContext *data_enc; AVCodecContext 77 libavformat/flvenc.c static int get_audio_flags(AVFormatContext *s, AVCodecContext *enc) AVCodecContext 347 libavformat/flvenc.c AVCodecContext *enc = s->streams[i]->codec; AVCodecContext 442 libavformat/flvenc.c AVCodecContext *enc = s->streams[i]->codec; AVCodecContext 483 libavformat/flvenc.c AVCodecContext *enc = s->streams[i]->codec; AVCodecContext 509 libavformat/flvenc.c AVCodecContext *enc = s->streams[pkt->stream_index]->codec; AVCodecContext 34 libavformat/framecrcenc.c AVCodecContext *avctx = st->codec; AVCodecContext 77 libavformat/frmdec.c AVCodecContext *stc = avctx->streams[0]->codec; AVCodecContext 53 libavformat/gif.c static int gif_image_write_header(AVIOContext *pb, const AVCodecContext *avctx, AVCodecContext 115 libavformat/gif.c AVCodecContext *video_enc; AVCodecContext 186 libavformat/gif.c const AVCodecContext *video_enc = s->streams[0]->codec; AVCodecContext 45 libavformat/icoenc.c static int ico_check_attributes(AVFormatContext *s, const AVCodecContext *c) AVCodecContext 119 libavformat/icoenc.c AVCodecContext *c = s->streams[pkt->stream_index]->codec; AVCodecContext 32 libavformat/idroqenc.c AVCodecContext *avctx; AVCodecContext 31 libavformat/ilbc.c AVCodecContext *enc; AVCodecContext 105 libavformat/ilbc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 368 libavformat/img2dec.c AVCodecContext *codec = s1->streams[0]->codec; AVCodecContext 78 libavformat/img2enc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec; AVCodecContext 449 libavformat/internal.h int ff_alloc_extradata(AVCodecContext *avctx, int size); AVCodecContext 458 libavformat/internal.h int ff_get_extradata(AVCodecContext *avctx, AVIOContext *pb, int size); AVCodecContext 31 libavformat/ircamenc.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 530 libavformat/isom.c AVCodecContext *codec= st->codec; AVCodecContext 25 libavformat/ivfenc.c AVCodecContext *ctx; AVCodecContext 24 libavformat/jacosubenc.c const AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 87 libavformat/latmenc.c AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 102 libavformat/latmenc.c AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 78 libavformat/libnut.c AVCodecContext * codec = avf->streams[i]->codec; AVCodecContext 494 libavformat/matroskaenc.c static int put_xiph_codecpriv(AVFormatContext *s, AVIOContext *pb, AVCodecContext *codec) AVCodecContext 522 libavformat/matroskaenc.c static int put_wv_codecpriv(AVIOContext *pb, AVCodecContext *codec) AVCodecContext 532 libavformat/matroskaenc.c AVIOContext *pb, AVCodecContext *codec) AVCodecContext 575 libavformat/matroskaenc.c static int get_aac_sample_rates(AVFormatContext *s, AVCodecContext *codec, AVCodecContext 593 libavformat/matroskaenc.c AVCodecContext *codec, AVCodecContext 632 libavformat/matroskaenc.c AVCodecContext *codec, int native_id, AVCodecContext 803 libavformat/matroskaenc.c AVCodecContext *codec = st->codec; AVCodecContext 1532 libavformat/matroskaenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec; AVCodecContext 1698 libavformat/matroskaenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec; AVCodecContext 28 libavformat/microdvdenc.c AVCodecContext *avctx = s->streams[0]->codec; AVCodecContext 1082 libavformat/mov.c static int mov_realloc_extradata(AVCodecContext *codec, MOVAtom atom) AVCodecContext 1098 libavformat/mov.c AVCodecContext *codec, uint8_t *buf) AVCodecContext 1178 libavformat/mov.c AVCodecContext *avctx = c->fc->streams[c->fc->nb_streams-1]->codec; AVCodecContext 1190 libavformat/mov.c AVCodecContext *codec = c->fc->streams[c->fc->nb_streams-1]->codec; AVCodecContext 1211 libavformat/mov.c AVCodecContext *codec = c->fc->streams[c->fc->nb_streams-1]->codec; AVCodecContext 3877 libavformat/movenc.c AVCodecContext *video_codec = s->streams[0]->codec; AVCodecContext 3878 libavformat/movenc.c AVCodecContext *audio_codec = s->streams[1]->codec; AVCodecContext 4181 libavformat/movenc.c AVCodecContext *enc = trk->enc; AVCodecContext 4415 libavformat/movenc.c AVCodecContext *enc = trk->enc; AVCodecContext 103 libavformat/movenc.h AVCodecContext *enc; AVCodecContext 64 libavformat/mp3dec.c AVCodecContext *avctx = avcodec_alloc_context3(NULL); AVCodecContext 132 libavformat/mp3enc.c AVCodecContext *codec = s->streams[mp3->audio_stream_idx]->codec; AVCodecContext 76 libavformat/msnwc_tcp.c AVCodecContext *codec; AVCodecContext 210 libavformat/mux.c AVCodecContext *codec = NULL; AVCodecContext 2780 libavformat/mxfdec.c static int mxf_set_audio_pts(MXFContext *mxf, AVCodecContext *codec, AVCodecContext 2822 libavformat/mxfdec.c AVCodecContext *codec; AVCodecContext 1718 libavformat/mxfenc.c static const UID *mxf_get_mpeg2_codec_ul(AVCodecContext *avctx) AVCodecContext 38 libavformat/nutenc.c static int find_expected_header(AVCodecContext *c, int size, int key_frame, AVCodecContext 105 libavformat/nutenc.c static int find_header_idx(AVFormatContext *s, AVCodecContext *c, int size, int frame_type) AVCodecContext 170 libavformat/nutenc.c AVCodecContext *codec = s->streams[stream_id]->codec; AVCodecContext 421 libavformat/nutenc.c AVCodecContext *codec = st->codec; AVCodecContext 309 libavformat/oggenc.c static int ogg_build_flac_headers(AVCodecContext *avctx, AVCodecContext 347 libavformat/oggenc.c static int ogg_build_speex_headers(AVCodecContext *avctx, AVCodecContext 376 libavformat/oggenc.c static int ogg_build_opus_headers(AVCodecContext *avctx, AVCodecContext 33 libavformat/omaenc.c AVCodecContext *format; AVCodecContext 58 libavformat/redspark.c AVCodecContext *codec; AVCodecContext 141 libavformat/redspark.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 48 libavformat/riff.h void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf, int ignore_extradata); AVCodecContext 62 libavformat/riff.h int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc, int flags); AVCodecContext 65 libavformat/riff.h int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size, int big_endian); AVCodecContext 59 libavformat/riffdec.c static void parse_waveformatex(AVIOContext *pb, AVCodecContext *c) AVCodecContext 84 libavformat/riffdec.c int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size, int big_endian) AVCodecContext 54 libavformat/riffenc.c int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc, int flags) AVCodecContext 205 libavformat/riffenc.c void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, AVCodecContext 240 libavformat/riffenc.c AVCodecContext *codec = st->codec; AVCodecContext 89 libavformat/rmdec.c static int rm_read_extradata(AVIOContext *pb, AVCodecContext *avctx, unsigned size) AVCodecContext 36 libavformat/rmenc.c AVCodecContext *enc; AVCodecContext 314 libavformat/rmenc.c AVCodecContext *codec; AVCodecContext 59 libavformat/rsd.c AVCodecContext *codec; AVCodecContext 137 libavformat/rsd.c AVCodecContext *codec = s->streams[0]->codec; AVCodecContext 31 libavformat/rsoenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 71 libavformat/rtp.c int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type) AVCodecContext 91 libavformat/rtp.c AVCodecContext *codec, int idx) AVCodecContext 39 libavformat/rtp.h int ff_rtp_get_payload_type(AVFormatContext *fmt, AVCodecContext *codec, AVCodecContext 54 libavformat/rtp.h int ff_rtp_get_codec_info(AVCodecContext *codec, int payload_type); AVCodecContext 48 libavformat/rtpdec_formats.h void ff_h264_parse_framesize(AVCodecContext *codec, const char *p); AVCodecContext 30 libavformat/rtpdec_g726.c AVCodecContext *codec = stream->codec; \ AVCodecContext 149 libavformat/rtpdec_h264.c AVCodecContext *codec = stream->codec; AVCodecContext 180 libavformat/rtpdec_h264.c void ff_h264_parse_framesize(AVCodecContext *codec, const char *p) AVCodecContext 135 libavformat/rtpdec_hevc.c AVCodecContext *codec; AVCodecContext 100 libavformat/rtpdec_mpeg4.c static int parse_fmtp_config(AVCodecContext *codec, const char *value) AVCodecContext 277 libavformat/rtpdec_mpeg4.c AVCodecContext *codec = stream->codec; AVCodecContext 227 libavformat/rtpdec_xiph.c AVCodecContext * codec, PayloadContext * xiph_data) AVCodecContext 290 libavformat/rtpdec_xiph.c AVCodecContext *codec = stream->codec; AVCodecContext 186 libavformat/rtsp.c AVCodecContext *codec = st ? st->codec : NULL; AVCodecContext 225 libavformat/rtsp.c AVCodecContext *codec = st->codec; AVCodecContext 2331 libavformat/rtsp.c AVCodecContext codec = { 0 }; AVCodecContext 1325 libavformat/sbgdec.c static int encode_intervals(struct sbg_script *s, AVCodecContext *avc, AVCodecContext 154 libavformat/sdp.c static char *extradata2psets(AVCodecContext *c) AVCodecContext 226 libavformat/sdp.c static char *extradata2psets_hevc(AVCodecContext *c) AVCodecContext 327 libavformat/sdp.c static char *extradata2config(AVCodecContext *c) AVCodecContext 348 libavformat/sdp.c static char *xiph_extradata2config(AVCodecContext *c) AVCodecContext 417 libavformat/sdp.c static int latm_context2profilelevel(AVCodecContext *c) AVCodecContext 446 libavformat/sdp.c static char *latm_context2config(AVCodecContext *c) AVCodecContext 482 libavformat/sdp.c static char *sdp_write_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type, AVFormatContext *fmt) AVCodecContext 727 libavformat/sdp.c AVCodecContext *c = st->codec; AVCodecContext 153 libavformat/segment.c AVCodecContext *icodec, *ocodec; AVCodecContext 59 libavformat/smjpegenc.c AVCodecContext *codec = st->codec; AVCodecContext 100 libavformat/smjpegenc.c AVCodecContext *codec = st->codec; AVCodecContext 146 libavformat/smoothstreamingenc.c AVCodecContext *codec = os->ctx->streams[0]->codec; AVCodecContext 48 libavformat/soxenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 92 libavformat/soxenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 134 libavformat/swf.h AVCodecContext *audio_enc, *video_enc; AVCodecContext 188 libavformat/swfenc.c AVCodecContext *enc = s->streams[i]->codec; AVCodecContext 345 libavformat/swfenc.c AVCodecContext *enc, const uint8_t *buf, int size) AVCodecContext 450 libavformat/swfenc.c AVCodecContext *enc, uint8_t *buf, int size) AVCodecContext 475 libavformat/swfenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec; AVCodecContext 486 libavformat/swfenc.c AVCodecContext *enc, *video_enc; AVCodecContext 390 libavformat/tee.c AVCodecContext *enc_ctx = fmt_ctx->streams[pkt->stream_index]->codec; AVCodecContext 729 libavformat/utils.c static int determinable_frame_size(AVCodecContext *avctx) AVCodecContext 793 libavformat/utils.c static int is_intra_only(AVCodecContext *enc) { AVCodecContext 2561 libavformat/utils.c AVCodecContext *avctx = st->codec; AVCodecContext 2838 libavformat/utils.c static int tb_unreliable(AVCodecContext *c) AVCodecContext 2852 libavformat/utils.c int ff_alloc_extradata(AVCodecContext *avctx, int size) AVCodecContext 2873 libavformat/utils.c int ff_get_extradata(AVCodecContext *avctx, AVIOContext *pb, int size) AVCodecContext 3499 libavformat/utils.c AVCodecContext *avctx = st->codec; AVCodecContext 30 libavformat/vc1testenc.c AVCodecContext *avc = s->streams[0]->codec; AVCodecContext 68 libavformat/vocdec.c AVCodecContext *dec = st->codec; AVCodecContext 33 libavformat/vocenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 57 libavformat/vocenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 158 libavformat/wavenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 196 libavformat/wavenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 259 libavformat/wavenc.c AVCodecContext *enc = s->streams[0]->codec; AVCodecContext 119 libavformat/webmdashenc.c AVCodecContext *gold_codec = s->streams[as->streams[0]]->codec; AVCodecContext 124 libavformat/webmdashenc.c AVCodecContext *codec = s->streams[as->streams[i]]->codec; AVCodecContext 217 libavformat/webmdashenc.c AVCodecContext *codec = s->streams[as->streams[0]]->codec; AVCodecContext 446 libavformat/wtvenc.c AVCodecContext *enc = s->streams[pkt->stream_index]->codec; AVCodecContext 61 libavformat/yop.c AVCodecContext *audio_dec, *video_dec; AVCodecContext 400 libavutil/frame.h struct AVCodecContext *owner; AVCodecContext 450 tools/ismindex.c static int get_private_data(struct Track *track, AVCodecContext *codec) AVCodecContext 461 tools/ismindex.c static int get_video_private_data(struct Track *track, AVCodecContext *codec) AVCodecContext 55 tools/sidxindex.c static void set_codec_str(AVCodecContext *codec, char *str, int size)