summaryrefslogtreecommitdiff
path: root/libavformat/argo_brp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/argo_brp: use bits_per_coded_sample instead of bits_per_raw_sampleZane van Iperen2021-07-191-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/argo_brp: remove block_align check for audioZane van Iperen2020-11-051-3/+0
* avformat/argo_brp: bail if no video framesZane van Iperen2020-11-031-0/+3
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-271-13/+2
* avformat/argo_brp: use header frame countsZane van Iperen2020-09-271-0/+4
* avformat/argo_brp: allow v1.1 ASF streams to have a non-22050 sample rate in ...Zane van Iperen2020-09-271-0/+14
* avformat/argo_brp: cosmeticsZane van Iperen2020-09-271-9/+9
* avformat/argo_brp: handle the case where the BASF block isn't the firstZane van Iperen2020-09-271-8/+20
* avformat/argo_brp: support MASK streamsZane van Iperen2020-09-271-2/+25
* avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream()Zane van Iperen2020-09-271-1/+1
* avformat/argo_brp: don't pass AVStream into avpriv_request_sample()Zane van Iperen2020-09-201-1/+1
* avformat/argo_brp: set BVID packet durationZane van Iperen2020-09-201-0/+5
* avformat/argo_brp: handle multiple BASF blocksZane van Iperen2020-09-201-93/+49
* avformat/argo_brp: make sure stream ids matchZane van Iperen2020-09-201-0/+4
* avformat/argo_brp: cleanup 'goto fail'sZane van Iperen2020-09-201-40/+23
* avformat/argo_brp: remove an allocationZane van Iperen2020-09-201-17/+1
* avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argoZane van Iperen2020-09-191-1/+1
* avformat: add Argonaut Games BRP demuxerZane van Iperen2020-09-141-0/+449