"README.md" did not exist on "8b5ab50f0e5c48ea83e41bea3aa4d1597d95b5ba"
avcodec: add a get_encode_buffer() callback to AVCodecContext
This callback is functionally the same as get_buffer2() is for decoders, and implements for the new encode API the functionality of the old encode API had where the user could provide their own buffers. Reviewed-by:Lynne <dev@lynne.ee> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Reviewed-by:
Mark Thompson <sw@jkqxz.net> Signed-off-by:
James Almer <jamrial@gmail.com>
Showing
- doc/APIchanges 7 additions, 0 deletionsdoc/APIchanges
- libavcodec/avcodec.h 50 additions, 0 deletionslibavcodec/avcodec.h
- libavcodec/codec.h 5 additions, 3 deletionslibavcodec/codec.h
- libavcodec/encode.c 59 additions, 0 deletionslibavcodec/encode.c
- libavcodec/encode.h 8 additions, 0 deletionslibavcodec/encode.h
- libavcodec/options.c 1 addition, 0 deletionslibavcodec/options.c
- libavcodec/version.h 1 addition, 1 deletionlibavcodec/version.h
Loading
Please register or sign in to comment