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 |