Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-20avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer
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>
2014-04-13Merge commit '0a467a9b594dd67aa96bad687d05f8845b009f18'Michael Niedermayer
* commit '0a467a9b594dd67aa96bad687d05f8845b009f18': tiffdec: use bytestream2 to simplify overread/overwrite protection Conflicts: libavcodec/tiff.c See: 1ec83d9a9e472f485897ac92bad9631d551a8c5b Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-23Issue-#3407 : Enhance precision for double to string conversion, useful for ↵Sylvain Fabre
GEOTIFF double values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-15lavc/tiff_common: add const to silent warningsLukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-01avcodec/tiff_common: allow count = 0 in ff_tadd_bytes_metadata()Michael Niedermayer
Fixes Ticket3103 Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03avcodec/tiff_common: Improve formating of long arraysMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-29avcodec/tiff_common: fix bprint max sizesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-29avcodec/tiff_common: add ff_tadd_bytes_metadata()Michael Niedermayer
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>
2013-08-13Update my email address.Thilo Borgmann
2013-08-13avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>