summaryrefslogtreecommitdiffstats
path: root/doc/ffprobe.xsd
Commit message (Collapse)AuthorAgeFilesLines
* ffprobe: print stream_index with frame dataDave Rice2015-05-271-0/+1
| | | | This makes it easier to relate frame data to its associated stream.
* doc/ffprobe.xsd: add build_date and build_time as optional attributesDave Rice2015-05-131-0/+2
| | | | | | | | | | | | | | | This partly undoes 7b35a01. The intent of patch 7b35a01 was to no longer use build_date and build_time as attributes of programVersion, but the patch also had the effect of making all records generated with an earlier ffprobe build with build_date and build_time as invalid. This patch puts the two attributes back but without mandating their use, thus older ffprobe records as backwards compatible with the current schema and their use is no longer required. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* doc/ffprobe.xsd: remove extra sequence from streamTypeDave Rice2015-05-131-3/+0
| | | | | | This makes the XSD valid again. Fixes a regression from a72b61a. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: support printing AVStream and AVPacket side dataMichael Niedermayer2015-05-031-0/+19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-081-0/+2
| | | | | | | | | | * commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f': avprobe: Export coded_{width,height} in -show_streams Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* doc/ffprobe.xsd: drop build_date and build_time from programVersionTypeStefano Sabatini2015-02-021-2/+0
| | | | | Update schema after commit: 103e4c58633f210d7c3203cae121ba5b5123afa6
* ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-301-0/+1
| | | | | | | Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe.xsd: add packets_and_frames element definitionTobias Rapp2014-10-301-0/+11
| | | | | | | This allows validation of ffprobe XML output if -show_packets and -show_frames are both set. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-191-0/+3
| | | | | | Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add pixel format chroma sub-sampling outputTobias Rapp2014-10-071-0/+2
| | | | | | | | | | | Adds output of chroma sub-sampling information to ffprobe -show_pixel_formats option. Note: This patch just prints the "raw" log2_charoma_w/h values instead of the previously suggested mapping into a chroma sub-sampling pattern string like "4:2:2". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add pixel format component bit depth outputTobias Rapp2014-10-071-0/+12
| | | | | | | Adds output of bit depth per pixel format component to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add pixel format flags outputTobias Rapp2014-10-071-0/+15
| | | | | | Adds output of pixel format flags to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add -show_pixel_formats optionTobias Rapp2014-10-071-0/+13
| | | | | | | Adds option -show_pixel_formats to ffprobe which lists all available pixel formats with some details. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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
OpenPOWER on IntegriCloud