Anton Khirnov
|
10bca66101
|
cmdutils: add a macro to simplify grow_array() calls.
|
2012-12-18 20:11:06 +01:00 |
Justin Ruggles
|
9a71d362a6
|
avconv: deprecate the -vol option
Remove the code for volume scaling in avconv.c and instead auto-insert a
volume filter into the beginning of the filter chain.
|
2012-12-05 11:23:37 -05:00 |
Justin Ruggles
|
95682d8cd2
|
avconv: fix variable shadowing in configure_input_audio_filter()
|
2012-11-28 18:13:21 -05:00 |
Justin Ruggles
|
a903f8f087
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
|
2012-11-11 13:35:12 -05:00 |
Diego Biurrun
|
c1ef30a6ba
|
De-doxygenize some top-level files
|
2012-10-12 20:56:54 +02:00 |
Anton Khirnov
|
716d413c13
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
2012-10-08 07:13:26 +02:00 |
Diego Elio Pettenò
|
5e3f9979fa
|
Use atexit() instead of defining a custom exit_program() interface.
|
2012-10-01 17:17:42 -04:00 |
Anton Khirnov
|
58dee6e62d
|
avconv: don't pass a bogus parameter to avfilter_graph_create_filter().
The buffer sink does not take any parameters.
Fixes an uninitialized variable warning.
|
2012-09-17 15:48:20 +02:00 |
Anton Khirnov
|
a3ad68d36c
|
cmdutils: extend -h to allow printing codec details.
|
2012-08-19 19:22:08 +02:00 |
Anton Khirnov
|
fe2147e936
|
avconv: split configuring filter configuration to a separate file.
|
2012-08-08 11:11:52 +02:00 |