summaryrefslogtreecommitdiff
path: root/libavcodec/exif.h
Commit message (Collapse)AuthorAge
* avcodec/exif: Don't include tiff.h in exif.hAndreas Schneider2022-02-14
| | | | | | | | The exif.h header doesn't use anything from tiff.h. We also just need to include tiff_common.h in .c files where it actually used. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/exif: Include bytestream.h for GetByteContextAndreas Schneider2022-02-14
| | | | | | | | bytestream.h should be directly included for GetByteContext and not rely on other headers to include it. It could be removed from there. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-26
| | | | | | | 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-02
| | | | | | | 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-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>
* 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>