summaryrefslogtreecommitdiffstats
path: root/avconv_opt.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-5/+5
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-191-10/+23
* avconv: create the complex filtergraphs earlierAnton Khirnov2015-07-191-5/+7
* avconv: move the no streams failure to open_output_file()Anton Khirnov2015-07-191-0/+6
* avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-191-3/+3
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-191-0/+34
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-191-0/+11
* avconv_opt: Check localtime() return valueVittorio Giovara2015-06-121-0/+5
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-021-0/+6
* avconv: Check rc_override memory allocationVittorio Giovara2015-02-171-0/+4
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-0/+2
* avconv: Use the mpeg12 private option scan_offsetJulien Ramseier2014-12-141-1/+1
* avconv: fix parsing the AVOptions for -targetAnton Khirnov2014-08-271-0/+4
* avconv: fix the muxrate values for -targetAnton Khirnov2014-08-271-2/+2
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* video4linux2: Avoid a floating point exceptionBernhard Übelacker2014-07-281-1/+2
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-011-12/+15
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-011-8/+20
* avconv: Support VDA hwaccelAnton Khirnov2014-05-111-0/+3
* avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov2014-05-031-4/+4
* avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov2014-05-031-2/+2
* configure: rework dxva in avconv handlingAnton Khirnov2014-04-281-1/+1
* avconv: add support for DXVA2 decodingHendrik Leppkes2014-04-281-0/+3
* avconv_opt: fix avio_open2() return code checkTimothy Gu2014-03-301-3/+3
* avconv: support forcing codec tags for input streamsAnton Khirnov2014-02-241-1/+11
* avconv: initialize hwaccel_pix_fmtAnton Khirnov2013-12-031-0/+1
* avconv: add support for VDPAU decodingAnton Khirnov2013-11-231-0/+3
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-231-1/+45
* avplay: Accept cpuflags optionLuca Barbato2013-10-221-13/+0
* avconv: support -t as an input option.Anton Khirnov2013-08-051-1/+3
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-051-0/+6
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-051-3/+5
* avconv: add -n option to immediately exit when output files already existVittorio Giovara2013-07-311-1/+9
* avconv: Call exit_program instead of exit in avconv_opt as wellMartin Storsjö2013-07-311-70/+70
* avconv: make -aspect work with streamcopyAnton Khirnov2013-05-271-5/+6
* 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
OpenPOWER on IntegriCloud