[FFmpeg-devel] [PATCH v2 0/8] Add decoding/encoding API with decoupled input/output

wm4 nfxjfg at googlemail.com
Wed Mar 23 14:02:07 CET 2016


wm4 (8):
  lavu: improve documentation of some AVFrame functions
  lavc: factor apply_param_change() AV_EF_EXPLODE handling
  lavc: introduce a new decoding/encoding API with decoupled
    input/output
  ffmpeg: remove sub-frame warning
  ffmpeg: use new decode API
  ffmpeg: use new encode API
  lavf: use new decode API
  lavc: add async decoding/encoding API

 ffmpeg.c              | 204 +++++++++++++++++------------
 ffmpeg.h              |   1 -
 libavcodec/avcodec.h  | 340 +++++++++++++++++++++++++++++++++++++++++++++++-
 libavcodec/internal.h |  13 ++
 libavcodec/utils.c    | 349 +++++++++++++++++++++++++++++++++++++++++++++++---
 libavformat/utils.c   |  29 ++---
 libavutil/frame.h     |  12 ++
 tests/ref/fate/cavs   |   1 -
 8 files changed, 829 insertions(+), 120 deletions(-)

-- 
2.8.0.rc3



More information about the ffmpeg-devel mailing list