summaryrefslogtreecommitdiff
path: root/libavformat/hashenc.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avformat/hashenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/hashenc: Deduplicate (stream)hash optionsAndreas Rheinhardt2021-01-08
* avformat/hashenc: Reuse hash_free() for framehash muxersAndreas Rheinhardt2020-12-10
* avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint2020-01-07
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-07
* avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick2019-09-23
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-20
* avformat/hashenc: use an array of hashesMoritz Barsnick2019-09-20
* avformat/hashenc: rearrange options definitionMoritz Barsnick2019-09-20
* lavf/hashenc: Correct the hash/MD5 muxer class nameJun Zhao2019-04-03
* avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer2016-04-16
* avformat/hashenc: simplify hash_write_trailerJames Almer2016-04-14
* avformat/framehash: enable new outputJames Almer2016-04-13
* avformat/framehash: add sidedata checksumJames Almer2016-04-13
* avformat/framehash: add extradata checksumJames Almer2016-04-13
* avformat/framehash: Add more information to the outputMichael Niedermayer2016-04-12
* avformat: add hash and framehash muxersMoritz Barsnick2016-04-12