aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Fix commit d1b37afGravatar wm42013-05-18
* input: allow quotes around any input commandGravatar wm42013-05-18
* input: do property expansion for all input command string argumentsGravatar wm42013-05-18
* input: accept input command prefixes in any orderGravatar wm42013-05-18
* core: allow changing filter filters at runtimeGravatar wm42013-05-18
* m_option: allow -vf ""Gravatar wm42013-05-18
* m_option: add -vf-toggleGravatar wm42013-05-18
* m_option: allow using -vf-del with a nameGravatar wm42013-05-18
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* cfg-mplayer: fix some option flagsGravatar wm42013-05-17
* options: fix exit code when using help optionsGravatar wm42013-05-15
* mplayer: potentially fix main() return valueGravatar wm42013-05-15
* options: add -V as alias for --versionGravatar wm42013-05-15
* options: use case-sensitive comparsion for optionsGravatar wm42013-05-15
* options: add --versionGravatar wm42013-05-15
* command: use "title" tag for media-title property if availableGravatar wm42013-05-15
* add osd-scale commandGravatar Paul B Mahol2013-05-14
* command: simplify sub OSD updateGravatar wm42013-05-14
* m_option: fix segfault in parse_chmapGravatar Rudolf Polzer2013-05-14
* core: re-add -dumpstream as --stream-dumpGravatar wm42013-05-12
* core: add --stream-captureGravatar wm42013-05-12
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
| * audio: remove useless audio channels from AO, unless requestedGravatar wm42013-05-12
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
| * audio/out: switch to channel mapGravatar wm42013-05-12
| * audio: add channel map APIGravatar wm42013-05-12
* | cocoa_common: add native OSX fullscreen supportGravatar Stefano Pigozzi2013-05-12
* | OSX: run native event loop in a separate threadGravatar Stefano Pigozzi2013-05-12
* | OSX: use native Cocoa's event loopGravatar Stefano Pigozzi2013-05-12
* | command: add time-remaining propertyGravatar wm42013-05-10
* | core: refactor seek_chapter() functionGravatar wm42013-05-09
* | command: fix DVD angle cyclingGravatar wm42013-05-09
* | demux: remove retrieval of chapter end timeGravatar wm42013-05-06
* | Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* | core: add playback resume feature (manual/opt-in)Gravatar wm42013-05-05
* | command: alias video/audio/sub properties to -vid/-aid/-sidGravatar wm42013-05-05
* | mplayer: factor config dir creationGravatar wm42013-05-05
* | core: ignore backstep command if demuxer is not capableGravatar wm42013-05-05
* | options: correctly handle things like: dvd://1-2/filenameGravatar wm42013-05-05
* | core: move demuxer time reporting to demuxerGravatar wm42013-05-05
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingGravatar wm42013-05-04
* | video: support YCgCo colorspaceGravatar wm42013-05-04
* | stream_bluray: remove the broken -bluray-chapter optionGravatar reimar2013-04-27
* | mplayer: put space before encoding part of status lineGravatar wm42013-04-27
* | options: allow using [ ] for quoting in sub-optionsGravatar wm42013-04-26
* | core: simplify handling of --pauseGravatar wm42013-04-25
* | core: don't let cache pause handling and user pausing conflictGravatar wm42013-04-25
* | core: fix bogus condition that broke backstepping with last commitGravatar wm42013-04-25
* | core: fix backstepping with ordered chaptersGravatar wm42013-04-25