summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
Commit message (Collapse)AuthorAge
* ffprobe: add support for subtitle framesMarton Balint2013-11-25
| | | | | 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-03
| | | | Fix trac ticket #3006.
* ffprobe: show probe_score in the format sectionStefano Sabatini2013-09-01
| | | | Should address trac ticket #2621.
* ffprobe: fix format section XML validationStefano Sabatini2013-09-01
| | | | It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
* 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>
* doc/ffprobe.xsd: specify tag elements in stream after disposition elementStefano Sabatini2013-07-28
| | | | | 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-06
| | | | Address trac ticket #2636.
* ffprobe: remove deprecated frame "reference" fieldStefano Sabatini2013-03-17
|
* ffprobe: show pkt_size in frameStefano Sabatini2012-12-15
| | | | Fix trac ticket #2027.
* 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.
* ffprobe: add support to library ident printingStefano Sabatini2012-09-29
|
* ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-22
| | | | | 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-18
| | | | | | | 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-12
|
* ffprobe: fix validity error with tags and data.Nicolas George2012-07-31
| | | | | | | | 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-31
|
* ffprobe: dump AVPacket.convergence_duration.Nicolas George2012-06-18
|
* ffprobe: show packet duration in frameStefano Sabatini2012-06-06
|
* ffprobe: display the codec profile in show_stream()Christian Schmidt2012-05-26
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: report bit rate in stream descriptionMatthieu Bouron2012-02-20
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-17
| | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* ffprobe: add support to audio frame information printingStefano Sabatini2012-01-12
|
* ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini2012-01-10
|
* ffprobe: add support to video frame information printingStefano Sabatini2012-01-07
| | | | | | | | | | 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-04
|
* ffprobe: add XML writerStefano Sabatini2011-12-27