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


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to