summaryrefslogtreecommitdiff
path: root/libavformat/argo_asf.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-7/+8
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+3
* argo: convert to new channel layout APIAnton Khirnov2022-03-151-10/+8
* avformat/argo_asf: Fix order of operations in error check in argo_asf_write_t...Michael Niedermayer2022-02-251-1/+1
* avformat/argo_asf: use title metadata when muxingZane van Iperen2021-10-151-4/+12
* avformat/argo_asf: pass name through as metadataZane van Iperen2021-10-151-0/+2
* avformat/argo_asf: cleanup and NULL-terminate name field in headerZane van Iperen2021-10-151-4/+4
* avformat/argo_asf: Use memcpy to copy string without its NULAndreas Rheinhardt2021-09-261-12/+6
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/argo_asf: don't set bits_per_raw_sampleZane van Iperen2021-07-191-6/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream()Zane van Iperen2020-09-271-5/+5
* avformat/argo_asf: implement seekingZane van Iperen2020-09-231-1/+24
* avformat/argo_asf: cosmeticsZane van Iperen2020-09-201-1/+1
* avformat/argo_asf: fix enforcement of chunk countZane van Iperen2020-09-201-7/+10
* avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argoZane van Iperen2020-09-191-10/+28
* avformat/argo_asf: initialise file header inlineZane van Iperen2020-09-161-6/+7
* avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #defineZane van Iperen2020-09-141-1/+1
* avformat/argo_asf: split functionality into a headerZane van Iperen2020-09-141-112/+92
* avformat/argo_asf: bail if invalid tagZane van Iperen2020-09-141-0/+3
* avformat/argo_asf: fix handling of v1.1 filesZane van Iperen2020-09-071-2/+17
* avformat/argo_asf: strip file extension from nameZane van Iperen2020-08-111-3/+17
* avformat/argo_asf: add name optionZane van Iperen2020-08-111-1/+13
* avformat/argo_asf: add version_major and version_minor optionsZane van Iperen2020-08-111-3/+44
* avformat/argo_asf: don't check file versionZane van Iperen2020-08-111-7/+0
* avformat/argo_asf: add games to version listZane van Iperen2020-08-111-1/+4
* avformat: add argo_asf muxerZane van Iperen2020-08-071-1/+126
* avformat/argo_asf: check sample count in demuxerZane van Iperen2020-08-071-1/+8
* avformat: add demuxer for argonaut games' ASF formatZane van Iperen2020-01-261-0/+249