summaryrefslogtreecommitdiff
path: root/avconv_filter.c
Commit message (Collapse)AuthorAge
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-18
|
* avconv: deprecate the -vol optionJustin Ruggles2012-12-05
| | | | | Remove the code for volume scaling in avconv.c and instead auto-insert a volume filter into the beginning of the filter chain.
* avconv: fix variable shadowing in configure_input_audio_filter()Justin Ruggles2012-11-28
|
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
| | | | Also reorder some other #include when applicable.
* De-doxygenize some top-level filesDiego Biurrun2012-10-12
|
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
|
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
|
* avconv: don't pass a bogus parameter to avfilter_graph_create_filter().Anton Khirnov2012-09-17
| | | | | | The buffer sink does not take any parameters. Fixes an uninitialized variable warning.
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
|
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-08