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-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
2015-10-13avconv: Add loop option.Alexandra Hájková
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-19avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov
2015-05-02avconv: Add an option for automatically rotating video according to display m...Martin Storsjö
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-28avconv: add support for DXVA2 decodingHendrik Leppkes
2014-03-24avconv: print verbose per-stream transcoding statisticsAnton Khirnov
2014-03-24avconv: rewrite output data size trackingAnton Khirnov
2014-03-24avconv: add stream-global side data to the first demuxed packetAnton Khirnov
2014-02-24avconv: remove a write-only variableAnton Khirnov
2013-11-23avconv: add support for VDPAU decodingAnton Khirnov
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-10-29avconv: stop accessing AVStream.parserAnton 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-05-03avconv: do not send non-monotonous DTS to the muxers.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-08avconv: convert to new refcounted AVFrame APIAnton Khirnov
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles
2012-12-18avconv: use new options parser.Anton Khirnov
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-08avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov
2012-08-08avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov
2012-08-08avconv: remove unused variable from InputFile.Anton Khirnov
2012-08-08avconv: split configuring filter configuration to a separate file.Anton Khirnov
2012-08-08avconv: split option parsing into a separate file.Anton Khirnov