Пример #1
0
 public static extern int avcodec_decode_audio3(AVCodecContext* avctx, short* samples, int* frame_size_ptr, AVPacket* avpkt);
Пример #2
0
 public static extern int avcodec_decode_audio4(AVCodecContext* avctx, AVFrame* frame, int* got_frame_ptr, AVPacket* avpkt);
Пример #3
0
 public static extern void avcodec_align_dimensions(AVCodecContext* s, int* width, int* height);
Пример #4
0
 public static extern void avcodec_align_dimensions2(AVCodecContext* s, int* width, int* height, int* linesize_align);
Пример #5
0
 public static extern void avcodec_default_release_buffer(AVCodecContext* s, AVFrame* pic);
Пример #6
0
 public static extern int avcodec_default_reget_buffer(AVCodecContext* s, AVFrame* pic);
Пример #7
0
 public static extern int avcodec_open2(AVCodecContext* avctx, AVCodec* codec, AVDictionary** options);
Пример #8
0
 public static extern int avcodec_close(AVCodecContext* avctx);
Пример #9
0
 public static extern int avcodec_open(AVCodecContext* avctx, AVCodec* codec);
Пример #10
0
 public static extern int avcodec_copy_context(AVCodecContext* dest, AVCodecContext* src);
Пример #11
0
 public static extern int avcodec_get_context_defaults3(AVCodecContext* s, AVCodec* codec);
Пример #12
0
 public static extern int avcodec_decode_video2(AVCodecContext* avctx, AVFrame* picture, int* got_picture_ptr, AVPacket* avpkt);
Пример #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);
Пример #14
0
 public static extern int avcodec_is_open(AVCodecContext* s);
Пример #15
0
 public static extern void avcodec_get_context_defaults(AVCodecContext* s);
Пример #16
0
 public static extern int av_get_audio_frame_duration(AVCodecContext* avctx, int frame_bytes);
Пример #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);
Пример #18
0
 public static extern void avcodec_flush_buffers(AVCodecContext* avctx);
Пример #19
0
 public static extern void avcodec_default_free_buffers(AVCodecContext* s);
Пример #20
0
 public static extern void avcodec_string(String buf, int buf_size, AVCodecContext* enc, int encode);
Пример #21
0
 public static extern int avcodec_default_execute2(AVCodecContext* c, IntPtr func, void* arg, int* ret, int count);
Пример #22
0
 public static extern AVPixelFormat avcodec_default_get_format(AVCodecContext* s, AVPixelFormat* fmt);
Пример #23
0
 public static extern void avcodec_set_dimensions(AVCodecContext* s, int width, int height);
Пример #24
0
 public static extern int avcodec_encode_video2(AVCodecContext* avctx, AVPacket* avpkt, AVFrame* frame, int* got_packet_ptr);
Пример #25
0
 public static extern int avcodec_encode_video(AVCodecContext* avctx, byte* buf, int buf_size, AVFrame* pict);
Пример #26
0
 public static extern int avcodec_encode_audio(AVCodecContext* avctx, byte* buf, int buf_size, short* samples);
Пример #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);
Пример #28
0
 public static extern void avcodec_get_context_defaults2(AVCodecContext* s, AVMediaType p1);
Пример #29
-1
 public static extern int avcodec_encode_subtitle(AVCodecContext* avctx, byte* buf, int buf_size, AVSubtitle* sub);
Пример #30
-1
 public static extern int avcodec_decode_subtitle2(AVCodecContext* avctx, AVSubtitle* sub, int* got_sub_ptr, AVPacket* avpkt);