summaryrefslogtreecommitdiffstats
path: root/avconv_opt.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: remove -deinterlaceAnton Khirnov2013-05-071-14/+0
* avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov2013-05-031-0/+1
* avconv_opt: allocate an OutputFile before the streams.Anton Khirnov2013-04-301-18/+17
* avconv: print filter options in -h full output.Anton Khirnov2013-04-111-0/+1
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+0
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-281-8/+82
* avconv: mark attachment streams as immediately finishedAnton Khirnov2013-03-151-0/+1
* avconv: do not silently ignore unused codec AVOptions.Anton Khirnov2013-03-081-0/+89
* avconv: fix a typoAnton Khirnov2013-03-081-1/+1
* avconv: use a local variable for InputFile in open_input_file().Anton Khirnov2013-03-081-6/+9
* avconv: use a local variable for OutputFile in open_output_file().Anton Khirnov2013-03-081-12/+15
* avconv: print an error on applying options of the wrong type.Anton Khirnov2013-03-081-63/+102
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-071-0/+4
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-281-0/+2
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-231-0/+2
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-151-2/+0
* cmdutils: pass number of groups to split_commandline().Anton Khirnov2012-12-191-2/+2
* avconv: pass the actually selected decoder to filter_codec_opts().Anton Khirnov2012-12-181-1/+1
* avconv: use new options parser.Anton Khirnov2012-12-181-27/+107
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-181-13/+8
* avconv: fix copying per-stream metadata.Anton Khirnov2012-11-251-0/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* avconv_opt, cmdutils: Add missing function parameter DoxygenDiego Biurrun2012-10-311-0/+1
* avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-231-27/+28
* avconv: fix disabling auto mappings with -map_metadataAnton Khirnov2012-10-161-3/+7
* De-doxygenize some top-level filesDiego Biurrun2012-10-121-5/+3
* avconv: remove bogus warning when using avconv -h without parameterJanne Grunau2012-10-101-1/+1
* avconv: remove -same_quantAnton Khirnov2012-10-091-4/+1
* avconv: simplify memory allocation in copy_chaptersJanne Grunau2012-10-091-5/+7
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-65/+65
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-52/+52
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-301-2/+6
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-301-10/+3
* avconv: remove unused variable opt_shortestMans Rullgard2012-08-251-1/+0
* avconv: mark more options as expert.Anton Khirnov2012-08-191-12/+12
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-191-11/+21
* avconv: refactor help printing.Anton Khirnov2012-08-191-10/+36
* avconv: print info/capabilities options in a separate help group.Anton Khirnov2012-08-191-1/+4
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-3/+2
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-191-12/+7
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-7/+7
* avconv: deprecate -isync.Anton Khirnov2012-08-191-12/+8
* avconv: reformat the options table.Anton Khirnov2012-08-191-92/+175
* avconv: get rid of ugly casts in the options table.Anton Khirnov2012-08-191-64/+83
* avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov2012-08-191-0/+10
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-1/+2
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-1/+2
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-081-0/+1915
OpenPOWER on IntegriCloud