aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* core: move contents to mpvcore (1/2)Gravatar Stefano Pigozzi2013-08-06
* mp_msg: fix typo in commentGravatar wm42013-08-05
* stream_radio: fix some thingsGravatar wm42013-08-05
* core: change speed option/property to doubleGravatar wm42013-08-05
* demux_lavf: make avio buffer configurableGravatar wm42013-08-04
* option: fix inverted --mouseinput optionGravatar wm42013-08-03
* command: make vf and af commands more verboseGravatar wm42013-08-03
* command: add vf/af propertiesGravatar wm42013-08-03
* command: split filter changing in two functionsGravatar wm42013-08-03
* options: don't make options set during playback file local (e.g. --vf)Gravatar wm42013-08-02
* m_option.c: fix typo in messageGravatar wm42013-08-02
* m_config: minor simplificationGravatar wm42013-08-02
* Remove m_structGravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* mplayer: add more verbose exit codesGravatar Andre D2013-08-02
* audio/out: add support for new logging APIGravatar Stefano Pigozzi2013-08-01
* 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