aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/exif-image-tiff
Commit message (Collapse)AuthorAgeFilesLines
* fftools/ffprobe: print lossless frame flagMarton Balint2025-01-051-0/+1
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avcodec/decode: Set KEY flag+pict_type generically for intra-only codecsAndreas Rheinhardt2024-05-191-1/+1
| | | | | | | | | | | | | | | This commit is the analog of 3f11eac75741888c7b2b6f93c458766f2613bab5 for decoding: It sets the AV_FRAME_FLAG_KEY and (for video decoders) also pict_type to AV_PICTURE_TYPE_I. It furthermore stops setting audio frames as always being key frames -- it is wrong for e.g. TrueHD/MLP. The latter also affects TAK and DFPWM. The change already improves output for several decoders where it has been forgotten to set e.g. pict_type like speedhq, wnv1 or tiff. The latter is the reason for the change to the exif-image-tiff FATE test reference file. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avutil: remove deprecated FF_API_FRAME_PICTURE_NUMBERJames Almer2024-03-071-2/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-071-2/+0
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fftools/ffprobe: print crop_* frame fieldsJames Almer2023-03-261-0/+4
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* ffprobe: print AVFrame.durationAnton Khirnov2022-07-191-0/+2
|
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-071-2/+2
| | | | | | The field was removed during the last major bump. Signed-off-by: James Almer <jamrial@gmail.com>
* ffprobe: Print color properties from show_framesVittorio Giovara2017-07-211-0/+5
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* fate: Update exif tests after 09ec31ce3aab41407965e7a95b7d145702434c26Michael Niedermayer2015-05-271-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-09-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Read aspect ratio from tiff image files.Carl Eugen Hoyos2014-04-071-1/+1
|
* fate: update after 5f6c21117f23a3c825777cdb0565a21c5a468d35Michael Niedermayer2013-12-151-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/tiff_common: Improve formating of long arraysMichael Niedermayer2013-10-031-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Add EXIF test.Thilo Borgmann2013-08-201-0/+25