summaryrefslogtreecommitdiff
path: root/avconv.h
Commit message (Expand)AuthorAgeFilesLines
* avconv: use new options parser.Anton Khirnov2012-12-181-0/+4
* De-doxygenize some top-level filesDiego Biurrun2012-10-121-8/+6
* avconv: remove -same_quantAnton Khirnov2012-10-091-2/+0
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-1/+1
* avconv: make the -passlogfile option per-stream.Anton Khirnov2012-08-301-1/+3
* avconv: make the -pass option per-stream.Anton Khirnov2012-08-301-0/+2
* avconv: make -shortest a per-output file option.Anton Khirnov2012-08-181-1/+3
* avconv: rename OutputStream.is_past_recording_time to finished.Anton Khirnov2012-08-081-1/+1
* avconv: replace no_packet array in transcode() with a var in InputStreamAnton Khirnov2012-08-081-0/+1
* avconv: remove unused variable from InputFile.Anton Khirnov2012-08-081-1/+0
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-081-0/+2
* avconv: split option parsing into a separate file.Anton Khirnov2012-08-081-0/+360