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
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