summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov2012-09-15
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-30
* cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-24
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-19
* avtools: add -h demuxer/muxerAnton Khirnov2012-08-19
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-19
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-19
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-19
* cmdutils: refactor -codecs option.Anton Khirnov2012-08-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Print full compiler identification, not only version numberMans Rullgard2012-07-19
* cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje2012-07-07
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-30
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-05
* cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun2012-05-10
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09
* avconv: use libavresampleJustin Ruggles2012-04-24
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-15
* Read preset files with suffix .avpresetReinhard Tartler2012-03-18
* avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-06
* cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov2012-03-04
* Remove libpostproc.Diego Biurrun2012-02-23
* cmdutils: update copyright year to 2012.Ronald S. Bultje2012-02-08
* cmdutils: fix options starting with 'no'.Alexandra Khirnova2012-01-27
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-25
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-19
* No longer build libpostproc by defaultReinhard Tartler2012-01-11
* cmdutils: K&R reformatting cosmeticsAneesh Dogra2012-01-03
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-30
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-22
* cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-31
* cmdutils: check fread() return valueJanne Grunau2011-10-30
* 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
* avtools: add -v as alias for -loglevelMans Rullgard2011-10-09
* avconv: add support for copying attachments.Anton Khirnov2011-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
* 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
* avconv: move ts scale to options context.Anton Khirnov2011-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