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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-04cmdutils: add support for caller-provided option context.Anton Khirnov
This is the first step to removing the globals plague from avtools.
2011-09-04cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov
Allows cmdutils to call each tool's own cleanup function.
2011-09-03cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov
Replace it with newly introduced libavutil API.
2011-08-15avtools: reinitialise filter chain when input video stream changes dimensionsKostya
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-08-12cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov
2011-08-09Rename ffplay to avplay.Anton Khirnov