mbox series

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

Message ID 20200920080528.26200-1-zane@zanevaniperen.com
Headers show
Series argo_brp cleanups and fixes | expand

Message

Zane van Iperen Sept. 20, 2020, 8:06 a.m. UTC
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(-)

Comments

Zane van Iperen Sept. 20, 2020, 12:22 p.m. UTC | #1
On Sun, 20 Sep 2020 08:06:09 +0000
"Zane van Iperen" <zane@zanevaniperen.com> wrote:

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

I'll push this shortly without parts 9 & 10 and with the missing ','
readded.