summaryrefslogtreecommitdiff
path: root/tools/ffhash.c
Commit message (Collapse)AuthorAge
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tools/ffhash: read errno before calling functions which might change itMichael Niedermayer2014-10-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/ffhash: implement base64 output.Nicolas George2014-04-29
| | | | Also fix usage string: the algorithm is not optional.
* tools/ffhash: use av_hash_final_hex().Nicolas George2014-04-29
|
* ffhash: Change size to an intAlex Smith2013-09-24
| | | | | | | | This fixes compilation with MSVC and ICL, and makes ffhash consistent with how the rest of the codebase uses read(). Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/ffhash: close file handle on errorMichael Niedermayer2013-06-02
| | | | | | Fixes CID1026768 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/ffhash: Use O_BINARY when availableJames Almer2013-05-17
| | | | | | | This fixes reading files in Windows Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Rename ffadler to ffhash and expand it using the generic hash APIJames Almer2013-05-16
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>