| Commit message (Expand) | Author | Age | Files | Lines |
* | avprobe: Print stereo3d information | Vittorio Giovara | 2016-05-17 | 1 | -0/+12 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | avprobe: switch to codecpar | Anton Khirnov | 2016-02-26 | 1 | -42/+65 |
* | avprobe: add local per-stream state | Anton Khirnov | 2016-02-26 | 1 | -0/+20 |
* | avprobe: add local per-file state | Anton Khirnov | 2016-02-26 | 1 | -15/+23 |
* | avprobe: print information from the codec descriptor | Anton Khirnov | 2016-02-26 | 1 | -5/+7 |
* | avprobe: remove a pointless condition and a dead branch | Anton Khirnov | 2016-02-26 | 1 | -66/+63 |
* | avprobe: do not call avio_close() on a custom context | Anton Khirnov | 2016-02-22 | 1 | -1/+2 |
* | avprobe: Unref the packet once it is used | Luca Barbato | 2015-10-26 | 1 | -1/+3 |
* | avprobe: Print the display matrix from per-stream sidedata | Martin Storsjö | 2015-05-02 | 1 | -0/+22 |
* | avprobe: Support writing arrays of integers without keys | Martin Storsjö | 2015-05-02 | 1 | -20/+48 |
* | avprobe: Export coded_{width,height} in -show_streams | Vittorio Giovara | 2015-03-08 | 1 | -0/+2 |
* | Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -0/+4 |
* | avprobe: Remove a pointless check | Luca Barbato | 2014-10-17 | 1 | -1/+1 |
* | avprobe: print color properties for show_streams | Vittorio Giovara | 2014-10-08 | 1 | -0/+6 |
* | cmdutils: wrap exit explicitly | Luca Barbato | 2013-07-07 | 1 | -6/+6 |
* | avprobe: rename the prettyprint structures | Luca Barbato | 2013-07-07 | 1 | -10/+10 |
* | avtools: move media_type_string() from avprobe to cmdutils. | Anton Khirnov | 2013-04-11 | 1 | -14/+0 |
* | Use the avstring.h locale-independent character type functions | Reimar Döffinger | 2013-03-07 | 1 | -2/+3 |
* | avprobe: also output dar/par if only defined in stream | Anton Khirnov | 2013-01-04 | 1 | -6/+9 |
* | avprobe: report per stream bit rate if set by the decoder | Janne Grunau | 2012-12-02 | 1 | -0/+4 |
* | tools: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -3/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | avconv/avprobe: Add missing 'void' to exit_program() definition | Diego Biurrun | 2012-10-03 | 1 | -1/+1 |
* | Use atexit() instead of defining a custom exit_program() interface. | Diego Elio Pettenò | 2012-10-01 | 1 | -2/+3 |
* | avtools: remove the distinction between func_arg and func2_arg. | Anton Khirnov | 2012-08-30 | 1 | -4/+4 |
* | avprobe: Get rid of ugly casts in the options table | Martin Storsjö | 2012-08-27 | 1 | -13/+14 |
* | avconv: split printing "main options" into global and per-file. | Anton Khirnov | 2012-08-19 | 1 | -1/+1 |
* | cmdutils: extend -h to allow printing codec details. | Anton Khirnov | 2012-08-19 | 1 | -2/+1 |
* | avtools: move some newlines to show_help_options(). | Anton Khirnov | 2012-08-19 | 1 | -1/+1 |
* | avtools: fix show_foo() signatures. | Anton Khirnov | 2012-08-19 | 1 | -1/+2 |
* | avprobe: add const to AVCodec pointer | Mans Rullgard | 2012-08-18 | 1 | -1/+1 |
* | avprobe: Include libm.h for the log2 fallback | Martin Storsjö | 2012-08-14 | 1 | -0/+1 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -3/+0 |
* | avprobe/avconv: fix tentative declaration compile errors on MSVS. | Ronald S. Bultje | 2012-07-28 | 1 | -2/+3 |
* | avprobe: Identify codec probe failures rather than calling them unsupported c... | Alex Converse | 2012-06-05 | 1 | -1/+4 |
* | avprobe: correctly set the default formatter | Luca Barbato | 2012-05-29 | 1 | -9/+10 |
* | avprobe: move formatter functions in the context | Luca Barbato | 2012-05-29 | 1 | -55/+61 |
* | avprobe: restore pseudo-INI old style format for compatibility. | Anton Khirnov | 2012-05-26 | 1 | -0/+50 |
* | avprobe: fix formatting. | Anton Khirnov | 2012-05-26 | 1 | -2/+1 |
* | avprobe: display the codec profile in show_stream() | Christian Schmidt | 2012-05-25 | 1 | -0/+5 |
* | avprobe: fix function prototype | Luca Barbato | 2012-05-25 | 1 | -2/+3 |
* | avprobe: provide JSON output | Luca Barbato | 2012-05-25 | 1 | -0/+120 |
* | avprobe: output proper INI format | Luca Barbato | 2012-05-25 | 1 | -109/+393 |
* | avprobe: improve formatting | Luca Barbato | 2012-05-25 | 1 | -3/+4 |
* | avprobe: don't print format entry name when only one was requested | Anton Khirnov | 2012-05-16 | 1 | -1/+5 |
* | avprobe: free options at the end of main() | Janne Grunau | 2012-05-14 | 1 | -0/+3 |