summaryrefslogtreecommitdiff
path: root/tests/ref/fate/ffprobe_default
Commit message (Collapse)AuthorAge
* ffprobe: report the corrupt flag on packetsrcombs2023-02-09
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fftools/ffprobe: Report initial and trailing paddingAndreas Rheinhardt2022-09-05
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* ffprobe: print AVFrame.durationAnton Khirnov2022-07-19
|
* ffmpeg: rewrite setting the stream dispositionAnton Khirnov2021-11-16
| | | | | | | | | | | | | | | | | | | | | Currently, the code doing this is spread over several places and may behave in unexpected ways. E.g. automatic 'default' marking is only done for streams fed by complex filtergraphs. It is also applied in the order in which the output streams are initialized, which is effectively random. Move processing the dispositions at the end of open_output_file(), when we already have all the necessary information. Apply the automatic default marking only if no explicit -disposition options were supplied by the user, and apply it to the first stream of each type (excluding attached pics) when there is more than one stream of that type and no default markings were copied from the input streams. Explicitly document the new behavior. Changes the results of some tests, where the output file gets a default disposition, while it previously did not.
* avcodec: add a Film Grain codec property flagJames Almer2021-08-24
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* ffprobe: remove references to frame->pkt_ptsJames Almer2021-08-07
| | | | | | The field was removed during the last major bump. Signed-off-by: James Almer <jamrial@gmail.com>
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-31
| | | | | Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* ffprobe: stop printing deprecated fieldsAnton Khirnov2021-02-22
| | | | | | | | | | | The FF_API macros are private and must not be used by external callers. As the fields in question are to be removed without replacement, just drop them. The fields are: AVPacket.convergence_duration AVCodecContext.time_base AVCodecContext.timecode_frame_start AV_PIX_FMT_FLAG_PSEUDOPAL pixel descriptor flag
* fftools/ffprobe: show closed caption info in the stream dumpvectronic2020-05-02
| | | | | Signed-off-by: vectronic <hello.vectronic@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* ffprobe: use consistent string for unspecified color_range valueTobias Rapp2017-09-07
| | | | | | | Makes the handling of unspecified/unknown color_range values on stream level consistent to the value used on frame level. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* ffprobe: Print color properties from show_framesVittorio Giovara2017-07-21
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* fate: update ffprobe stuff after dbc7f02a727286f3Paul B Mahol2017-02-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-24
| | | | Reviewed-By: Michael Niedermayer <michael@niedermayer.cc>
* ffprobe: report field order for video streamsRodger Combs2016-10-24
|
* ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.Sasi Inguva2016-09-23
| | | | | Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
| | | | | | | | | | | | | | | | * commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <derek.buitenhuis@gmail.com> - Hendrik Leppkes <h.leppkes@gmail.com> - wm4 <nfxjfg@googlemail.com> - Clément Bœsch <clement@stupeflix.com> - James Almer <jamrial@gmail.com> - Michael Niedermayer <michael@niedermayer.cc> - Rostislav Pehlivanov <atomnuker@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Merge commit 'dc6527ed908e4d330738f139074455ffbe56a2de'Derek Buitenhuis2016-02-29
| | | | | | | | | | FATE tests have been updated to patch. They do not differ in any meaningful way. * commit 'dc6527ed908e4d330738f139074455ffbe56a2de': nutenc: do not use AVCodecContext.frame_size Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* ffprobe: print stream_index with frame dataDave Rice2015-05-27
| | | | This makes it easier to relate frame data to its associated stream.
* Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-08
| | | | | | | | | | * commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f': avprobe: Export coded_{width,height} in -show_streams Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-30
| | | | | | | Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-19
| | | | | | Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-08
| | | | Fixes ticket #3919.
* ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-24
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-09
| | | | | | | | | | | | | The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffmpeg: prefix encoder with "Lavc " in bitexact modeMichael Niedermayer2014-05-18
| | | | | | This avoids misleading encoder names like "encoder = prores" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: Skip writing the version when -flags bitexact is usedMichael Niedermayer2014-05-18
| | | | | | Alternatively every fate test could be changed to pass both fflags and flags +bitexact Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '6656370b858329ca07a60a2de954d5e90daa0206'Michael Niedermayer2014-05-18
| | | | | | | | | | | | * commit '6656370b858329ca07a60a2de954d5e90daa0206': avconv: set the "encoder" tag when transcoding Conflicts: ffmpeg.c tests/ref/lavf/mkv tests/ref/seek/lavf-mkv Merged-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/utils: ff_decode_frame_props: set pkt_sizeMichael Niedermayer2014-05-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-15
| | | | | | | | This is useful for debugging. Reference and ffprobe.xsd changes done and tested by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: print stream channel_layout when availableStefano Sabatini2013-10-03
| | | | Fix trac ticket #3006.
* fate: update fate tests after master:291ad12ea2d1: ffprobe: show probe_score ↵Michael Niedermayer2013-09-01
| | | | | | in the format section Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-28
| | | | | | | The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* nutdec: Implement duration parsing for indexed nutsMichael Niedermayer2013-05-02
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: do not init frame with guessed layout.Nicolas George2013-04-03
| | | | It is breaking support from files with unknown layout.
* ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-17
|
* Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-12
| | | | | | | | | | * commit '2eba9087f3031c6050f8dcd996225490be6c2410': lavc: make up a fake frame channel layout when there is no real one. Conflicts: libavcodec/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fate: update fate for 1a490df12fd9Michael Niedermayer2012-12-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-28
| | | | | | | | This fixes correctly storing and identifying PCM in nut. Based on patch by Luca Barbato Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate/ffprobe: add some stream metadata.Clément Bœsch2012-10-08
|
* nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer2012-10-02
| | | | | | | | | | | | | | While a 25 fps stream can in general store frame durations in 1/25 units, this is not true for the timestamps. For example a 25fps and a 25000/1001 fps stream when they are stored together might have a matching 0 timestamp point but when for example a chapter from this is cut the new start is no longer aligned. The issue gets MUCH worse when the streams are lower fps, like 1 or 2 fps. This commit thus makes the muxer choose a multiple of the framerate as timebase that is at least about 20 micro seconds precise Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nut: store and read the r_frame_rateMichael Niedermayer2012-10-02
| | | | | | | With this, when we use a finer timebase than neccessary to store durations the demuxer still knows what the original timebase was. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: extend disposition printing supportStefano Sabatini2012-09-30
| | | | | | | | | | This generalizes the previous work on disposition printing. Disposition flags are shown in a dedicated section, which should improve output intellegibility, extensibility and filtering operations. This breaks output syntax with the recently introduced disposition printing.
* tests/fate-ffprobe: fix typo in metadata commentStefano Sabatini2012-09-24
|
* tests: update fate-ffprobe test to make use of -bitexact flagStefano Sabatini2012-09-22
| | | | Should fix tests with --enable-small.
* tests: add fate-ffprobe testStefano Sabatini2012-09-20