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ö
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-08avformat/hashenc: Deduplicate AVClassesAndreas Rheinhardt
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-01-08avformat/hashenc: Deduplicate (stream)hash optionsAndreas Rheinhardt
2020-12-10avformat/hashenc: Reuse hash_free() for framehash muxersAndreas Rheinhardt
2020-01-07avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint
2020-01-07avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint
2019-09-23avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick
2019-09-21avformat/hashenc: add streamhash muxerMoritz Barsnick
2019-09-21avformat/hashenc: use an array of hashesMoritz Barsnick
2019-09-21avformat/hashenc: rearrange options definitionMoritz Barsnick
2019-04-03lavf/hashenc: Correct the hash/MD5 muxer class nameJun Zhao
2016-04-17avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer
2016-04-15avformat/hashenc: simplify hash_write_trailerJames Almer
2016-04-14avformat/framehash: enable new outputJames Almer
2016-04-14avformat/framehash: add sidedata checksumJames Almer
2016-04-13avformat/framehash: add extradata checksumJames Almer
2016-04-12avformat/framehash: Add more information to the outputMichael Niedermayer
2016-04-12avformat: add hash and framehash muxersMoritz Barsnick