Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10avconv: remove bogus warning when using avconv -h without parameterJanne Grunau
2012-10-09avconv: remove -same_quantAnton Khirnov
2012-10-09avconv: simplify memory allocation in copy_chaptersJanne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30avconv: make the -passlogfile option per-stream.Anton Khirnov
2012-08-30avconv: make the -pass option per-stream.Anton Khirnov
2012-08-26avconv: remove unused variable opt_shortestMans Rullgard
2012-08-19avconv: mark more options as expert.Anton Khirnov
2012-08-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19avconv: refactor help printing.Anton Khirnov
2012-08-19avconv: print info/capabilities options in a separate help group.Anton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19cmdutils: change semantics of show_help_options() and document it.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avconv: deprecate -isync.Anton Khirnov
2012-08-19avconv: reformat the options table.Anton Khirnov
2012-08-19avconv: get rid of ugly casts in the options table.Anton Khirnov
2012-08-19avconv: try to match codecs by codec descriptor name as a last resort.Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-18avconv: make -shortest a per-output file option.Anton Khirnov
2012-08-08avconv: split option parsing into a separate file.Anton Khirnov