summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-081-0/+1
| | | | Fixes ticket #3919.
* ffprobe: add -show_data_hash option.Nicolas George2014-08-171-0/+2
|
* ffprobe: print some basic information about avframe side dataMichael Niedermayer2014-07-301-0/+11
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/ffprobe.xsd: fix order and missing elements/attributesDave Rice2014-07-021-5/+8
| | | | | | Signed-off-by: Dave Rice <dave@dericed.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-241-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-091-0/+1
| | | | | | | | | | | | | 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>
* ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-151-0/+2
| | | | | | | | 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: add support for subtitle framesMarton Balint2013-11-251-1/+14
| | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: print stream channel_layout when availableStefano Sabatini2013-10-031-0/+1
| | | | Fix trac ticket #3006.
* ffprobe: show probe_score in the format sectionStefano Sabatini2013-09-011-0/+1
| | | | Should address trac ticket #2621.
* ffprobe: fix format section XML validationStefano Sabatini2013-09-011-0/+1
| | | | It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
* ffprobe: add -show_programs optionFlorent Tribouilloy2013-07-281-0/+24
| | | | | | | 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>
* doc/ffprobe.xsd: specify tag elements in stream after disposition elementStefano Sabatini2013-07-281-1/+1
| | | | | Fix XML schema validation, since elements must appear in the same order as specified in the schema.
* ffprobe: show chapter and chapter metadata informationStefano Sabatini2013-06-061-0/+20
| | | | Address trac ticket #2636.
* ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-171-1/+0
|
* ffprobe: show pkt_size in frameStefano Sabatini2012-12-151-0/+1
| | | | Fix trac ticket #2027.
* ffprobe: extend disposition printing supportStefano Sabatini2012-09-301-3/+15
| | | | | | | | | | 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.
* ffprobe: add support to library ident printingStefano Sabatini2012-09-291-0/+1
|
* ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-221-1/+1
| | | | | The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
* ffprobe: Add a few common disposition casesDerek Buitenhuis2012-09-181-0/+3
| | | | | | | This info is crucial in knowing which stream to pick in an automated setup. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* ffprobe: print start_pts and duration_ts stream informationStefano Sabatini2012-09-121-0/+2
|
* ffprobe: fix validity error with tags and data.Nicolas George2012-07-311-0/+6
| | | | | | | | Add "data" and "extradata" attributes to the schema. Add "tag" element in "streams". Print extradata before tags to avoid closing the element. Fix trac ticket #1588.
* ffprobe: show audio frame channels and channel_layoutStefano Sabatini2012-07-311-0/+2
|
* ffprobe: dump AVPacket.convergence_duration.Nicolas George2012-06-181-0/+2
|
* ffprobe: show packet duration in frameStefano Sabatini2012-06-061-0/+2
|
* ffprobe: display the codec profile in show_stream()Christian Schmidt2012-05-261-0/+1
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: report bit rate in stream descriptionMatthieu Bouron2012-02-201-0/+1
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-171-0/+2
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: add support to audio frame information printingStefano Sabatini2012-01-121-0/+4
|
* ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini2012-01-101-0/+26
|
* ffprobe: add support to video frame information printingStefano Sabatini2012-01-071-0/+32
| | | | | | | | | | Add -show_frames option to ffprobe. Partially based on the work of Thomas Kuehnel <kuehnelth@googlemail.com> for SOCIS 2011. The wicked idea of creating a special "packets_and_frames" container for structured formats (JSON and XML) comes from Clément.
* ffprobe: add support to option -show_errorStefano Sabatini2012-01-041-0/+6
|
* ffprobe: add XML writerStefano Sabatini2011-12-271-0/+96