48 Commits (df6737a55f5dc7c0ae5272bc5fa6182836d5481c)

Author SHA1 Message Date
Luca Barbato 636ced8e1d cmdutils: wrap exit explicitly 12 years ago
Luca Barbato a4baf96abd avprobe: rename the prettyprint structures 12 years ago
Anton Khirnov e19e8aeeaa avtools: move media_type_string() from avprobe to cmdutils. 12 years ago
Reimar Döffinger efa7f42020 Use the avstring.h locale-independent character type functions 12 years ago
Anton Khirnov dda20a6e2c avprobe: also output dar/par if only defined in stream 12 years ago
Janne Grunau 89a4465bd9 avprobe: report per stream bit rate if set by the decoder 12 years ago
Anton Khirnov b7f1010c8f tools: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 8be5b0d6d5 avconv/avprobe: Add missing 'void' to exit_program() definition 12 years ago
Diego Elio Pettenò 5e3f9979fa Use atexit() instead of defining a custom exit_program() interface. 12 years ago
Anton Khirnov 11d957fbd8 avtools: remove the distinction between func_arg and func2_arg. 12 years ago
Martin Storsjö b42be2d56a avprobe: Get rid of ugly casts in the options table 12 years ago
Anton Khirnov f9fada2704 avconv: split printing "main options" into global and per-file. 12 years ago
Anton Khirnov a3ad68d36c cmdutils: extend -h to allow printing codec details. 12 years ago
Anton Khirnov dc4c24a3d3 avtools: move some newlines to show_help_options(). 12 years ago
Anton Khirnov f617135bc9 avtools: fix show_foo() signatures. 12 years ago
Mans Rullgard 8b13445791 avprobe: add const to AVCodec pointer 12 years ago
Martin Storsjö 0af85d57c1 avprobe: Include libm.h for the log2 fallback 12 years ago
Mans Rullgard d752509b74 Use log2(x) instead of log(x) / log(2) 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Ronald S. Bultje dcb7ef5483 avprobe/avconv: fix tentative declaration compile errors on MSVS. 12 years ago
Alex Converse 503f2feb14 avprobe: Identify codec probe failures rather than calling them unsupported codecs. 13 years ago
Luca Barbato 43b50e62c4 avprobe: correctly set the default formatter 13 years ago
Luca Barbato 528995589f avprobe: move formatter functions in the context 13 years ago
Anton Khirnov 8271f55bd7 avprobe: restore pseudo-INI old style format for compatibility. 13 years ago
Anton Khirnov d30acfa94c avprobe: fix formatting. 13 years ago
Christian Schmidt b1d22dc52f avprobe: display the codec profile in show_stream() 13 years ago
Luca Barbato 70026be8e5 avprobe: fix function prototype 13 years ago
Luca Barbato 0d242a7713 avprobe: provide JSON output 13 years ago
Luca Barbato 3a8c95f730 avprobe: output proper INI format 13 years ago
Luca Barbato beb33fca69 avprobe: improve formatting 13 years ago
Anton Khirnov d894752387 avprobe: don't print format entry name when only one was requested 13 years ago
Janne Grunau 31f2c0231f avprobe: free options at the end of main() 13 years ago
Janne Grunau 093c50a4f6 avprobe: close opened codecs after use 13 years ago
Ronald S. Bultje 08354bf458 avprobe: allow showing only one container/stream property. 13 years ago
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