Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ffprobe: extend disposition printing support | Stefano Sabatini | 2012-09-30 | 1 | -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 printing | Stefano Sabatini | 2012-09-29 | 1 | -0/+1 |
| | |||||
* | ffprobe: add -bitexact boolean option | Stefano Sabatini | 2012-09-22 | 1 | -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 cases | Derek Buitenhuis | 2012-09-18 | 1 | -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 information | Stefano Sabatini | 2012-09-12 | 1 | -0/+2 |
| | |||||
* | ffprobe: fix validity error with tags and data. | Nicolas George | 2012-07-31 | 1 | -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_layout | Stefano Sabatini | 2012-07-31 | 1 | -0/+2 |
| | |||||
* | ffprobe: dump AVPacket.convergence_duration. | Nicolas George | 2012-06-18 | 1 | -0/+2 |
| | |||||
* | ffprobe: show packet duration in frame | Stefano Sabatini | 2012-06-06 | 1 | -0/+2 |
| | |||||
* | ffprobe: display the codec profile in show_stream() | Christian Schmidt | 2012-05-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | ffprobe: report bit rate in stream description | Matthieu Bouron | 2012-02-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | ffprobe: add count_frames and count_packets options | Matthieu Bouron | 2012-02-17 | 1 | -0/+2 |
| | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | ffprobe: add support to audio frame information printing | Stefano Sabatini | 2012-01-12 | 1 | -0/+4 |
| | |||||
* | ffprobe: add -show_program_version and -show_library_versions options | Stefano Sabatini | 2012-01-10 | 1 | -0/+26 |
| | |||||
* | ffprobe: add support to video frame information printing | Stefano Sabatini | 2012-01-07 | 1 | -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_error | Stefano Sabatini | 2012-01-04 | 1 | -0/+6 |
| | |||||
* | ffprobe: add XML writer | Stefano Sabatini | 2011-12-27 | 1 | -0/+96 |