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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-30avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson
2016-02-23avconv: convert to codecparAnton Khirnov
2016-02-15avconv: use the new buffersrc parameters APIAnton Khirnov
2015-10-07avconv: Do not try to configure filter outputs without streamsLuca Barbato
2015-09-13avconv_filter: Use full named optionsVittorio 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-10-17avconv: fix leak in filter errorVittorio Giovara
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
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-23avconv: add infrastructure for using hwaccelsAnton Khirnov
2013-11-21avconv_filter: add new line after error messageVittorio Giovara
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-08-05avconv: insert extra filters in the same way for both graph inputs and outputsAnton Khirnov
2013-08-05avconv: fix usage of deprecated lavfi APIAnton Khirnov
2013-08-04avconv: improve some variable namesAnton Khirnov
2013-05-10avconv: use current syntax for the scale filterLuca Barbato
2013-04-30avconv: make output -ss insert trim/atrim filters.Anton Khirnov
2013-04-30avconv: make -t insert trim/atrim filters.Anton Khirnov
2013-04-11avconv: update to the new options syntax.Anton Khirnov
2013-04-11lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov
2013-03-06avconv: Make sure the encoder exists before inspecting supported_listMartin Storsjö
2013-02-26avconv: remove an unused variableJustin Ruggles
2013-02-24avconv: pass libavresample options to AVFilterGraphJustin Ruggles
2012-12-18cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov
2012-12-05avconv: deprecate the -vol optionJustin Ruggles
2012-11-29avconv: fix variable shadowing in configure_input_audio_filter()Justin Ruggles
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-12De-doxygenize some top-level filesDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-09-17avconv: don't pass a bogus parameter to avfilter_graph_create_filter().Anton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-08avconv: split configuring filter configuration to a separate file.Anton Khirnov