Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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