summaryrefslogtreecommitdiff
path: root/doc/ffprobe.xsd
Commit message (Collapse)AuthorAge
* 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