aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/exif-image-embedded
Commit message (Collapse)AuthorAgeFilesLines
* fftools/ffprobe: print lossless frame flagMarton Balint2025-01-051-0/+1
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* 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-44/+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/+44
|
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-071-44/+44
| | | | | | The field was removed during the last major bump. Signed-off-by: James Almer <jamrial@gmail.com>
* mjpegdec: stop setting the QP tableAnton Khirnov2021-02-081-6/+0
| | | | | | | MJPEG does not have a single quantiser scale, so this does not fit into the intended API use. This removes the last use of the long-deprecated QP table API.
* avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer2020-12-131-2/+2
| | | | | | | | | Fixes a decoding regression introduced by e9a2a87773, and as a side effect also fixes bogus values set to certain audio frames that had some samples discarded, where the offsets added to pts, pkt_dts and pkt_duration were not reflected in best_effort_timestamp. Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: prefer the mp3float decoder to the mp3 decoderRostislav Pehlivanov2018-04-011-21/+21
| | | | | | | | | On modern x86 systems its around 2x faster. For systems without FPUs it'll be slower, but our policy is to prefer floating point implementations and to let users decide what's best (or just not compile them on systems without FPUs). Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* lavu/frame: add QP side datawm42018-03-181-0/+6
| | | | | | | | | | | | | | | | | | | This adds a way for an API user to transfer QP data and metadata without having to keep the reference to AVFrame, and without having to explicitly care about QP APIs. It might also provide a way to finally remove the deprecated QP related fields. In the end, the QP table should be handled in a very similar way to e.g. AV_FRAME_DATA_MOTION_VECTORS. There are two side data types, because I didn't care about having to repack the QP data so the table and the metadata are in a single AVBufferRef. Otherwise it would have either required a copy on decoding (extra slowdown for something as obscure as the QP data), or would have required making intrusive changes to the codecs which support export of this data. The new side data types are added under deprecation guards, because I don't intend to change the status of the QP export as being deprecated (as it was before this patch too).
* 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/+22
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: update after 5f6c21117f23a3c825777cdb0565a21c5a468d35Michael Niedermayer2013-12-151-0/+44
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: Add EXIF test.Thilo Borgmann2013-08-201-0/+360