Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print bits_per_raw_sample for ffprobe -show_streams. | Carl Eugen Hoyos | 2014-09-08 | 1 | -0/+1 |
| | | | | Fixes ticket #3919. | ||||
* | ffprobe: add -show_data_hash option. | Nicolas George | 2014-08-17 | 1 | -0/+2 |
| | |||||
* | ffprobe: print some basic information about avframe side data | Michael Niedermayer | 2014-07-30 | 1 | -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/attributes | Dave Rice | 2014-07-02 | 1 | -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 output | Tobias Rapp | 2014-06-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | ffprobe: add rc_max_rate to stream output | Billy Shambrook | 2014-06-09 | 1 | -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 section | wm4 | 2013-12-15 | 1 | -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 frames | Marton Balint | 2013-11-25 | 1 | -1/+14 |
| | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> | ||||
* | ffprobe: print stream channel_layout when available | Stefano Sabatini | 2013-10-03 | 1 | -0/+1 |
| | | | | Fix trac ticket #3006. | ||||
* | ffprobe: show probe_score in the format section | Stefano Sabatini | 2013-09-01 | 1 | -0/+1 |
| | | | | Should address trac ticket #2621. | ||||
* | ffprobe: fix format section XML validation | Stefano Sabatini | 2013-09-01 | 1 | -0/+1 |
| | | | | It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a. | ||||
* | ffprobe: add -show_programs option | Florent Tribouilloy | 2013-07-28 | 1 | -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 element | Stefano Sabatini | 2013-07-28 | 1 | -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 information | Stefano Sabatini | 2013-06-06 | 1 | -0/+20 |
| | | | | Address trac ticket #2636. | ||||
* | ffprobe: remove deprecated frame "reference" field | Stefano Sabatini | 2013-03-17 | 1 | -1/+0 |
| | |||||
* | ffprobe: show pkt_size in frame | Stefano Sabatini | 2012-12-15 | 1 | -0/+1 |
| | | | | Fix trac ticket #2027. | ||||
* | 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 |