aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* video/out: use new mp_msg stuff for vo.c and vo_openglGravatar wm42013-07-31
* mp_msg: introduce new log functions and macrosGravatar wm42013-07-31
* options: handle presets directly in m_configGravatar wm42013-07-31
* m_option: fix skipping of missing -vo/-ao entriesGravatar wm42013-07-31
* m_config: remove alias informationGravatar wm42013-07-31
* m_config: store file local backup options differentlyGravatar wm42013-07-31
* m_config: make m_profile struct non-publicGravatar wm42013-07-31
* command: silence a warningGravatar wm42013-07-29
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* m_config: try to print min/max values as integers in --list-optionsGravatar wm42013-07-28
* m_config: hide no-* opts in --list-options, simplify positional suboptsGravatar wm42013-07-28
* options: print default values in --list-optionsGravatar wm42013-07-28
* m_config: refactor some thingsGravatar wm42013-07-28
* core: make mpctx->opts a pointerGravatar wm42013-07-28
* command: mark special options as unavailableGravatar wm42013-07-28
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* command: allow printing time properties with millisecondsGravatar wm42013-07-26
* command: add pseudo-property that allows you to read global optionsGravatar wm42013-07-26
* m_property: fix non-sense codeGravatar wm42013-07-26
* getch2, mplayer: Always call load_termcapGravatar Diogo Franco (Kovensky)2013-07-25
* mp_msg: Support colors on cygwinGravatar Diogo Franco (Kovensky)2013-07-24
* m_config: don't override profile option if not requiredGravatar wm42013-07-24
* input: fix dangling pointer issues with multi-part commandsGravatar wm42013-07-24
* mplayer: remove dead codeGravatar wm42013-07-24
* Fix some -Wshadow warningsGravatar wm42013-07-23
* options: make legacy hacks for AFs/VFs more explicitGravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* mplayer: cosmetics: move functionGravatar wm42013-07-22
* av_log: restore handling of prefixes and line breaksGravatar wm42013-07-22
* core: make --demuxer not affect external subtitlesGravatar wm42013-07-22
* audio/filter: use new option APIGravatar wm42013-07-22
* options: move --colorkey option to vo_xvGravatar wm42013-07-22
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptsGravatar wm42013-07-21
* options: hide encoding AO/VO in help outputGravatar wm42013-07-21
* options: use new option code for --aoGravatar wm42013-07-21
* mplayer: simplify AO creationGravatar wm42013-07-21
* options: use new code for parsing --voGravatar wm42013-07-21
* options: add some features to video filter parserGravatar wm42013-07-21
* m_option: fix memory leak on error pathGravatar wm42013-07-21
* m_config: improve option list output a bitGravatar wm42013-07-21
* options: use m_config for options instead of m_structGravatar wm42013-07-21
* command: fix switching tracks backwards if there's only one trackGravatar wm42013-07-21
* input: Ignore spurious mouse movesGravatar Diogo Franco (Kovensky)2013-07-21
* mp_msg: fixes windows code that assumes sizeof(DWORD) == sizeof(long)Gravatar Diogo Franco (Kovensky)2013-07-20
* m_option: remove unused definitionsGravatar wm42013-07-20
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* core: move video refresh function to mplayer.cGravatar wm42013-07-16
* mp_common: add MPMAX/MPMIN macrosGravatar wm42013-07-15
* Fix build on LibavGravatar wm42013-07-15