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
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
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-10-22avplay: Accept cpuflags optionLuca Barbato
2013-08-05avconv: support -t as an input option.Anton Khirnov
2013-08-05avconv: make input -ss accurate when transcodingAnton Khirnov
2013-08-05avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov
2013-07-31avconv: add -n option to immediately exit when output files already existVittorio Giovara
2013-07-31avconv: Call exit_program instead of exit in avconv_opt as wellMartin Storsjö
2013-05-27avconv: make -aspect work with streamcopyAnton Khirnov
2013-05-07avconv: remove -deinterlaceAnton Khirnov
2013-05-03avconv: do not send non-monotonous DTS to the muxers.Anton Khirnov
2013-04-30avconv_opt: allocate an OutputFile before the streams.Anton Khirnov
2013-04-11avconv: print filter options in -h full output.Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-28avconv: add options for reading filtergraphs from a file.Anton Khirnov
2013-03-15avconv: mark attachment streams as immediately finishedAnton Khirnov
2013-03-08avconv: do not silently ignore unused codec AVOptions.Anton Khirnov
2013-03-08avconv: fix a typoAnton Khirnov
2013-03-08avconv: use a local variable for InputFile in open_input_file().Anton Khirnov
2013-03-08avconv: use a local variable for OutputFile in open_output_file().Anton Khirnov
2013-03-08avconv: print an error on applying options of the wrong type.Anton Khirnov
2013-03-07lavc: Deprecate the deinterlace functions in libavcodecRonald S. Bultje
2013-02-28avconv: Apply codec options to streams that are copied as wellMartin Storsjö
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles