12 Commits (77cfb2563c6bc234a354c1694de8a9eb76a309cf)

Author SHA1 Message Date
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Gaurav Narula 0184bbe2d1 avprobe, cmdutils: K&R formatting cosmetics 13 years ago
Anton Khirnov 136ee32da3 avprobe: use avio_size() instead of deprecated AVFormatContext.file_size. 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Martin Storsjö 776f2bb91a Call avformat_network_init/deinit in the programs 13 years ago
Anton Khirnov 7a6cd9957d cmdutils/avtools: simplify show_help() by using av_opt_child_class_next() 13 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 13 years ago
Anton Khirnov 7cc8d6385a cmdutils: add support for caller-provided option context. 13 years ago
Anton Khirnov dad09ff93f cmdutils: move exit_program() declaration to cmdutils from avconv 13 years ago
Anton Khirnov 20c21f8b75 cmdutils: get rid of dummy contexts for examining AVOptions. 13 years ago
Diego Biurrun c960e67ad0 Replace deprecated av_find_stream_info() by avformat_find_stream_info(). 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
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 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
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 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
Stefano Sabatini 336ce917e6 Add FFprobe tool. 15 years ago