[FFmpeg-devel] [PATCH v2 1/3] avcodec/avpacket: extend AVFrame wrapping in AVPacket

Hendrik Leppkes h.leppkes at gmail.com
Sun Nov 15 10:24:44 CET 2015


On Sun, Nov 15, 2015 at 9:51 AM, Muhammad Faiz <mfcc64 at gmail.com> wrote:
> add AV_PKT_FLAG_FRAME
> add av_packet_encode_frame()
> add av_packet_decode_frame()
> add av_packet_get_frame()
>
> use pointer to AVFrame instead
> properly padded with AV_INPUT_BUFFER_PADDING_SIZE
>
> modify wrapped_avframe encoder
> implement wrapped_avframe decoder
> implement wrapped_avframe_audio encoder/decoder
>
> fix avformat/yuv4mpegenc to use av_packet_get_frame()
>
> patch attached
>

We already have 3 different API approaches to pass AVFrames as
AVPackets, we really don't need any more.

- Hendrik


More information about the ffmpeg-devel mailing list