aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff_common.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
| | | | | | | | | | | There are lots of files that don't need it: The number of object files that actually need it went down from 2011 to 884 here. Keep it for external users in order to not cause breakages. Also improve the other headers a bit while just at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/tiff_common: Fix AVBPrint error checksAndreas Rheinhardt2021-08-301-55/+21
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-0/+1
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
|
* avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer2014-04-201-4/+6
| | | | | | | | 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>
* Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer2014-04-131-12/+6
| | | | | | | | | | | * commit '0a467a9b594dd67aa96bad687d05f8845b009f18': tiffdec: use bytestream2 to simplify overread/overwrite protection Conflicts: libavcodec/tiff.c See: 1ec83d9a9e472f485897ac92bad9631d551a8c5b Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Issue-#3407 : Enhance precision for double to string conversion, useful for ↵Sylvain Fabre2014-02-231-1/+1
| | | | | | GEOTIFF double values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/tiff_common: add const to silent warningsLukasz Marek2014-02-151-1/+1
| | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: allow count = 0 in ff_tadd_bytes_metadata()Michael Niedermayer2013-11-011-1/+1
| | | | | | | Fixes Ticket3103 Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: Improve formating of long arraysMichael Niedermayer2013-10-031-10/+14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: fix bprint max sizesMichael Niedermayer2013-09-291-5/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: add ff_tadd_bytes_metadata()Michael Niedermayer2013-09-291-0/+31
| | | | | | | The le argument is passed so the function has the same prototype as the other similar functions. It is otherwise unused Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Update my email address.Thilo Borgmann2013-08-131-2/+2
|
* avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann2013-08-131-0/+282
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>