aboutsummaryrefslogtreecommitdiffstats
path: root/avplay.c
Commit message (Collapse)AuthorAgeFilesLines
* cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-2/+2
| | | | This is the first step to removing the globals plague from avtools.
* cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-0/+5
| | | | Allows cmdutils to call each tool's own cleanup function.
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-3/+7
| | | | Replace it with newly introduced libavutil API.
* avtools: reinitialise filter chain when input video stream changes dimensionsKostya2011-08-151-0/+14
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-1/+1
|
* Rename ffplay to avplay.Anton Khirnov2011-08-091-0/+3071