summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_option.c
Commit message (Expand)AuthorAgeFilesLines
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2477/+0
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-7/+8
* options: allow hwaccel formats in -vf format/noformatwm42013-12-071-1/+1
* options: remove legacy hacks for sub-option handlingwm42013-12-041-45/+13
* options: provide a way for --vf to print custom helpwm42013-11-231-8/+15
* m_option: handle audio/filter filters with old option parsingwm42013-11-131-3/+9
* command: add generic "multiply" commandwm42013-10-311-0/+36
* m_config: allow not allocating option struct, and use itwm42013-10-251-2/+2
* m_config: refactor option defaults handlingwm42013-10-241-0/+9
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-231-1/+1
* mplayer: m_option: fix clang -Wformat compiler warningStefano Pigozzi2013-09-141-1/+1
* core: restore user-set video and audio filters with resume functionalitywm42013-09-131-0/+37
* audio: make internal audio format 0 an invalid formatwm42013-08-261-1/+1
* m_option: make "add speed 0.1" command workwm42013-08-191-0/+1
* m_option: add missing copy callback for some option typeswm42013-08-171-0/+5
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-4/+4
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-0/+2407