summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* options: add allow-mimetype suboption for demux_lavfwm42013-05-272-0/+4
* mplayer: output status line normally with --no-consolecontrolswm42013-05-271-1/+1
* Replace calls to usec_sleep()wm42013-05-262-2/+2
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-267-75/+66
* vo: rip out VO timer wakeup mechanism againwm42013-05-261-12/+2
* timer: refactor, add 64 bit timer functionwm42013-05-261-5/+2
* core: do mouse cursor hiding business in frontendwm42013-05-265-7/+57
* vf_lavfi: allow setting avoptswm42013-05-261-0/+4
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-231-1/+1
* command: auto-insert yadif when switching deinterlacingwm42013-05-231-6/+40
* m_option: allow removing filter entries by content with -vf-delwm42013-05-231-89/+88
* m_option: move code aroundwm42013-05-231-139/+146
* m_option, vf: add label supportwm42013-05-232-25/+83
* core: support mpv directory itself as a valid location for config files on Wi...elevengu2013-05-231-9/+22
* mplayer: don't cut status line if --no-consolecontrols is usedwm42013-05-211-1/+4
* options: remove dead -dr1 optionwm42013-05-212-3/+0
* dec_video: get rid of two global variableswm42013-05-213-3/+6
* mplayer: re-add some legacy slave mode output for issue #92wm42013-05-211-5/+15
* m_option: fix parameter comparison for vf-togglewm42013-05-211-6/+11
* m_option: fix -vf-del in profileswm42013-05-211-3/+4
* Fix commit d1b37afwm42013-05-181-1/+1
* input: allow quotes around any input commandwm42013-05-181-3/+1
* input: do property expansion for all input command string argumentswm42013-05-183-18/+26
* input: accept input command prefixes in any orderwm42013-05-181-20/+22
* core: allow changing filter filters at runtimewm42013-05-185-12/+80
* m_option: allow -vf ""wm42013-05-181-5/+3
* m_option: add -vf-togglewm42013-05-181-52/+80
* m_option: allow using -vf-del with a namewm42013-05-181-51/+70
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-181-1/+1
* cfg-mplayer: fix some option flagswm42013-05-171-3/+3
* options: fix exit code when using help optionswm42013-05-153-16/+22
* mplayer: potentially fix main() return valuewm42013-05-151-2/+2
* options: add -V as alias for --versionwm42013-05-151-0/+1
* options: use case-sensitive comparsion for optionswm42013-05-152-17/+17
* options: add --versionwm42013-05-152-0/+11
* command: use "title" tag for media-title property if availablewm42013-05-151-3/+6
* add osd-scale commandPaul B Mahol2013-05-144-0/+4
* command: simplify sub OSD updatewm42013-05-141-8/+8
* m_option: fix segfault in parse_chmapRudolf Polzer2013-05-141-1/+2
* core: re-add -dumpstream as --stream-dumpwm42013-05-123-0/+36
* core: add --stream-capturewm42013-05-124-0/+20
* Merge branch 'audio_changes'wm42013-05-127-35/+83
|\
| * audio: print channel map additionally to channel count on terminalwm42013-05-121-6/+4
| * audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
| * core: use channel map on demuxer level toowm42013-05-126-17/+13
| * audio/out: switch to channel mapwm42013-05-121-4/+4
| * audio: add channel map APIwm42013-05-122-0/+46
| * options: add option to prevent decoder audio downmixingwm42013-04-134-6/+15
| * options: remove --af-advwm42013-04-131-6/+0
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-0/+3
| * af: remove automatically inserted filters on full reinitwm42013-04-131-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-122-0/+6
* | OSX: run native event loop in a separate threadStefano Pigozzi2013-05-121-34/+17
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-122-7/+43
* | command: add time-remaining propertywm42013-05-101-0/+14
* | core: refactor seek_chapter() functionwm42013-05-093-40/+47
* | command: fix DVD angle cyclingwm42013-05-091-2/+12
* | demux: remove retrieval of chapter end timewm42013-05-061-1/+1
* | Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* | core: add playback resume feature (manual/opt-in)wm42013-05-0510-1/+155
* | command: alias video/audio/sub properties to -vid/-aid/-sidwm42013-05-051-9/+26
* | mplayer: factor config dir creationwm42013-05-051-18/+23
* | core: ignore backstep command if demuxer is not capablewm42013-05-051-4/+7
* | options: correctly handle things like: dvd://1-2/filenamewm42013-05-051-7/+9
* | core: move demuxer time reporting to demuxerwm42013-05-051-8/+4
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-043-0/+4
* | video: support YCgCo colorspacewm42013-05-041-1/+2
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-1/+0
* | mplayer: put space before encoding part of status linewm42013-04-271-1/+1
* | options: allow using [ ] for quoting in sub-optionswm42013-04-261-1/+8
* | core: simplify handling of --pausewm42013-04-255-31/+21
* | core: don't let cache pause handling and user pausing conflictwm42013-04-253-10/+25
* | core: fix bogus condition that broke backstepping with last commitwm42013-04-251-1/+1
* | core: fix backstepping with ordered chapterswm42013-04-251-5/+13
* | core: add backstep supportwm42013-04-245-8/+114
* | mplayer: apply hrseek framedrop only when doing hrseekwm42013-04-241-2/+2
* | x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-0/+2
* | input: don't reset time on each key repeatwm42013-04-241-2/+4
* | input: adjust wait time for key-repeatwm42013-04-241-0/+4
* | input: change default auto-repeat settingswm42013-04-241-2/+2
* | input: don't let multi-key bindings block simple key bindingswm42013-04-241-4/+16
* | input: reduce amount of tracked keys per bindingwm42013-04-241-1/+1
* | input: fix handling of MP_KEY_STATE_DOWNwm42013-04-242-6/+16
* | m_option: fix positional sub-option skippingwm42013-04-231-2/+2
* | m_option: allow quoted positional parameters for -vfwm42013-04-231-36/+53
* | vf_lavfi: add libavfilter bridgewm42013-04-211-0/+7
* | m_option: redo code for parsing -vf to accept quoteswm42013-04-211-130/+123
* | m_option: add function to check whether parameters are requiredwm42013-04-213-4/+11
* | options: untangle track range parsing for stream_cddawm42013-04-212-72/+1
* | m_option: split out sub-config parsingwm42013-04-211-37/+54
* | bstr: add bstrto0()wm42013-04-211-0/+6
* | bstr: add bstrspn()wm42013-04-212-0/+10
* | mplayer: prefer -sub/-subfile subs over auto-loaded subswm42013-04-202-2/+9
* | core: display subtitle codec in track listingwm42013-04-201-2/+9
* | demux: remove some unused sh_video_t fieldswm42013-04-201-5/+0
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-8/+6
* | av_common: allow calling mp_codec_to_av_codec_id() with NULLwm42013-04-201-7/+9
* | command: try to switch subs too for program propertywm42013-04-201-2/+4
* | core: matroska: support concatenated segmentswm42013-04-201-43/+80
* | mplayer: take tracks from first segment if main file is emptywm42013-04-201-3/+9
* | encoding: when output is pipe: or pipe:1, avoid mp_msg to stdoutRudolf Polzer2013-04-153-1/+11
|/
* core: remove dead --vsync leftoverswm42013-04-122-11/+1
* command: fix deref before NULL checkwm42013-04-121-1/+1
* mplayer: remove unnecessary variablewm42013-04-102-8/+4
* core: add --reset-on-next-file optionwm42013-04-105-0/+32
* mplayer: keep volume persistent, even when using --volumewm42013-04-101-4/+13
* mplayer: move DVB channel skip codewm42013-04-101-23/+21
* mplayer: don't disable term-osd with -vwm42013-04-101-4/+0
* command: fix loadlist commandwm42013-04-101-3/+5
* mplayer: don't print bogus status when cachingwm42013-04-101-1/+1
* core: remove volstep global variablewm42013-04-094-5/+4
* core: restore --mc default value (fixes A/V sync)wm42013-04-091-0/+1
* Remove some apple remote leftoverswm42013-04-053-26/+0
* input: remove ar.h includeStefano Pigozzi2013-04-051-2/+0
* demux_mkv: try to show current subtitle when seekingwm42013-04-043-0/+4
* options: fix --no-colorkeywm42013-04-041-1/+1
* core: add --heartbeat-interval optionwm42013-04-045-3/+8
* av_common: minor simplificationwm42013-04-041-8/+2
* command: silence "Audio: no audio" line for playback speedwm42013-04-041-1/+2
* mplayer: switch back to video PTS for reporting playback timewm42013-04-042-10/+8
* mplayer: fix framestepping on ordered chapter segment boundarieswm42013-04-041-28/+34
* mplayer: fix --step EOF handlingwm42013-04-041-1/+3
* remove Apple Remote related codeStefano Pigozzi2013-03-316-677/+0
* osd: draw the OSD bar with ASS vector drawingswm42013-03-304-2/+31
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-281-2/+2
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-0/+10
* core: always pass data via packet fields to video decoderswm42013-03-281-10/+9
* m_option: pretty-print floats with 3 pre-decimal digits instead of 2wm42013-03-261-6/+6
* core: output --playing-msg message only after at least one frame is shownwm42013-03-262-6/+9
* mplayer: make --frames=1 work for audiowm42013-03-261-10/+15
* mplayer: cosmetics: make some code more readablewm42013-03-261-13/+13
* command: export VO video width/height as propertieswm42013-03-261-0/+24
* input: make input command deprecation warnings visiblewm42013-03-262-3/+3
* mp_msg: don't change text color for normal outputwm42013-03-261-2/+8
* input: fix crash due to dangling pointerwm42013-03-191-1/+1
* input/ar: remove unused variablewm42013-03-191-1/+0
* mp_msg: print MSGL_STATUS to stderr if stderr is redirectedRudolf Polzer2013-03-181-2/+2
* mp_msg: fix status output disappearing when redirecting INPUT.Rudolf Polzer2013-03-181-2/+2
* options: fix --widwm42013-03-181-1/+1
* configure: bump minimum FFmpeg/Libav versions, remove compat hackswm42013-03-131-74/+0
* Prefix CODEC_ID_ with AV_wm42013-03-131-29/+29
* core: remove a number of global variableswm42013-03-089-112/+103
* core: make more robust against missing libavcodec AVCodecDescriptor entrieswm42013-03-071-3/+18
* options: fix panscan controlswm42013-03-061-1/+1
* options: remove --no-vsyncwm42013-03-063-4/+0
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-045-46/+49
* Remove vo_fps global variablewm42013-03-044-5/+22
* Add a --dtshd optionWessel Dankers2013-03-042-0/+2
* vo: remove and cleanup globalsAlexander Preisinger2013-03-046-93/+131
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-2/+8
* core: fix SEEK_FACTORwm42013-03-012-6/+12
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-013-2/+4
* m_option: reformat option macro definitionswm42013-03-011-31/+102
* m_options: more typesafetywm42013-03-014-30/+73
* core: move X11 specific code to x11_common.cwm42013-03-011-5/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-3/+2
* core: use floats for OSD bar percentage displaywm42013-02-262-15/+17
* core: use playback time to determine playback percent positionwm42013-02-261-6/+16
* video/out: remove video mode switching (--vm)wm42013-02-262-7/+0
* screenshot: make showing OSD message when taking a screenshot defaultwm42013-02-261-2/+1
* screenshot: show a message on each screenshot takenwm42013-02-263-15/+45
* commands: parse seek time arguments like time optionswm42013-02-263-2/+4
* options: reject nan, inf, 0:0, etc. for float optionswm42013-02-261-0/+13
* options: remove parsing of "," as decimal pointwm42013-02-261-17/+2
* Remove --rootwin option and rootwin propertywm42013-02-243-12/+0
* core: print correct quit message when quitting, simplify codewm42013-02-242-27/+14
* m_option: remove preset mechanismwm42013-02-232-98/+0
* options: fix --no-shuffle and --no-{wm42013-02-232-2/+6
* options: drop --opt:subopt option nameswm42013-02-234-40/+38
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-213-0/+5
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-213-2/+4
* options: parse C-style escapes for some optionswm42013-02-203-11/+70
* osd: prevent osd bar from sticking around on seekswm42013-02-202-7/+14
* mplayer: don't display "-1" as chapter when chapter seek failswm42013-02-201-1/+6