summaryrefslogtreecommitdiff
path: root/avconv_opt.c
Commit message (Expand)AuthorAge
* avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-19
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-19
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-19
* avconv_opt: Check localtime() return valueVittorio Giovara2015-06-12
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-02
* avconv: Check rc_override memory allocationVittorio Giovara2015-02-17
* check memory errors from av_strdup()Vittorio Giovara2014-12-18
* avconv: Use the mpeg12 private option scan_offsetJulien Ramseier2014-12-14
* avconv: fix parsing the AVOptions for -targetAnton Khirnov2014-08-27
* avconv: fix the muxrate values for -targetAnton Khirnov2014-08-27
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* 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