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
2017-10-26avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer
This prevents potential ABI issues with GetByteContext. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2016-04-03exif: take a generic log contextHendrik Leppkes
The AVCodecContext is only used for logging, so instead take any valid log context. This allows reusing the exif functions more easily in avformat. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-07-24Print a warning instead of requesting a sample for an invalid exif tag.Carl Eugen Hoyos
Fixes ticket #3792. Reviewed-by: Thilo Borgmann
2014-04-20avcodec/exif: do not follow 0 offsetsMichael Niedermayer
Fixes exif decoding failure of 1295328_300.jpg Reviewed-by; Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-20avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer
No working testcase, this omission was just spoted when the parser apparently went out of sync. Reviewed-by; Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-05Reindent after last commit.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-04-05lavc/exif: Make EXIF IFD decoding part of private API/ABI.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-29avcodec/exif: print bytes and undefined types as scalar listsMichael Niedermayer
This prevents odd characters from ending in the fate test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-13Update my email address.Thilo Borgmann
2013-08-13avcodec: Add EXIF metadata parser to libavcodec.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>