[FFmpeg-devel] [PATCH v2 0/7] Support variable frame sizes in adpcm_argo

Zane van Iperen zane at zanevaniperen.com
Fri Sep 18 15:04:41 EEST 2020


v2:
 - handle variable sizes in muxer (argo_asf)
 - fix incorrect pts tracking (argo_brp)
 - add test for decoding argo_asf via argo_brp

Test sample is https://0x0.st/iIhK.BRP, needs to go in
fate-suite/argo-brp/CROCLOGO_CUT.BRP.

Original email to samples-request at ffmpeg.org was bounced.

Zane van Iperen (7):
  avcodec/adpcm_argo: support decoding multiple frames
  avcodec/adpcm_{psx,argo}: add missing indent
  avformat/argo_asf: read/write multiple blocks at once
  avformat/argo_asf: add ff_argo_asf_read()
  avformat/argo_brp: support reading multiple ASF blocks at once
  avformat/argo_brp: remove usage of floats
  fate: add argo_adpcm via argo_brp demux test

 libavcodec/adpcm.c            | 96 +++++++++++++++++------------------
 libavformat/argo_asf.c        | 63 ++++++++++++++++-------
 libavformat/argo_asf.h        |  2 +
 libavformat/argo_brp.c        | 34 +++++++------
 tests/fate/adpcm.mak          |  3 ++
 tests/ref/fate/adpcm-argo-brp |  1 +
 6 files changed, 117 insertions(+), 82 deletions(-)
 create mode 100644 tests/ref/fate/adpcm-argo-brp

-- 
2.25.4




More information about the ffmpeg-devel mailing list