summaryrefslogtreecommitdiff
path: root/libavcodec/exif.c
Commit message (Collapse)AuthorAge
* Print a warning instead of requesting a sample for an invalid exif tag.Carl Eugen Hoyos2014-07-24
| | | | | Fixes ticket #3792. Reviewed-by: Thilo Borgmann
* avcodec/exif: do not follow 0 offsetsMichael Niedermayer2014-04-20
| | | | | | | 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-20
| | | | | | | | 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-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/exif: Make EXIF IFD decoding part of private API/ABI.Thilo Borgmann2014-04-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/exif: print bytes and undefined types as scalar listsMichael Niedermayer2013-09-29
| | | | | | 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-13
|
* avcodec: Add EXIF metadata parser to libavcodec.Thilo Borgmann2013-08-13
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>