Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/hashenc: fix incorrect use of av_mallocz_array() | Moritz Barsnick | 2019-09-23 | 1 | -3/+3 |
* | avformat/hashenc: add streamhash muxer | Moritz Barsnick | 2019-09-20 | 1 | -10/+90 |
* | avformat/hashenc: use an array of hashes | Moritz Barsnick | 2019-09-20 | 1 | -28/+54 |
* | avformat/hashenc: rearrange options definition | Moritz Barsnick | 2019-09-20 | 1 | -8/+27 |
* | lavf/hashenc: Correct the hash/MD5 muxer class name | Jun Zhao | 2019-04-03 | 1 | -4/+4 |
* | avformat/hashenc: add missing avio_flush to hash_write_trailer | James Almer | 2016-04-16 | 1 | -0/+1 |
* | avformat/hashenc: simplify hash_write_trailer | James Almer | 2016-04-14 | 1 | -23/+5 |
* | avformat/framehash: enable new output | James Almer | 2016-04-13 | 1 | -5/+4 |
* | avformat/framehash: add sidedata checksum | James Almer | 2016-04-13 | 1 | -3/+29 |
* | avformat/framehash: add extradata checksum | James Almer | 2016-04-13 | 1 | -0/+23 |
* | avformat/framehash: Add more information to the output | Michael Niedermayer | 2016-04-12 | 1 | -3/+3 |
* | avformat: add hash and framehash muxers | Moritz Barsnick | 2016-04-12 | 1 | -0/+231 |