aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff_common.h
Commit message (Collapse)AuthorAgeFilesLines
* fix spelling errorsAndreas Cadhalpun2014-07-121-5/+5
| | | | | Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/exif/exif_add_metadata: add support for SSHORT & SBYTEMichael Niedermayer2014-04-201-2/+2
| | | | | | | | 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>
* avcodec/tiff_common: add ff_tadd_bytes_metadata()Michael Niedermayer2013-09-291-0/+6
| | | | | | | 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>
* avcodec: typo fix sepera* → separa*Clément Bœsch2013-09-151-4/+4
|
* 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/+146
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>