summaryrefslogtreecommitdiffstats
path: root/libavcodec/exif.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-261-2/+5
| | | | | | | This prevents potential ABI issues with GetByteContext. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* exif: take a generic log contextHendrik Leppkes2016-04-021-1/+1
| | | | | | | 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>
* 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-1/+1
| | | | 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/+170
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud