summaryrefslogtreecommitdiff
path: root/avconv_opt.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson2016-03-30
* avconv: switch to the new BSF APIAnton Khirnov2016-03-20
* avconv: convert to codecparAnton Khirnov2016-02-23
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-16
* avconv: Add loop option.Alexandra Hájková2015-10-13
* avconv: Make the private options discovery more manifestVittorio Giovara2015-09-29
* Revert "avconv_opt: Allow printing private options"Vittorio Giovara2015-09-29
* avconv_opt: Allow printing private optionsVittorio Giovara2015-09-17
* avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-26
* avconv_opt: Add missing commaTimothy Gu2015-08-26
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-19
* avconv: create the complex filtergraphs earlierAnton Khirnov2015-07-19
* avconv: move the no streams failure to open_output_file()Anton Khirnov2015-07-19
* 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