Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-30exr: make message about missing feature more usefulPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-05-30exr: alpha supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2012-05-20exr: fix header parsingJean First
the header in the sample provided for ticket #1306 is not parsed correctly and thus ffmpeg tries to decode the sample instead of abording the decoding. I tested it with two other exr samples I have - one float, one half float - and they still decode correctly. Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-05-04Fix a few @file doxy inconsistencies.Clément Bœsch
2012-04-09exr: optimize exr_halflt2uint()Michael Niedermayer
30% faster Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-06exr: fix mixed declaration and statements.Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-06exr: various cleanup and security related fixesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-06exr: fix av_logs()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-06lavc: add a OpenEXR decoderJimmy Christensen
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>