Anton Khirnov
|
716d413c13
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
2012-10-08 07:13:26 +02:00 |
Anton Khirnov
|
11d957fbd8
|
avtools: remove the distinction between func_arg and func2_arg.
func2_arg is the same as func_arg, except it has one additional
parameter. Change all func_arg callbacks to take that parameter (and
ignore it).
|
2012-08-30 13:56:25 +02:00 |
Anton Khirnov
|
bbcedade00
|
avconv: make the -passlogfile option per-stream.
|
2012-08-30 13:56:25 +02:00 |
Anton Khirnov
|
038c0b1e06
|
avconv: make the -pass option per-stream.
|
2012-08-30 13:56:24 +02:00 |
Anton Khirnov
|
3c0df90584
|
avconv: make -shortest a per-output file option.
|
2012-08-18 08:48:30 +02:00 |
Anton Khirnov
|
57d2422559
|
avconv: rename OutputStream.is_past_recording_time to finished.
The new name is shorter and more accurate, since this variable is no
longer used only for checking recording time constraint.
|
2012-08-08 21:55:45 +02:00 |
Anton Khirnov
|
0b26ef4228
|
avconv: replace no_packet array in transcode() with a var in InputStream
This simplifies splitting code for reading from input out of
transcode().
|
2012-08-08 20:12:47 +02:00 |
Anton Khirnov
|
bed43d58b0
|
avconv: remove unused variable from InputFile.
|
2012-08-08 20:12:22 +02:00 |
Anton Khirnov
|
fe2147e936
|
avconv: split configuring filter configuration to a separate file.
|
2012-08-08 11:11:52 +02:00 |
Anton Khirnov
|
f5e668273a
|
avconv: split option parsing into a separate file.
|
2012-08-08 11:10:06 +02:00 |