AVCodecContext 49 cmdutils.c AVCodecContext *avctx_opts[CODEC_TYPE_NB];
AVCodecContext 43 cmdutils.h extern AVCodecContext *avctx_opts[CODEC_TYPE_NB];
AVCodecContext 460 ffmpeg.c memcpy(st->codec, ic->streams[i]->codec, sizeof(AVCodecContext));
AVCodecContext 537 ffmpeg.c AVCodecContext *enc= ost->st->codec;
AVCodecContext 538 ffmpeg.c AVCodecContext *dec= ist->st->codec;
AVCodecContext 731 ffmpeg.c AVCodecContext *dec;
AVCodecContext 788 ffmpeg.c AVCodecContext *enc;
AVCodecContext 845 ffmpeg.c AVCodecContext *enc, *dec;
AVCodecContext 1017 ffmpeg.c AVCodecContext *enc;
AVCodecContext 1059 ffmpeg.c AVCodecContext *enc;
AVCodecContext 1438 ffmpeg.c AVCodecContext *enc= ost->st->codec;
AVCodecContext 1556 ffmpeg.c AVCodecContext *codec, *icodec;
AVCodecContext 2864 ffmpeg.c AVCodecContext *enc = ic->streams[i]->codec;
AVCodecContext 2959 ffmpeg.c AVCodecContext *enc = ic->streams[i]->codec;
AVCodecContext 2987 ffmpeg.c AVCodecContext *video_enc;
AVCodecContext 3129 ffmpeg.c AVCodecContext *audio_enc;
AVCodecContext 3210 ffmpeg.c AVCodecContext *subtitle_enc;
AVCodecContext 3553 ffmpeg.c AVCodecContext *c = input_files[j]->streams[i]->codec;
AVCodecContext 1578 ffplay.c AVCodecContext *dec= is->audio_st->codec;
AVCodecContext 1724 ffplay.c AVCodecContext *enc;
AVCodecContext 1827 ffplay.c AVCodecContext *enc;
AVCodecContext 1973 ffplay.c AVCodecContext *enc = ic->streams[i]->codec;
AVCodecContext 1067 ffserver.c AVCodecContext *feed_codec = feed->streams[i]->codec;
AVCodecContext 1108 ffserver.c AVCodecContext *codec = req->streams[i]->codec;
AVCodecContext 1837 ffserver.c AVCodecContext *enc;
AVCodecContext 2169 ffserver.c AVCodecContext *codec;
AVCodecContext 2522 ffserver.c memcpy(fst->codec, st->codec, sizeof(AVCodecContext));
AVCodecContext 3249 ffserver.c memcpy(fst->codec, codec, sizeof(AVCodecContext));
AVCodecContext 3260 ffserver.c AVCodecContext *av, *av1;
AVCodecContext 3462 ffserver.c AVCodecContext *ccf, *ccs;
AVCodecContext 3692 ffserver.c memcpy(st->codec, av, sizeof(AVCodecContext));
AVCodecContext 3761 ffserver.c AVCodecContext audio_enc, video_enc;
AVCodecContext 3972 ffserver.c memset(&audio_enc, 0, sizeof(AVCodecContext));
AVCodecContext 3973 ffserver.c memset(&video_enc, 0, sizeof(AVCodecContext));
AVCodecContext 4177 ffserver.c AVCodecContext *avctx;
AVCodecContext 130 libavcodec/4xm.c AVCodecContext *avctx;
AVCodecContext 48 libavcodec/8bps.c AVCodecContext *avctx;
AVCodecContext 160 libavcodec/aac.c AVCodecContext *avctx = ac->avccontext;
AVCodecContext 248 libavcodec/aac.h AVCodecContext * avccontext;
AVCodecContext 40 libavcodec/aacpsy.h AVCodecContext *avctx; ///< encoder context
AVCodecContext 36 libavcodec/aasc.c AVCodecContext *avctx;
AVCodecContext 48 libavcodec/ac3dec.h AVCodecContext *avctx; ///< parent context
AVCodecContext 65 libavcodec/alac.c AVCodecContext *avctx;
AVCodecContext 73 libavcodec/alacenc.c AVCodecContext *avctx;
AVCodecContext 129 libavcodec/apedec.c AVCodecContext *avctx;
AVCodecContext 49 libavcodec/apiexample.c AVCodecContext *c= NULL;
AVCodecContext 117 libavcodec/apiexample.c AVCodecContext *c= NULL;
AVCodecContext 191 libavcodec/apiexample.c AVCodecContext *c= NULL;
AVCodecContext 314 libavcodec/apiexample.c AVCodecContext *c= NULL;
AVCodecContext 39 libavcodec/asv1.c AVCodecContext *avctx;
AVCodecContext 979 libavcodec/avcodec.h void (*draw_horiz_band)(struct AVCodecContext *s,
AVCodecContext 1084 libavcodec/avcodec.h void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
AVCodecContext 1212 libavcodec/avcodec.h int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext 1221 libavcodec/avcodec.h void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext 1637 libavcodec/avcodec.h enum PixelFormat (*get_format)(struct AVCodecContext *s, const enum PixelFormat * fmt);
AVCodecContext 1738 libavcodec/avcodec.h uint8_t * (*realloc)(struct AVCodecContext *s, uint8_t *buf, int buf_size);
AVCodecContext 1835 libavcodec/avcodec.h int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
AVCodecContext 1899 libavcodec/avcodec.h int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
AVCodecContext 2362 libavcodec/avcodec.h int (*init)(AVCodecContext *);
AVCodecContext 2363 libavcodec/avcodec.h int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);
AVCodecContext 2364 libavcodec/avcodec.h int (*close)(AVCodecContext *);
AVCodecContext 2365 libavcodec/avcodec.h int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
AVCodecContext 2377 libavcodec/avcodec.h void (*flush)(AVCodecContext *);
AVCodecContext 2444 libavcodec/avcodec.h int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext 2457 libavcodec/avcodec.h int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
AVCodecContext 2468 libavcodec/avcodec.h int (*end_frame)(AVCodecContext *avctx);
AVCodecContext 2856 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context(void);
AVCodecContext 2860 libavcodec/avcodec.h AVCodecContext *avcodec_alloc_context2(enum CodecType);
AVCodecContext 3219 libavcodec/avcodec.h AVCodecContext *avctx,
AVCodecContext 3223 libavcodec/avcodec.h int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
AVCodecContext 3255 libavcodec/avcodec.h AVCodecContext *avctx, const char *args,
AVCodecContext 27 libavcodec/beosthread.c AVCodecContext *avctx;
AVCodecContext 31 libavcodec/beosthread.c int (*func)(AVCodecContext *c, void *arg);
AVCodecContext 34 libavcodec/bfi.c AVCodecContext *avctx;
AVCodecContext 58 libavcodec/cinepak.c AVCodecContext *avctx;
AVCodecContext 36 libavcodec/cljr.c AVCodecContext *avctx;
AVCodecContext 41 libavcodec/cyuv.c AVCodecContext *avctx;
AVCodecContext 164 libavcodec/dca.c AVCodecContext *avctx;
AVCodecContext 31 libavcodec/dnxhddec.c AVCodecContext *avctx;
AVCodecContext 38 libavcodec/dsicinav.c AVCodecContext *avctx;
AVCodecContext 46 libavcodec/dsicinav.c AVCodecContext *avctx;
AVCodecContext 53 libavcodec/dv.c AVCodecContext *avctx;
AVCodecContext 39 libavcodec/dxa.c AVCodecContext *avctx;
AVCodecContext 35 libavcodec/eacmv.c AVCodecContext *avctx;
AVCodecContext 39 libavcodec/eatgq.c AVCodecContext *avctx;
AVCodecContext 40 libavcodec/eatgv.c AVCodecContext *avctx;
AVCodecContext 164 libavcodec/ffv1.c AVCodecContext *avctx;
AVCodecContext 61 libavcodec/flacdec.c AVCodecContext *avctx; ///< parent AVCodecContext
AVCodecContext 107 libavcodec/flacenc.c AVCodecContext *avctx;
AVCodecContext 59 libavcodec/flashsv.c AVCodecContext *avctx;
AVCodecContext 67 libavcodec/flashsvenc.c AVCodecContext *avctx;
AVCodecContext 71 libavcodec/flicvideo.c AVCodecContext *avctx;
AVCodecContext 46 libavcodec/fraps.c AVCodecContext *avctx;
AVCodecContext 58 libavcodec/gifdec.c AVCodecContext* avctx;
AVCodecContext 7376 libavcodec/h264.c AVCodecContext * const avctx= s->avctx;
AVCodecContext 7410 libavcodec/h264.c AVCodecContext * const avctx= s->avctx;
AVCodecContext 7931 libavcodec/h264.c AVCodecContext avctx;
AVCodecContext 54 libavcodec/huffyuv.c AVCodecContext *avctx;
AVCodecContext 67 libavcodec/idcinvideo.c AVCodecContext *avctx;
AVCodecContext 32 libavcodec/indeo2.c AVCodecContext *avctx;
AVCodecContext 43 libavcodec/indeo3.c AVCodecContext *avctx;
AVCodecContext 58 libavcodec/interplayvideo.c AVCodecContext *avctx;
AVCodecContext 34 libavcodec/jpegls.h AVCodecContext *avctx;
AVCodecContext 42 libavcodec/kmvc.c AVCodecContext *avctx;
AVCodecContext 57 libavcodec/lclenc.c AVCodecContext *avctx;
AVCodecContext 36 libavcodec/loco.c AVCodecContext *avctx;
AVCodecContext 36 libavcodec/mdec.c AVCodecContext *avctx;
AVCodecContext 34 libavcodec/mimic.c AVCodecContext *avctx;
AVCodecContext 39 libavcodec/mjpegdec.h AVCodecContext *avctx;
AVCodecContext 115 libavcodec/mlpdec.c AVCodecContext *avctx;
AVCodecContext 48 libavcodec/mmvideo.c AVCodecContext *avctx;
AVCodecContext 124 libavcodec/motion-test.c AVCodecContext *ctx;
AVCodecContext 39 libavcodec/motionpixels.c AVCodecContext *avctx;
AVCodecContext 1610 libavcodec/mpeg12.c AVCodecContext *avctx= s->avctx;
AVCodecContext 1676 libavcodec/mpeg12.c AVCodecContext *avctx= s->avctx;
AVCodecContext 128 libavcodec/mpegaudio.h AVCodecContext* avctx;
AVCodecContext 140 libavcodec/mpegvideo.h AVCodecContext *avctx;
AVCodecContext 196 libavcodec/mpegvideo.h struct AVCodecContext *avctx;
AVCodecContext 908 libavcodec/mpegvideo_enc.c AVCodecContext *c= avcodec_alloc_context();
AVCodecContext 44 libavcodec/msrle.c AVCodecContext *avctx;
AVCodecContext 51 libavcodec/msvideo1.c AVCodecContext *avctx;
AVCodecContext 44 libavcodec/nellymoserdec.c AVCodecContext* avctx;
AVCodecContext 50 libavcodec/nellymoserenc.c AVCodecContext *avctx;
AVCodecContext 32 libavcodec/options.c AVCodecContext *avc= ptr;
AVCodecContext 40 libavcodec/options.c #define OFFSET(x) offsetof(AVCodecContext,x)
AVCodecContext 413 libavcodec/options.c memset(s, 0, sizeof(AVCodecContext));
AVCodecContext 439 libavcodec/options.c AVCodecContext *avcodec_alloc_context2(enum CodecType codec_type){
AVCodecContext 440 libavcodec/options.c AVCodecContext *avctx= av_malloc(sizeof(AVCodecContext));
AVCodecContext 453 libavcodec/options.c AVCodecContext *avcodec_alloc_context(void){
AVCodecContext 32 libavcodec/os2thread.c AVCodecContext *avctx;
AVCodecContext 36 libavcodec/os2thread.c int (*func)(AVCodecContext *c, void *arg);
AVCodecContext 48 libavcodec/pthread.c AVCodecContext *avctx = v;
AVCodecContext 31 libavcodec/qdrw.c AVCodecContext *avctx;
AVCodecContext 30 libavcodec/qpeg.c AVCodecContext *avctx;
AVCodecContext 44 libavcodec/qtrle.c AVCodecContext *avctx;
AVCodecContext 36 libavcodec/qtrleenc.c AVCodecContext *avctx;
AVCodecContext 310 libavcodec/ratecontrol.c AVCodecContext *a= s->avctx;
AVCodecContext 381 libavcodec/ratecontrol.c AVCodecContext *a= s->avctx;
AVCodecContext 672 libavcodec/ratecontrol.c AVCodecContext *a= s->avctx;
AVCodecContext 831 libavcodec/ratecontrol.c AVCodecContext *a= s->avctx;
AVCodecContext 42 libavcodec/rl2.c AVCodecContext *avctx;
AVCodecContext 46 libavcodec/roqvideo.h AVCodecContext *avctx;
AVCodecContext 47 libavcodec/rpza.c AVCodecContext *avctx;
AVCodecContext 78 libavcodec/shorten.c AVCodecContext *avctx;
AVCodecContext 47 libavcodec/smacker.c AVCodecContext *avctx;
AVCodecContext 47 libavcodec/smc.c AVCodecContext *avctx;
AVCodecContext 439 libavcodec/snow.c AVCodecContext *avctx;
AVCodecContext 43 libavcodec/svq1enc.c AVCodecContext *avctx;
AVCodecContext 33 libavcodec/tiertexseqv.c AVCodecContext *avctx;
AVCodecContext 37 libavcodec/tiff.c AVCodecContext *avctx;
AVCodecContext 44 libavcodec/tiffenc.c AVCodecContext *avctx;
AVCodecContext 43 libavcodec/truemotion1.c AVCodecContext *avctx;
AVCodecContext 41 libavcodec/truemotion2.c AVCodecContext *avctx;
AVCodecContext 52 libavcodec/tscc.c AVCodecContext *avctx;
AVCodecContext 40 libavcodec/tta.c AVCodecContext *avctx;
AVCodecContext 38 libavcodec/ulti.c AVCodecContext *avctx;
AVCodecContext 42 libavcodec/vb.c AVCodecContext *avctx;
AVCodecContext 38 libavcodec/vcr1.c AVCodecContext *avctx;
AVCodecContext 59 libavcodec/vmdav.c AVCodecContext *avctx;
AVCodecContext 475 libavcodec/vmdav.c AVCodecContext *avctx;
AVCodecContext 56 libavcodec/vmnc.c AVCodecContext *avctx;
AVCodecContext 128 libavcodec/vorbis_dec.c AVCodecContext *avccontext;
AVCodecContext 128 libavcodec/vp3.c AVCodecContext *avctx;
AVCodecContext 90 libavcodec/vp56.h AVCodecContext *avctx;
AVCodecContext 103 libavcodec/vqavideo.c AVCodecContext *avctx;
AVCodecContext 29 libavcodec/w32thread.c AVCodecContext *avctx;
AVCodecContext 33 libavcodec/w32thread.c int (*func)(AVCodecContext *c, void *arg);
AVCodecContext 82 libavcodec/wavpack.c AVCodecContext *avctx;
AVCodecContext 62 libavcodec/wma.h AVCodecContext* avctx;
AVCodecContext 32 libavcodec/wnv1.c AVCodecContext *avctx;
AVCodecContext 41 libavcodec/xan.c AVCodecContext *avctx;
AVCodecContext 31 libavcodec/xl.c AVCodecContext *avctx;
AVCodecContext 54 libavcodec/zmbv.c AVCodecContext *avctx;
AVCodecContext 44 libavcodec/zmbvenc.c AVCodecContext *avctx;
AVCodecContext 200 libavdevice/vfwcap.c AVCodecContext *codec;
AVCodecContext 66 libavformat/adtsenc.c AVCodecContext *avc = s->streams[0]->codec;
AVCodecContext 181 libavformat/aiff.c AVCodecContext *enc = s->streams[0]->codec;
AVCodecContext 262 libavformat/aiff.c AVCodecContext *enc = s->streams[0]->codec;
AVCodecContext 37 libavformat/amr.c AVCodecContext *enc = s->streams[0]->codec;
AVCodecContext 120 libavformat/amr.c AVCodecContext *enc = s->streams[0]->codec;
AVCodecContext 279 libavformat/asfenc.c AVCodecContext *enc;
AVCodecContext 750 libavformat/asfenc.c AVCodecContext *codec;
AVCodecContext 31 libavformat/assenc.c AVCodecContext *avctx= s->streams[0]->codec;
AVCodecContext 70 libavformat/assenc.c AVCodecContext *avctx= s->streams[0]->codec;
AVCodecContext 431 libavformat/avformat.h AVCodecContext *codec; /**< codec context */
AVCodecContext 120 libavformat/avienc.c AVCodecContext* stream;
AVCodecContext 151 libavformat/avienc.c AVCodecContext *stream, *video_enc;
AVCodecContext 477 libavformat/avienc.c AVCodecContext *enc= s->streams[stream_index]->codec;
AVCodecContext 568 libavformat/avienc.c AVCodecContext *stream = s->streams[n]->codec;
AVCodecContext 52 libavformat/daud.c AVCodecContext *codec = s->streams[0]->codec;
AVCodecContext 244 libavformat/dv.c AVCodecContext* avctx;
AVCodecContext 239 libavformat/ffmdec.c AVCodecContext *codec;
AVCodecContext 88 libavformat/ffmenc.c AVCodecContext *codec;
AVCodecContext 47 libavformat/flvdec.c AVCodecContext *acodec = astream->codec;
AVCodecContext 79 libavformat/flvdec.c AVCodecContext *vcodec = vstream->codec;
AVCodecContext 119 libavformat/flvdec.c AVCodecContext *acodec, *vcodec;
AVCodecContext 145 libavformat/flvenc.c AVCodecContext *audio_enc = NULL, *video_enc = NULL;
AVCodecContext 151 libavformat/flvenc.c AVCodecContext *enc = s->streams[i]->codec;
AVCodecContext 258 libavformat/flvenc.c AVCodecContext *enc = s->streams[i]->codec;
AVCodecContext 311 libavformat/flvenc.c AVCodecContext *enc = s->streams[pkt->stream_index]->codec;
AVCodecContext 256 libavformat/gif.c AVCodecContext *enc, *video_enc;
AVCodecContext 331 libavformat/gif.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec;
AVCodecContext 32 libavformat/gxfenc.c AVCodecContext *codec;
AVCodecContext 255 libavformat/img2.c AVCodecContext *codec= s1->streams[0]->codec;
AVCodecContext 334 libavformat/img2.c AVCodecContext *codec= s->streams[ pkt->stream_index ]->codec;
AVCodecContext 75 libavformat/libnut.c AVCodecContext * codec = avf->streams[i]->codec;
AVCodecContext 518 libavformat/matroskaenc.c AVCodecContext *codec = st->codec;
AVCodecContext 771 libavformat/matroskaenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec;
AVCodecContext 797 libavformat/matroskaenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec;
AVCodecContext 66 libavformat/movenc.c AVCodecContext *enc;
AVCodecContext 1569 libavformat/movenc.c AVCodecContext *VideoCodec = s->streams[0]->codec;
AVCodecContext 1570 libavformat/movenc.c AVCodecContext *AudioCodec = s->streams[1]->codec;
AVCodecContext 1731 libavformat/movenc.c AVCodecContext *enc = trk->enc;
AVCodecContext 375 libavformat/mp3.c AVCodecContext avctx;
AVCodecContext 75 libavformat/msnwc_tcp.c AVCodecContext *codec;
AVCodecContext 154 libavformat/nutenc.c AVCodecContext *codec = s->streams[stream_id]->codec;
AVCodecContext 394 libavformat/nutenc.c AVCodecContext *codec = st->codec;
AVCodecContext 34 libavformat/rmenc.c AVCodecContext *enc;
AVCodecContext 300 libavformat/rmenc.c AVCodecContext *codec;
AVCodecContext 76 libavformat/rtp_h264.c AVCodecContext *codec = stream->codec;
AVCodecContext 356 libavformat/rtp_h264.c AVCodecContext *codec = stream->codec;
AVCodecContext 278 libavformat/rtsp.c AVCodecContext *codec = st->codec;
AVCodecContext 79 libavformat/swf.h AVCodecContext *audio_enc, *video_enc;
AVCodecContext 187 libavformat/swfenc.c AVCodecContext *enc = s->streams[i]->codec;
AVCodecContext 464 libavformat/swfenc.c AVCodecContext *codec = s->streams[pkt->stream_index]->codec;
AVCodecContext 475 libavformat/swfenc.c AVCodecContext *enc, *video_enc;
AVCodecContext 29 libavformat/vc1testenc.c AVCodecContext *avc = s->streams[0]->codec;
AVCodecContext 67 libavformat/vocdec.c AVCodecContext *dec = st->codec;
AVCodecContext 50 libavformat/vocenc.c AVCodecContext *enc = s->streams[0]->codec;
AVCodecContext 61 output_example.c AVCodecContext *c;
AVCodecContext 83 output_example.c AVCodecContext *c;
AVCodecContext 149 output_example.c AVCodecContext *c;
AVCodecContext 190 output_example.c AVCodecContext *c;
AVCodecContext 256 output_example.c AVCodecContext *c;
AVCodecContext 331 output_example.c AVCodecContext *c;
AVCodecContext 78 vhook/watermark.c AVCodecContext *pCodecCtx;