summaryrefslogtreecommitdiff
path: root/libavcodec/tiff_common.h
Commit message (Collapse)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
| | | | | | | Also remove other unnecessary headers and include headers directly while at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/tiff_common: Remove declarations of inexistent functionsAndreas Rheinhardt2021-01-25
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* fix spelling errorsAndreas Cadhalpun2014-07-12
| | | | | 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-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>
* 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>
* avcodec: typo fix sepera* → separa*Clément Bœsch2013-09-15
|
* 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>