aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* 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
* core: add backstep supportGravatar wm42013-04-24
* mplayer: apply hrseek framedrop only when doing hrseekGravatar wm42013-04-24
* x11: use mpv internal key auto-repeat handling if possibleGravatar wm42013-04-24
* input: don't reset time on each key repeatGravatar wm42013-04-24
* input: adjust wait time for key-repeatGravatar wm42013-04-24
* input: change default auto-repeat settingsGravatar wm42013-04-24
* input: don't let multi-key bindings block simple key bindingsGravatar wm42013-04-24
* input: reduce amount of tracked keys per bindingGravatar wm42013-04-24
* input: fix handling of MP_KEY_STATE_DOWNGravatar wm42013-04-24
* m_option: fix positional sub-option skippingGravatar wm42013-04-23
* m_option: allow quoted positional parameters for -vfGravatar wm42013-04-23
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21
* m_option: redo code for parsing -vf to accept quotesGravatar wm42013-04-21
* m_option: add function to check whether parameters are requiredGravatar wm42013-04-21
* options: untangle track range parsing for stream_cddaGravatar wm42013-04-21
* m_option: split out sub-config parsingGravatar wm42013-04-21
* bstr: add bstrto0()Gravatar wm42013-04-21
* bstr: add bstrspn()Gravatar wm42013-04-21
* mplayer: prefer -sub/-subfile subs over auto-loaded subsGravatar wm42013-04-20
* core: display subtitle codec in track listingGravatar wm42013-04-20
* demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* av_common: allow calling mp_codec_to_av_codec_id() with NULLGravatar wm42013-04-20
* command: try to switch subs too for program propertyGravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* mplayer: take tracks from first segment if main file is emptyGravatar wm42013-04-20
* encoding: when output is pipe: or pipe:1, avoid mp_msg to stdoutGravatar Rudolf Polzer2013-04-15
* core: remove dead --vsync leftoversGravatar wm42013-04-12
* command: fix deref before NULL checkGravatar wm42013-04-12
* mplayer: remove unnecessary variableGravatar wm42013-04-10
* core: add --reset-on-next-file optionGravatar wm42013-04-10
* mplayer: keep volume persistent, even when using --volumeGravatar wm42013-04-10
* mplayer: move DVB channel skip codeGravatar wm42013-04-10