summaryrefslogtreecommitdiff
path: root/avconv.h
Commit message (Collapse)AuthorAge
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-08
| | | | | The new name is shorter and more accurate, since this variable is no longer used only for checking recording time constraint.
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-08
| | | | | This simplifies splitting code for reading from input out of transcode().
* avconv: remove unused variable from InputFile.Anton Khirnov2012-08-08
|
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-08
|
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-08