summaryrefslogtreecommitdiff
path: root/avconv_opt.c
Commit message (Expand)AuthorAge
* video4linux2: Avoid a floating point exceptionBernhard Übelacker2014-07-28
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-01
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-01
* avconv: Support VDA hwaccelAnton Khirnov2014-05-11
* avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-03
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-03
* configure: rework dxva in avconv handlingAnton Khirnov2014-04-28
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-28
* avconv_opt: fix avio_open2() return code checkTimothy Gu2014-03-30
* avconv: support forcing codec tags for input streamsAnton Khirnov2014-02-24
* avconv: initialize hwaccel_pix_fmtAnton Khirnov2013-12-03
* avconv: add support for VDPAU decodingAnton Khirnov2013-11-23
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-23
* avplay: Accept cpuflags optionLuca Barbato2013-10-22
* avconv: support -t as an input option.Anton Khirnov2013-08-05
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-05
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-05
* avconv: add -n option to immediately exit when output files already existVittorio Giovara2013-07-31
* avconv: Call exit_program instead of exit in avconv_opt as wellMartin Storsjö2013-07-31
* avconv: make -aspect work with streamcopyAnton Khirnov2013-05-27
* avconv: remove -deinterlaceAnton Khirnov2013-05-07
* avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov2013-05-03
* avconv_opt: allocate an OutputFile before the streams.Anton Khirnov2013-04-30
* avconv: print filter options in -h full output.Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* avconv: add options for reading filtergraphs from a file.Anton Khirnov2013-03-28
* avconv: mark attachment streams as immediately finishedAnton Khirnov2013-03-15
* avconv: do not silently ignore unused codec AVOptions.Anton Khirnov2013-03-08
* avconv: fix a typoAnton Khirnov2013-03-08
* avconv: use a local variable for InputFile in open_input_file().Anton Khirnov2013-03-08
* avconv: use a local variable for OutputFile in open_output_file().Anton Khirnov2013-03-08
* avconv: print an error on applying options of the wrong type.Anton Khirnov2013-03-08
* lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje2013-03-07
* avconv: Apply codec options to streams that are copied as wellMartin Storsjö2013-02-28
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-23
* lavc: set the default rc_initial_buffer_occupancyLuca Barbato2013-01-15
* cmdutils: pass number of groups to split_commandline().Anton Khirnov2012-12-19
* avconv: pass the actually selected decoder to filter_codec_opts().Anton Khirnov2012-12-18
* avconv: use new options parser.Anton Khirnov2012-12-18
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-18
* avconv: fix copying per-stream metadata.Anton Khirnov2012-11-25
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* avconv_opt, cmdutils: Add missing function parameter DoxygenDiego Biurrun2012-10-31
* avconv: only apply presets when we have an encoder.Anton Khirnov2012-10-23
* avconv: fix disabling auto mappings with -map_metadataAnton Khirnov2012-10-16
* De-doxygenize some top-level filesDiego Biurrun2012-10-12
* avconv: remove bogus warning when using avconv -h without parameterJanne Grunau2012-10-10
* avconv: remove -same_quantAnton Khirnov2012-10-09
* avconv: simplify memory allocation in copy_chaptersJanne Grunau2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08