summaryrefslogtreecommitdiff
path: root/libavformat/hashenc.c
Commit message (Collapse)AuthorAge
* avformat/hashenc: add missing avio_flush to hash_write_trailerJames Almer2016-04-16
| | | | | | 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-14
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: enable new outputJames Almer2016-04-13
| | | | | | | 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-13
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/framehash: add extradata checksumJames Almer2016-04-13
| | | | | 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-12
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat: add hash and framehash muxersMoritz Barsnick2016-04-12
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: James Almer <jamrial@gmail.com>