aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/hashenc.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer2016-04-161-0/+1
| | | | | | It was accidentally deleted in the previous hashenc commit Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/hashenc: simplify hash_write_trailerJames Almer2016-04-141-23/+5
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: enable new outputJames Almer2016-04-131-5/+4
| | | | | | | Also, make every addition except for sidedata part of version 1 instead of the new version 2. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/framehash: add sidedata checksumJames Almer2016-04-131-3/+29
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: add extradata checksumJames Almer2016-04-131-0/+23
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: Add more information to the outputMichael Niedermayer2016-04-121-3/+3
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat: add hash and framehash muxersMoritz Barsnick2016-04-121-0/+231
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: James Almer <jamrial@gmail.com>