summaryrefslogtreecommitdiffstats
path: root/avconv_opt.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-06-251-44/+0
* avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov2016-06-251-0/+62
* avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov2016-06-251-4/+20
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-06-251-0/+11
* avconv: initialize output framerate earlierAnton Khirnov2016-06-211-0/+42
* avconv: refactor selecting an encoderAnton Khirnov2016-06-211-14/+37
* avconv: create simple filtergraphs earlierAnton Khirnov2016-06-211-2/+14
* avconv: fix parsing bitstream filtersAnton Khirnov2016-05-261-7/+11
* avconv: fix a check for av_bsf_get_by_name() return valueAnton Khirnov2016-05-261-1/+1
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson2016-03-301-0/+41
* avconv: switch to the new BSF APIAnton Khirnov2016-03-201-8/+14
* avconv: convert to codecparAnton Khirnov2016-02-231-31/+30
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-161-0/+3
* avconv: Add loop option.Alexandra Hájková2015-10-131-0/+8
* avconv: Make the private options discovery more manifestVittorio Giovara2015-09-291-0/+1
* Revert "avconv_opt: Allow printing private options"Vittorio Giovara2015-09-291-60/+0
* avconv_opt: Allow printing private optionsVittorio Giovara2015-09-171-0/+60
* avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu2015-08-261-0/+14
* avconv_opt: Add missing commaTimothy Gu2015-08-261-1/+1
* 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
OpenPOWER on IntegriCloud