summaryrefslogtreecommitdiffstats
path: root/tools/ffhash.c
Commit message (Collapse)AuthorAgeFilesLines
* 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