[FFmpeg-devel] [PATCH 00/10] argo_brp cleanups and fixes

Zane van Iperen zane at zanevaniperen.com
Sun Sep 20 11:06:09 EEST 2020


Fixes handling of embedded ASF streams and BVID timestamps. Also adds
AV_CODEC_ID_ARGO to libavcodec in preparation for Paul's decoder.

Zane van Iperen (10):
  avformat/argo_asf: fix enforcement of chunk count
  avformat/argo_asf: cosmetics
  avformat/argo_brp: remove an allocation
  avformat/argo_brp: cleanup 'goto fail's
  avformat/argo_brp: make sure stream ids match
  avformat/argo_brp: handle multiple BASF blocks
  avformat/argo_brp: set BVID packet duration
  avformat/argo_brp: don't pass AVStream into avpriv_request_sample()
  avcodec: add "Argonaut Games Video" descriptor
  avformat/argo_brp: use AV_CODEC_ID_ARGO

 libavcodec/codec_desc.c |   7 ++
 libavcodec/codec_id.h   |   1 +
 libavcodec/version.h    |   2 +-
 libavformat/argo_asf.c  |  19 ++--
 libavformat/argo_brp.c  | 238 ++++++++++++++--------------------------
 5 files changed, 104 insertions(+), 163 deletions(-)

-- 
2.25.4




More information about the ffmpeg-devel mailing list