summaryrefslogtreecommitdiffstats
path: root/libavcodec/exif.c
Commit message (Collapse)AuthorAgeFilesLines
* exif: take a generic log contextHendrik Leppkes2016-04-021-8/+8
| | | | | | | 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>
* Print a warning instead of requesting a sample for an invalid exif tag.Carl Eugen Hoyos2014-07-241-0/+5
| | | | | Fixes ticket #3792. Reviewed-by: Thilo Borgmann
* avcodec/exif: do not follow 0 offsetsMichael Niedermayer2014-04-201-0/+5
| | | | | | | Fixes exif decoding failure of 1295328_300.jpg Reviewed-by; Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer2014-04-201-2/+4
| | | | | | | | 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>
* Reindent after last commit.Thilo Borgmann2014-04-051-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/exif: Make EXIF IFD decoding part of private API/ABI.Thilo Borgmann2014-04-051-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/exif: print bytes and undefined types as scalar listsMichael Niedermayer2013-09-291-1/+1
| | | | | | This prevents odd characters from ending in the fate test Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Update my email address.Thilo Borgmann2013-08-131-2/+2
|
* avcodec: Add EXIF metadata parser to libavcodec.Thilo Borgmann2013-08-131-0/+130
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud