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 (Collapse)Author
2012-12-18cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov
2012-12-05avconv: deprecate the -vol optionJustin Ruggles
Remove the code for volume scaling in avconv.c and instead auto-insert a volume filter into the beginning of the filter chain.
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
Also reorder some other #include when applicable.
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
The buffer sink does not take any parameters. Fixes an uninitialized variable warning.
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