summaryrefslogtreecommitdiff
path: root/libavformat/hashenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/hashenc: Deduplicate (stream)hash optionsAndreas Rheinhardt2021-01-081-11/+4
* avformat/hashenc: Reuse hash_free() for framehash muxersAndreas Rheinhardt2020-12-101-11/+3
* avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint2020-01-071-1/+0
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-071-1/+0
* avformat/hashenc: fix incorrect use of av_mallocz_array()Moritz Barsnick2019-09-231-3/+3
* avformat/hashenc: add streamhash muxerMoritz Barsnick2019-09-201-10/+90
* avformat/hashenc: use an array of hashesMoritz Barsnick2019-09-201-28/+54
* avformat/hashenc: rearrange options definitionMoritz Barsnick2019-09-201-8/+27
* lavf/hashenc: Correct the hash/MD5 muxer class nameJun Zhao2019-04-031-4/+4
* avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer2016-04-161-0/+1
* avformat/hashenc: simplify hash_write_trailerJames Almer2016-04-141-23/+5
* avformat/framehash: enable new outputJames Almer2016-04-131-5/+4
* avformat/framehash: add sidedata checksumJames Almer2016-04-131-3/+29
* avformat/framehash: add extradata checksumJames Almer2016-04-131-0/+23
* avformat/framehash: Add more information to the outputMichael Niedermayer2016-04-121-3/+3
* avformat: add hash and framehash muxersMoritz Barsnick2016-04-121-0/+231