summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: use libavresampleJustin Ruggles2012-04-241-1/+4
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-151-2/+4
* Read preset files with suffix .avpresetReinhard Tartler2012-03-181-2/+2
* avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-061-5/+2
* cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov2012-03-041-2/+2
* Remove libpostproc.Diego Biurrun2012-02-231-6/+0
* cmdutils: update copyright year to 2012.Ronald S. Bultje2012-02-081-1/+1
* cmdutils: fix options starting with 'no'.Alexandra Khirnova2012-01-271-4/+2
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-251-10/+10
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-10/+10
* No longer build libpostproc by defaultReinhard Tartler2012-01-111-0/+4
* cmdutils: K&R reformatting cosmeticsAneesh Dogra2012-01-031-160/+196
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-2/+3
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+1
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-221-0/+1
* cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-311-1/+1
* cmdutils: check fread() return valueJanne Grunau2011-10-301-3/+15
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-121-0/+10
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-1/+1
* avtools: add -v as alias for -loglevelMans Rullgard2011-10-091-0/+2
* avconv: add support for copying attachments.Anton Khirnov2011-09-271-1/+2
* cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-261-36/+37
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-261-0/+35
* cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-231-2/+2
* cmdutils: add support for programs in check_stream_specifier()Anton Khirnov2011-09-111-0/+20
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+9
* avconv: move ts scale to options context.Anton Khirnov2011-09-051-0/+2
* avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-041-0/+2
* cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-041-1/+12
* cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-041-52/+60
* cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-5/+9
* cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-041-5/+7
* cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-041-0/+19
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-7/+8
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-18/+9
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-5/+55
* cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-121-1/+4
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-121-4/+4
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-131-107/+1
* ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-0/+17
* cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-131-21/+34
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* cmdutils: add opt_default2().Anton Khirnov2011-06-161-4/+46
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-3/+3
* cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-121-1/+1
* cmdutils: add missing const qualifierMans Rullgard2011-06-041-1/+1
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-4/+2
* cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-271-1/+2
OpenPOWER on IntegriCloud