summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* cmdutils: restore vertical alignment of versionsMichael Niedermayer2011-12-22
* cmdutils: print swr versions tooMichael Niedermayer2011-12-22
* ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer2011-12-20
* fftools: add -report option.Nicolas George2011-12-10
* cmdutils: pass AVCodec to filter_codec_opts()Michael Niedermayer2011-11-27
* opt_pix_fmts: try to fix segfault on open solarisMichael Niedermayer2011-11-26
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-23
|\
| * Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-01
|\|
| * cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-31
|\|
| * cmdutils: check fread() return valueJanne Grunau2011-10-30
* | cmdutils: Fix loglevel for -debugMichael Niedermayer2011-10-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-12
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\|
| * avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
* | Show configuration and library version with AV_LOG_INFO.Carl Eugen Hoyos2011-09-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-28
|\|
| * avconv: add support for copying attachments.Anton Khirnov2011-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-26
| * avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
| * cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-23
* | Fix compilation without --disable-swscale.Carl Eugen Hoyos2011-09-18
* | Fix compilation with --disable-swscale.Carl Eugen Hoyos2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * cmdutils: add support for programs in check_stream_specifier()Anton Khirnov2011-09-11
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * avconv: move ts scale to options context.Anton Khirnov2011-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-04
| * cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-04
| * cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-04
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-04
| * cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-04
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-04
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* | cmdutils: revert avconv rename of pathesMichael Niedermayer2011-09-03
* | cmdutils: fix uninitialized variable (type) warning.Clément Bœsch2011-09-01
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
| * cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-12
| * Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
* | options: handle options with the same name in codecs and formats.Clément Bœsch2011-08-10