Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-15ffprobe: show best_effort_timestamp in the frame sectionwm4
This is useful for debugging. Reference and ffprobe.xsd changes done and tested by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-11-25ffprobe: add support for subtitle framesMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-03ffprobe: print stream channel_layout when availableStefano Sabatini
Fix trac ticket #3006.
2013-09-01ffprobe: show probe_score in the format sectionStefano Sabatini
Should address trac ticket #2621.
2013-09-01ffprobe: fix format section XML validationStefano Sabatini
It was broken since 2186a7e547fdda716138444c8345ce8b823f2d4a.
2013-07-28ffprobe: add -show_programs optionFlorent Tribouilloy
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>
2013-07-28doc/ffprobe.xsd: specify tag elements in stream after disposition elementStefano Sabatini
Fix XML schema validation, since elements must appear in the same order as specified in the schema.
2013-06-06ffprobe: show chapter and chapter metadata informationStefano Sabatini
Address trac ticket #2636.
2013-03-17ffprobe: remove deprecated frame "reference" fieldStefano Sabatini
2012-12-15ffprobe: show pkt_size in frameStefano Sabatini
Fix trac ticket #2027.
2012-09-30ffprobe: extend disposition printing supportStefano Sabatini
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.
2012-09-29ffprobe: add support to library ident printingStefano Sabatini
2012-09-22ffprobe: add -bitexact boolean optionStefano Sabatini
The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
2012-09-19ffprobe: Add a few common disposition casesDerek Buitenhuis
This info is crucial in knowing which stream to pick in an automated setup. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2012-09-12ffprobe: print start_pts and duration_ts stream informationStefano Sabatini
2012-07-31ffprobe: fix validity error with tags and data.Nicolas George
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.
2012-07-31ffprobe: show audio frame channels and channel_layoutStefano Sabatini
2012-06-18ffprobe: dump AVPacket.convergence_duration.Nicolas George
2012-06-07ffprobe: show packet duration in frameStefano Sabatini
2012-05-26ffprobe: display the codec profile in show_stream()Christian Schmidt
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-02-20ffprobe: report bit rate in stream descriptionMatthieu Bouron
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-02-17ffprobe: add count_frames and count_packets optionsMatthieu Bouron
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-01-12ffprobe: add support to audio frame information printingStefano Sabatini
2012-01-10ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini
2012-01-08ffprobe: add support to video frame information printingStefano Sabatini
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.
2012-01-04ffprobe: add support to option -show_errorStefano Sabatini
2011-12-27ffprobe: add XML writerStefano Sabatini