summaryrefslogtreecommitdiffstats
path: root/tools/ffhash.c
Commit message (Collapse)AuthorAgeFilesLines
* tools/ffhash: read errno before calling functions which might change itMichael Niedermayer2014-10-251-1/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/ffhash: implement base64 output.Nicolas George2014-04-291-7/+18
| | | | Also fix usage string: the algorithm is not optional.
* tools/ffhash: use av_hash_final_hex().Nicolas George2014-04-291-12/+3
|
* ffhash: Change size to an intAlex Smith2013-09-241-1/+1
| | | | | | | | 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-021-0/+1
| | | | | | Fixes CID1026768 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tools/ffhash: Use O_BINARY when availableJames Almer2013-05-171-2/+5
| | | | | | | 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-161-0/+145
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud