Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-13avconv_opt: Consistently iterate through hwaccels array in all casesDiego Biurrun
2016-11-08avconv: Correct function pointer assignments in options arrayDiego Biurrun
2016-11-02avconv: support parsing bitstream filter optionsJames Almer
2016-06-25avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov
2016-06-25avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov
2016-06-25avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov
2016-06-25avconv: buffer the packets written while the muxer is not initializedAnton Khirnov
2016-06-21avconv: initialize output framerate earlierAnton Khirnov
2016-06-21avconv: refactor selecting an encoderAnton Khirnov
2016-06-21avconv: create simple filtergraphs earlierAnton Khirnov
2016-05-26avconv: fix parsing bitstream filtersAnton Khirnov
2016-05-26avconv: fix a check for av_bsf_get_by_name() return valueAnton Khirnov
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-30avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson
2016-03-20avconv: switch to the new BSF APIAnton Khirnov
2016-02-23avconv: convert to codecparAnton Khirnov
2015-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
2015-10-13avconv: Add loop option.Alexandra Hájková
2015-09-29avconv: Make the private options discovery more manifestVittorio Giovara
2015-09-29Revert "avconv_opt: Allow printing private options"Vittorio Giovara
2015-09-17avconv_opt: Allow printing private optionsVittorio Giovara
2015-08-26avconv_opt: Add an option that lists all supported hwaccelsTimothy Gu
2015-08-26avconv_opt: Add missing commaTimothy Gu
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-19avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov
2015-07-19avconv: create the complex filtergraphs earlierAnton Khirnov
2015-07-19avconv: move the no streams failure to open_output_file()Anton Khirnov
2015-07-19avconv: use read_file() for reading the 2pass statsAnton Khirnov
2015-07-19avconv: move handling the 2pass logfile into avconv_optAnton Khirnov
2015-07-19avconv: set the encoding/decoding_needed flags earlierAnton Khirnov
2015-06-12avconv_opt: Check localtime() return valueVittorio Giovara
2015-05-02avconv: Add an option for automatically rotating video according to display m...Martin Storsjö
2015-02-17avconv: Check rc_override memory allocationVittorio Giovara
2014-12-19check memory errors from av_strdup()Vittorio Giovara
2014-12-14avconv: Use the mpeg12 private option scan_offsetJulien Ramseier
2014-08-27avconv: fix parsing the AVOptions for -targetAnton Khirnov
2014-08-27avconv: fix the muxrate values for -targetAnton Khirnov
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-29video4linux2: Avoid a floating point exceptionBernhard Übelacker
2014-06-01avconv: do not use the stream codec context for encodingAnton Khirnov
2014-06-01avconv: do not use the stream codec context for decodingAnton Khirnov
2014-05-11avconv: Support VDA hwaccelAnton Khirnov
2014-05-03avconv: rename OutputStream.opts to OutputStream.encoder_optsAnton Khirnov
2014-05-03avconv: rename InputStream.opts to InputStream.decoder_optsAnton Khirnov
2014-04-29configure: rework dxva in avconv handlingAnton Khirnov
2014-04-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-03-30avconv_opt: fix avio_open2() return code checkTimothy Gu
2014-02-24avconv: support forcing codec tags for input streamsAnton Khirnov
2013-12-03avconv: initialize hwaccel_pix_fmtAnton Khirnov
2013-11-23avconv: add support for VDPAU decodingAnton Khirnov