index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
avprobe.c
Age
Commit message (
Expand
)
Author
2013-03-07
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-01-04
avprobe: also output dar/par if only defined in stream
Anton Khirnov
2012-12-02
avprobe: report per stream bit rate if set by the decoder
Janne Grunau
2012-10-12
tools: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-03
avconv/avprobe: Add missing 'void' to exit_program() definition
Diego Biurrun
2012-10-01
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-08-30
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-27
avprobe: Get rid of ugly casts in the options table
Martin Storsjö
2012-08-19
avconv: split printing "main options" into global and per-file.
Anton Khirnov
2012-08-19
cmdutils: extend -h to allow printing codec details.
Anton Khirnov
2012-08-19
avtools: move some newlines to show_help_options().
Anton Khirnov
2012-08-19
avtools: fix show_foo() signatures.
Anton Khirnov
2012-08-18
avprobe: add const to AVCodec pointer
Mans Rullgard
2012-08-14
avprobe: Include libm.h for the log2 fallback
Martin Storsjö
2012-08-13
Use log2(x) instead of log(x) / log(2)
Mans Rullgard
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-29
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-28
avprobe/avconv: fix tentative declaration compile errors on MSVS.
Ronald S. Bultje
2012-06-05
avprobe: Identify codec probe failures rather than calling them unsupported c...
Alex Converse
2012-05-29
avprobe: correctly set the default formatter
Luca Barbato
2012-05-29
avprobe: move formatter functions in the context
Luca Barbato
2012-05-26
avprobe: restore pseudo-INI old style format for compatibility.
Anton Khirnov
2012-05-26
avprobe: fix formatting.
Anton Khirnov
2012-05-25
avprobe: display the codec profile in show_stream()
Christian Schmidt
2012-05-25
avprobe: fix function prototype
Luca Barbato
2012-05-25
avprobe: provide JSON output
Luca Barbato
2012-05-25
avprobe: output proper INI format
Luca Barbato
2012-05-25
avprobe: improve formatting
Luca Barbato
2012-05-16
avprobe: don't print format entry name when only one was requested
Anton Khirnov
2012-05-14
avprobe: free options at the end of main()
Janne Grunau
2012-05-14
avprobe: close opened codecs after use
Janne Grunau
2012-05-07
avprobe: allow showing only one container/stream property.
Ronald S. Bultje
2012-02-21
Mark mutable static data const where appropriate.
Alex Converse
2012-01-18
avprobe, cmdutils: K&R formatting cosmetics
Gaurav Narula
2012-01-12
avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.
Anton Khirnov
2011-12-12
Replace all uses of av_close_input_file() with avformat_close_input().
Anton Khirnov
2011-11-06
Call avformat_network_init/deinit in the programs
Martin Storsjö
2011-10-12
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
2011-09-26
avtools: parse loglevel before all the other options.
Anton Khirnov
2011-09-04
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
cmdutils: move exit_program() declaration to cmdutils from avconv
Anton Khirnov
2011-09-03
cmdutils: get rid of dummy contexts for examining AVOptions.
Anton Khirnov
2011-08-26
Replace deprecated av_find_stream_info() by avformat_find_stream_info().
Diego Biurrun
2011-08-09
Rename ffprobe to avprobe.
Anton Khirnov