summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/ffprobe_default
Commit message (Collapse)AuthorAgeFilesLines
* ffprobe: use consistent string for unspecified color_range valueTobias Rapp2017-09-071-2/+2
| | | | | | | 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-211-0/+40
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* fate: update ffprobe stuff after dbc7f02a727286f3Paul B Mahol2017-02-261-13/+13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-241-0/+3
| | | | Reviewed-By: Michael Niedermayer <michael@niedermayer.cc>
* ffprobe: report field order for video streamsRodger Combs2016-10-241-0/+2
|
* ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.Sasi Inguva2016-09-231-14/+14
| | | | | Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
| | | | | | | | | | | | | | | | * 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-291-30/+30
| | | | | | | | | | 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-271-0/+14
| | | | This makes it easier to relate frame data to its associated stream.
* Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-081-0/+4
| | | | | | | | | | * 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-301-0/+2
| | | | | | | 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-191-0/+6
| | | | | | 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-081-0/+3
| | | | Fixes ticket #3919.
* ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-241-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-091-0/+3
| | | | | | | | | | | | | 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-181-33/+33
| | | | | | 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-181-33/+33
| | | | | | 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-181-30/+33
| | | | | | | | | | | | * 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-011-8/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-151-0/+28
| | | | | | | | 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-031-0/+1
| | | | Fix trac ticket #3006.
* fate: update fate tests after master:291ad12ea2d1: ffprobe: show probe_score ↵Michael Niedermayer2013-09-011-0/+1
| | | | | | in the format section Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-281-0/+1
| | | | | | | 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-021-8/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: do not init frame with guessed layout.Nicolas George2013-04-031-6/+6
| | | | It is breaking support from files with unknown layout.
* ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-171-8/+0
|
* Merge commit '2eba9087f3031c6050f8dcd996225490be6c2410'Michael Niedermayer2013-03-121-6/+6
| | | | | | | | | | * 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-151-0/+14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* nut: put nut PCM audio tags in front of avi tags.Michael Niedermayer2012-11-281-2/+2
| | | | | | | | 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-081-36/+39
|
* nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer2012-10-021-83/+83
| | | | | | | | | | | | | | 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-021-32/+32
| | | | | | | 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-301-8/+33
| | | | | | | | | | 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-241-32/+32
|
* tests: update fate-ffprobe test to make use of -bitexact flagStefano Sabatini2012-09-221-4/+0
| | | | Should fix tests with --enable-small.
* tests: add fate-ffprobe testStefano Sabatini2012-09-201-0/+583
OpenPOWER on IntegriCloud