235 Commits (7f6f8f642c330d04f1615e69559fc023468faabb)

Author SHA1 Message Date
Clément Bœsch d5d7de7671 ffprobe: directly use va args in print fmt callbacks. 13 years ago
Clément Bœsch 0629b1ff35 ffprobe: introduce output format writers. 13 years ago
Clément Bœsch 8af9366e2f ffprobe: fix deprecated call to av_find_stream_info. 13 years ago
Stefano Sabatini 9a15146768 ffprobe: use av_get_media_type_string() in media_type_string(), simplify 13 years ago
Stefano Sabatini 7c94740b84 ffprobe: in value_string(), do not print trailing space in case of no suffix 13 years ago
Anton Khirnov 9e12f0bf5f Rename ffprobe to avprobe. 13 years ago
Thierry Foucu 364d64275c ffprobe: display bitstream level. 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Gavin Kinsey c558122e4e Fix segmentation fault in ffprobe 14 years ago
Nicolas George 25119a7f08 ffprobe: flush stdout after each group. 14 years ago
Stefano Sabatini 46edd3a01b ffprobe: fix opt_pretty() signature 14 years ago
Jeff Downs a09918335f Make all option parsing functions match the function pointer type through which they are called. 14 years ago
Michael Niedermayer 06724c5f5d ffprobe: remove duplicate avformat_alloc_context() 14 years ago
Gavin Kinsey df1768d0a2 Fix segmentation fault in ffprobe 14 years ago
Anton Khirnov e0518705c8 ffprobe: use new avformat_open_* API. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Stefano Sabatini cea87fb2c3 ffprobe: implement -i FILE option 14 years ago
Stefano Sabatini 96f931adf7 cmdutils: change the signature of the function argument in parse_options() 14 years ago
Stefano Sabatini eb8bc57240 cmdutils: remove OPT_FUNC2 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Stefano Sabatini 9c3f5ef663 ffprobe: tweak error message in open_input_file() 14 years ago
Diego Biurrun 89b503b55f Lowercase all ff* program names. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Stefano Sabatini 98ac192b4e ffprobe: provide format parameters to av_open_input_file() 14 years ago
Stefano Sabatini 038566a5ed ffprobe: tweak error message in open_input_file() 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 0ebf475494 lavf: add av_ prefix to dump_format() 14 years ago
Anton Khirnov 610219a598 lavf: add av_ prefix to dump_format() 14 years ago
Anton Khirnov 4712ed26ee Make ffprobe print stream language only once, also remove usage of the 14 years ago
Anton Khirnov a7e5a832c4 ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() 14 years ago
Michael Niedermayer 0093ebc20a User application side of Codec specific parameters. 14 years ago
Stefano Sabatini 6afd569e1d Make ffprobe able to set AVFormatContext options. 14 years ago
Stefano Sabatini 530bbe96c7 Implement ffprobe -show_packets. 15 years ago
Stefano Sabatini 7e566bbe6c Implement av_get_codec_tag_string() and use it in ffprobe. 15 years ago
Stefano Sabatini 441881b4f9 Reindent after the last commit. 15 years ago
Stefano Sabatini 8280e2bd45 Make ffprobe show sample_aspect_ratio and display_aspect_ratio only if 15 years ago
Robert Krüger 0a6a282a51 Make ffprobe show stream->nb_frames if that info is known. 15 years ago
Robert Krüger d21b227818 Fix computation of the display aspect ratio. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Stefano Sabatini 4bfe67da24 Implement -convert_tags option, which converts showed tag names to the 15 years ago
Stefano Sabatini efe8bb095b 10l: Initialize tag to NULL in show_stream, fix metadata showing in 15 years ago
Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 15 years ago
Stefano Sabatini 6ce98ea4ae Add support to input devices in ffprobe. 15 years ago
Stefano Sabatini 818636ecf1 Cosmetics: use consistent spacing in the ffprobe.c options table. 15 years ago
Stefano Sabatini 58621b8d5b Clarify the error message issued by ffprobe in case of more than one 15 years ago
Stefano Sabatini b6a4185367 10l: add prefix "TAG:" to the metadata tags key showed for each stream. 15 years ago
Stefano Sabatini 912dd63ecb Cosmetics: replace "filename" to "arg" for the name of the argument of 15 years ago
Ramiro Polla c8c0ac6b26 FFprobe: take only one input file. 15 years ago
Stefano Sabatini 1be784a2cf Add support to an option -f which forces the format to use for opening 15 years ago
Reimar Döffinger f1b267ddf7 Avoid using log2, it is not available everywhere. 15 years ago