summaryrefslogtreecommitdiff
path: root/libavcodec/tiff_common.c
Commit message (Collapse)AuthorAge
* 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>