summaryrefslogtreecommitdiff
path: root/libavformat/argo_asf.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* argo: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat/argo_asf: Fix order of operations in error check in argo_asf_write_t...Michael Niedermayer2022-02-25
* avformat/argo_asf: use title metadata when muxingZane van Iperen2021-10-15
* avformat/argo_asf: pass name through as metadataZane van Iperen2021-10-15
* avformat/argo_asf: cleanup and NULL-terminate name field in headerZane van Iperen2021-10-15
* avformat/argo_asf: Use memcpy to copy string without its NULAndreas Rheinhardt2021-09-26
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-29
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* avformat/argo_asf: don't set bits_per_raw_sampleZane van Iperen2021-07-19
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/argo_{asf,brp}: fix potential segfault in ff_argo_asf_fill_stream()Zane van Iperen2020-09-27
* avformat/argo_asf: implement seekingZane van Iperen2020-09-23
* avformat/argo_asf: cosmeticsZane van Iperen2020-09-20
* avformat/argo_asf: fix enforcement of chunk countZane van Iperen2020-09-20
* avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argoZane van Iperen2020-09-19
* avformat/argo_asf: initialise file header inlineZane van Iperen2020-09-16
* avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #defineZane van Iperen2020-09-14
* avformat/argo_asf: split functionality into a headerZane van Iperen2020-09-14
* avformat/argo_asf: bail if invalid tagZane van Iperen2020-09-14
* avformat/argo_asf: fix handling of v1.1 filesZane van Iperen2020-09-07
* avformat/argo_asf: strip file extension from nameZane van Iperen2020-08-11
* avformat/argo_asf: add name optionZane van Iperen2020-08-11
* avformat/argo_asf: add version_major and version_minor optionsZane van Iperen2020-08-11
* avformat/argo_asf: don't check file versionZane van Iperen2020-08-11
* avformat/argo_asf: add games to version listZane van Iperen2020-08-11
* avformat: add argo_asf muxerZane van Iperen2020-08-07
* avformat/argo_asf: check sample count in demuxerZane van Iperen2020-08-07
* avformat: add demuxer for argonaut games' ASF formatZane van Iperen2020-01-26