summaryrefslogtreecommitdiffstats
path: root/common/av_common.h
Commit message (Collapse)AuthorAgeFilesLines
* player: print used number of threads in verbose modewm42015-01-051-1/+1
| | | | Also, don't use av_log() for mpv output.
* Improve setting AVOptionswm42014-08-021-0/+3
| | | | | | | | 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-owm42014-07-301-0/+2
| | | | | 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 extradatawm42014-01-111-0/+1
|
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+39