Ejemplo n.º 1
0
 public static extern int avcodec_decode_audio3(AVCodecContext* avctx, short* samples, int* frame_size_ptr, AVPacket* avpkt);
Ejemplo n.º 2
0
 public static extern int avcodec_decode_audio4(AVCodecContext* avctx, AVFrame* frame, int* got_frame_ptr, AVPacket* avpkt);
Ejemplo n.º 3
0
 public static extern void avcodec_align_dimensions(AVCodecContext* s, int* width, int* height);
Ejemplo n.º 4
0
 public static extern void avcodec_align_dimensions2(AVCodecContext* s, int* width, int* height, int* linesize_align);
Ejemplo n.º 5
0
 public static extern void avcodec_default_release_buffer(AVCodecContext* s, AVFrame* pic);
Ejemplo n.º 6
0
 public static extern int avcodec_default_reget_buffer(AVCodecContext* s, AVFrame* pic);
Ejemplo n.º 7
0
 public static extern int avcodec_open2(AVCodecContext* avctx, AVCodec* codec, AVDictionary** options);
Ejemplo n.º 8
0
 public static extern int avcodec_close(AVCodecContext* avctx);
Ejemplo n.º 9
0
 public static extern int avcodec_open(AVCodecContext* avctx, AVCodec* codec);
Ejemplo n.º 10
0
 public static extern int avcodec_copy_context(AVCodecContext* dest, AVCodecContext* src);
Ejemplo n.º 11
0
 public static extern int avcodec_get_context_defaults3(AVCodecContext* s, AVCodec* codec);
Ejemplo n.º 12
0
 public static extern int avcodec_decode_video2(AVCodecContext* avctx, AVFrame* picture, int* got_picture_ptr, AVPacket* avpkt);
Ejemplo n.º 13
0
 public static extern int av_parser_parse2(AVCodecParserContext* s, AVCodecContext* avctx, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, long pts, long dts, long pos);
Ejemplo n.º 14
0
 public static extern int avcodec_is_open(AVCodecContext* s);
Ejemplo n.º 15
0
 public static extern void avcodec_get_context_defaults(AVCodecContext* s);
Ejemplo n.º 16
0
 public static extern int av_get_audio_frame_duration(AVCodecContext* avctx, int frame_bytes);
Ejemplo n.º 17
0
 public static extern int av_bitstream_filter_filter(AVBitStreamFilterContext* bsfc, AVCodecContext* avctx, String args, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, int keyframe);
Ejemplo n.º 18
0
 public static extern void avcodec_flush_buffers(AVCodecContext* avctx);
Ejemplo n.º 19
0
 public static extern void avcodec_default_free_buffers(AVCodecContext* s);
Ejemplo n.º 20
0
 public static extern void avcodec_string(String buf, int buf_size, AVCodecContext* enc, int encode);
Ejemplo n.º 21
0
 public static extern int avcodec_default_execute2(AVCodecContext* c, IntPtr func, void* arg, int* ret, int count);
Ejemplo n.º 22
0
 public static extern AVPixelFormat avcodec_default_get_format(AVCodecContext* s, AVPixelFormat* fmt);
Ejemplo n.º 23
0
 public static extern void avcodec_set_dimensions(AVCodecContext* s, int width, int height);
Ejemplo n.º 24
0
 public static extern int avcodec_encode_video2(AVCodecContext* avctx, AVPacket* avpkt, AVFrame* frame, int* got_packet_ptr);
Ejemplo n.º 25
0
 public static extern int avcodec_encode_video(AVCodecContext* avctx, byte* buf, int buf_size, AVFrame* pict);
Ejemplo n.º 26
0
 public static extern int avcodec_encode_audio(AVCodecContext* avctx, byte* buf, int buf_size, short* samples);
Ejemplo n.º 27
0
 public static extern int av_parser_change(AVCodecParserContext* s, AVCodecContext* avctx, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, int keyframe);
Ejemplo n.º 28
0
 public static extern void avcodec_get_context_defaults2(AVCodecContext* s, AVMediaType p1);
Ejemplo n.º 29
-1
 public static extern int avcodec_encode_subtitle(AVCodecContext* avctx, byte* buf, int buf_size, AVSubtitle* sub);
Ejemplo n.º 30
-1
 public static extern int avcodec_decode_subtitle2(AVCodecContext* avctx, AVSubtitle* sub, int* got_sub_ptr, AVPacket* avpkt);