summaryrefslogtreecommitdiff
path: root/libavcodec/tiff_common.c
Commit message (Collapse)AuthorAge
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
|
* 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>
* Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer2014-04-13
| | | | | | | | | | | * 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-23
| | | | | | GEOTIFF double values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc/tiff_common: add const to silent warningsLukasz Marek2014-02-15
| | | | | 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-01
| | | | | | | 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-03
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: fix bprint max sizesMichael Niedermayer2013-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: add ff_tadd_bytes_metadata()Michael Niedermayer2013-09-29
| | | | | | | 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-13
|
* avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann2013-08-13
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>