aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* Split mplayer.cGravatar wm42013-10-30
* Move files part of the playback core to player sub-directoryGravatar wm42013-10-30
* mplayer: handle subtitle renderer cleanup via uninit_playerGravatar wm42013-10-28
* command: disable autorepeat for some commands (actually properties)Gravatar wm42013-10-28
* command: don't include stream_dvd.hGravatar wm42013-10-27
* af: replace macros with too generic namesGravatar wm42013-10-26
* mpvcore: add a note about desync on track switchesGravatar Ben Boeckel2013-10-26
* osc: display cache status only below 45%Gravatar ChrisK22013-10-26
* osc: fix bug for no-duration casesGravatar ChrisK22013-10-26
* osc: add experimental seekbar tooltipGravatar ChrisK22013-10-26
* osc: make sure the OSC actually fits into the videoGravatar ChrisK22013-10-26
* options: don't let watch_later etc. overwite command line optionsGravatar wm42013-10-25
* mplayer: make --length relative to actual start of file, instead of 0Gravatar wm42013-10-25
* m_config: slightly improve name handlingGravatar wm42013-10-25
* m_config: remove unused fieldsGravatar wm42013-10-25
* m_config: allow not allocating option struct, and use itGravatar wm42013-10-25
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* options: fix bogus entryGravatar wm42013-10-24
* m_config: don't require dragging along parent in initializationGravatar wm42013-10-24
* m_config: minor simplificationGravatar wm42013-10-24
* m_config: store m_config_options in an array instead of a listGravatar wm42013-10-24
* m_config: refactor initialization, reduce amount of malloc'ed stringsGravatar wm42013-10-24
* m_config: slightly simplify dynamic option initializationGravatar wm42013-10-24
* m_config: don't allow aliasing with string optionsGravatar wm42013-10-24
* m_config: cosmetics: make code less verboseGravatar wm42013-10-24
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* audio/filter: split af_format into separate filters, rename af_forceGravatar wm42013-10-23
* mplayer: don't call libquvi for local filesGravatar wm42013-10-20
* input: fix --input-ar-rate=0Gravatar wm42013-10-20
* tl_matroska: fix use-after-free with --cacheGravatar wm42013-10-19
* mp_talloc: simplify a bitGravatar wm42013-10-19
* mp_msg: remove gettext() supportGravatar wm42013-10-18
* mplayer: mp_msg replacementsGravatar wm42013-10-18
* osc: make transparency of background-box configurableGravatar ChrisK22013-10-18
* Merge Matroska ordered chapter changesGravatar wm42013-10-17
|\
* | spelling fixesGravatar Alessandro Ghedini2013-10-16
| * matroska: don't add time for chapters without a sourceGravatar Ben Boeckel2013-10-15
| * matroska: log about where missing time comes fromGravatar Ben Boeckel2013-10-15
| * matroska: only error if at least a millisecond is missingGravatar Ben Boeckel2013-10-15
| * matroska: account for missing information from short sourcesGravatar Ben Boeckel2013-10-15
| * matroska: modify chapter limits by join_diffGravatar Ben Boeckel2013-10-15
* | osc: fix borked optionsGravatar ChrisK22013-10-15
* | osc docs: Add documentation for OSC and rename some optionsGravatar ChrisK22013-10-15
* | osc: reset mouse position when leaving windowGravatar ChrisK22013-10-15
* | osc: Don't create a config if none exists.Gravatar ChrisK22013-10-15
* | osc: use "info" instead of "warn" for config file creation messageGravatar wm42013-10-14
* | parser-cfg: allow putting options with leading "--"Gravatar wm42013-10-14
* | parser-cfg: use bstr everywhere after parsing stageGravatar wm42013-10-14
* | options: enable OSC by defaultGravatar wm42013-10-14
* | mplayer: escape strings if needed when writing watch_later configGravatar wm42013-10-14