aboutsummaryrefslogtreecommitdiffhomepage
path: root/common/av_common.h
Commit message (Collapse)AuthorAge
* player: print used number of threads in verbose modeGravatar wm42015-01-05
| | | | Also, don't use av_log() for mpv output.
* Improve setting AVOptionsGravatar wm42014-08-02
| | | | | | | | Use OPT_KEYVALUELIST() for all places where AVOptions are directly set from mpv command line options. This allows escaping values, better diagnostics (also no more "pal"), and somehow reduces code size. Remove the old crappy option parser (av_opts.c).
* stream_lavf: allow setting AVOptions with --stream-lavf-oGravatar wm42014-07-30
| | | | | This commit also creates a private option struct for stream_lavf.c, but since I'm lazy, I'm not moving any existing options to it.
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
|
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17