| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 7 | -75/+66 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 1 | -12/+2 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 1 | -5/+2 |
* | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 5 | -7/+57 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+4 |
* | macosx_application: implement "Quit & remember position" | Stefano Pigozzi | 2013-05-23 | 1 | -1/+1 |
* | command: auto-insert yadif when switching deinterlacing | wm4 | 2013-05-23 | 1 | -6/+40 |
* | m_option: allow removing filter entries by content with -vf-del | wm4 | 2013-05-23 | 1 | -89/+88 |
* | m_option: move code around | wm4 | 2013-05-23 | 1 | -139/+146 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -25/+83 |
* | core: support mpv directory itself as a valid location for config files on Wi... | elevengu | 2013-05-23 | 1 | -9/+22 |
* | mplayer: don't cut status line if --no-consolecontrols is used | wm4 | 2013-05-21 | 1 | -1/+4 |
* | options: remove dead -dr1 option | wm4 | 2013-05-21 | 2 | -3/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 3 | -3/+6 |
* | mplayer: re-add some legacy slave mode output for issue #92 | wm4 | 2013-05-21 | 1 | -5/+15 |
* | m_option: fix parameter comparison for vf-toggle | wm4 | 2013-05-21 | 1 | -6/+11 |
* | m_option: fix -vf-del in profiles | wm4 | 2013-05-21 | 1 | -3/+4 |
* | Fix commit d1b37af | wm4 | 2013-05-18 | 1 | -1/+1 |
* | input: allow quotes around any input command | wm4 | 2013-05-18 | 1 | -3/+1 |
* | input: do property expansion for all input command string arguments | wm4 | 2013-05-18 | 3 | -18/+26 |
* | input: accept input command prefixes in any order | wm4 | 2013-05-18 | 1 | -20/+22 |
* | core: allow changing filter filters at runtime | wm4 | 2013-05-18 | 5 | -12/+80 |
* | m_option: allow -vf "" | wm4 | 2013-05-18 | 1 | -5/+3 |
* | m_option: add -vf-toggle | wm4 | 2013-05-18 | 1 | -52/+80 |
* | m_option: allow using -vf-del with a name | wm4 | 2013-05-18 | 1 | -51/+70 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 1 | -1/+1 |
* | cfg-mplayer: fix some option flags | wm4 | 2013-05-17 | 1 | -3/+3 |
* | options: fix exit code when using help options | wm4 | 2013-05-15 | 3 | -16/+22 |
* | mplayer: potentially fix main() return value | wm4 | 2013-05-15 | 1 | -2/+2 |
* | options: add -V as alias for --version | wm4 | 2013-05-15 | 1 | -0/+1 |
* | options: use case-sensitive comparsion for options | wm4 | 2013-05-15 | 2 | -17/+17 |
* | options: add --version | wm4 | 2013-05-15 | 2 | -0/+11 |
* | command: use "title" tag for media-title property if available | wm4 | 2013-05-15 | 1 | -3/+6 |
* | add osd-scale command | Paul B Mahol | 2013-05-14 | 4 | -0/+4 |
* | command: simplify sub OSD update | wm4 | 2013-05-14 | 1 | -8/+8 |
* | m_option: fix segfault in parse_chmap | Rudolf Polzer | 2013-05-14 | 1 | -1/+2 |
* | core: re-add -dumpstream as --stream-dump | wm4 | 2013-05-12 | 3 | -0/+36 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 4 | -0/+20 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 7 | -35/+83 |
|\ |
|
| * | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -6/+4 |
| * | audio: remove useless audio channels from AO, unless requested | wm4 | 2013-05-12 | 1 | -0/+2 |
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 6 | -17/+13 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -4/+4 |
| * | audio: add channel map API | wm4 | 2013-05-12 | 2 | -0/+46 |
| * | options: add option to prevent decoder audio downmixing | wm4 | 2013-04-13 | 4 | -6/+15 |
| * | options: remove --af-adv | wm4 | 2013-04-13 | 1 | -6/+0 |
| * | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 1 | -0/+3 |
| * | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 1 | -1/+1 |
* | | cocoa_common: add native OSX fullscreen support | Stefano Pigozzi | 2013-05-12 | 2 | -0/+6 |
* | | OSX: run native event loop in a separate thread | Stefano Pigozzi | 2013-05-12 | 1 | -34/+17 |
* | | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 2 | -7/+43 |
* | | command: add time-remaining property | wm4 | 2013-05-10 | 1 | -0/+14 |
* | | core: refactor seek_chapter() function | wm4 | 2013-05-09 | 3 | -40/+47 |
* | | command: fix DVD angle cycling | wm4 | 2013-05-09 | 1 | -2/+12 |
* | | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | core: add playback resume feature (manual/opt-in) | wm4 | 2013-05-05 | 10 | -1/+155 |
* | | command: alias video/audio/sub properties to -vid/-aid/-sid | wm4 | 2013-05-05 | 1 | -9/+26 |
* | | mplayer: factor config dir creation | wm4 | 2013-05-05 | 1 | -18/+23 |
* | | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -4/+7 |
* | | options: correctly handle things like: dvd://1-2/filename | wm4 | 2013-05-05 | 1 | -7/+9 |
* | | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -8/+4 |
* | | video: add --hwdec-codecs option to whitelist codecs for hw decoding | wm4 | 2013-05-04 | 3 | -0/+4 |
* | | video: support YCgCo colorspace | wm4 | 2013-05-04 | 1 | -1/+2 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 1 | -1/+0 |
* | | mplayer: put space before encoding part of status line | wm4 | 2013-04-27 | 1 | -1/+1 |
* | | options: allow using [ ] for quoting in sub-options | wm4 | 2013-04-26 | 1 | -1/+8 |
* | | core: simplify handling of --pause | wm4 | 2013-04-25 | 5 | -31/+21 |
* | | core: don't let cache pause handling and user pausing conflict | wm4 | 2013-04-25 | 3 | -10/+25 |
* | | core: fix bogus condition that broke backstepping with last commit | wm4 | 2013-04-25 | 1 | -1/+1 |
* | | core: fix backstepping with ordered chapters | wm4 | 2013-04-25 | 1 | -5/+13 |
* | | core: add backstep support | wm4 | 2013-04-24 | 5 | -8/+114 |
* | | mplayer: apply hrseek framedrop only when doing hrseek | wm4 | 2013-04-24 | 1 | -2/+2 |
* | | x11: use mpv internal key auto-repeat handling if possible | wm4 | 2013-04-24 | 2 | -0/+2 |
* | | input: don't reset time on each key repeat | wm4 | 2013-04-24 | 1 | -2/+4 |
* | | input: adjust wait time for key-repeat | wm4 | 2013-04-24 | 1 | -0/+4 |
* | | input: change default auto-repeat settings | wm4 | 2013-04-24 | 1 | -2/+2 |
* | | input: don't let multi-key bindings block simple key bindings | wm4 | 2013-04-24 | 1 | -4/+16 |
* | | input: reduce amount of tracked keys per binding | wm4 | 2013-04-24 | 1 | -1/+1 |
* | | input: fix handling of MP_KEY_STATE_DOWN | wm4 | 2013-04-24 | 2 | -6/+16 |
* | | m_option: fix positional sub-option skipping | wm4 | 2013-04-23 | 1 | -2/+2 |
* | | m_option: allow quoted positional parameters for -vf | wm4 | 2013-04-23 | 1 | -36/+53 |
* | | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 1 | -0/+7 |
* | | m_option: redo code for parsing -vf to accept quotes | wm4 | 2013-04-21 | 1 | -130/+123 |
* | | m_option: add function to check whether parameters are required | wm4 | 2013-04-21 | 3 | -4/+11 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 2 | -72/+1 |
* | | m_option: split out sub-config parsing | wm4 | 2013-04-21 | 1 | -37/+54 |
* | | bstr: add bstrto0() | wm4 | 2013-04-21 | 1 | -0/+6 |
* | | bstr: add bstrspn() | wm4 | 2013-04-21 | 2 | -0/+10 |
* | | mplayer: prefer -sub/-subfile subs over auto-loaded subs | wm4 | 2013-04-20 | 2 | -2/+9 |
* | | core: display subtitle codec in track listing | wm4 | 2013-04-20 | 1 | -2/+9 |
* | | demux: remove some unused sh_video_t fields | wm4 | 2013-04-20 | 1 | -5/+0 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -8/+6 |
* | | av_common: allow calling mp_codec_to_av_codec_id() with NULL | wm4 | 2013-04-20 | 1 | -7/+9 |
* | | command: try to switch subs too for program property | wm4 | 2013-04-20 | 1 | -2/+4 |
* | | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 1 | -43/+80 |
* | | mplayer: take tracks from first segment if main file is empty | wm4 | 2013-04-20 | 1 | -3/+9 |
* | | encoding: when output is pipe: or pipe:1, avoid mp_msg to stdout | Rudolf Polzer | 2013-04-15 | 3 | -1/+11 |
|/ |
|
* | core: remove dead --vsync leftovers | wm4 | 2013-04-12 | 2 | -11/+1 |
* | command: fix deref before NULL check | wm4 | 2013-04-12 | 1 | -1/+1 |
* | mplayer: remove unnecessary variable | wm4 | 2013-04-10 | 2 | -8/+4 |
* | core: add --reset-on-next-file option | wm4 | 2013-04-10 | 5 | -0/+32 |
* | mplayer: keep volume persistent, even when using --volume | wm4 | 2013-04-10 | 1 | -4/+13 |
* | mplayer: move DVB channel skip code | wm4 | 2013-04-10 | 1 | -23/+21 |
* | mplayer: don't disable term-osd with -v | wm4 | 2013-04-10 | 1 | -4/+0 |
* | command: fix loadlist command | wm4 | 2013-04-10 | 1 | -3/+5 |
* | mplayer: don't print bogus status when caching | wm4 | 2013-04-10 | 1 | -1/+1 |
* | core: remove volstep global variable | wm4 | 2013-04-09 | 4 | -5/+4 |
* | core: restore --mc default value (fixes A/V sync) | wm4 | 2013-04-09 | 1 | -0/+1 |
* | Remove some apple remote leftovers | wm4 | 2013-04-05 | 3 | -26/+0 |
* | input: remove ar.h include | Stefano Pigozzi | 2013-04-05 | 1 | -2/+0 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 3 | -0/+4 |
* | options: fix --no-colorkey | wm4 | 2013-04-04 | 1 | -1/+1 |
* | core: add --heartbeat-interval option | wm4 | 2013-04-04 | 5 | -3/+8 |
* | av_common: minor simplification | wm4 | 2013-04-04 | 1 | -8/+2 |
* | command: silence "Audio: no audio" line for playback speed | wm4 | 2013-04-04 | 1 | -1/+2 |
* | mplayer: switch back to video PTS for reporting playback time | wm4 | 2013-04-04 | 2 | -10/+8 |
* | mplayer: fix framestepping on ordered chapter segment boundaries | wm4 | 2013-04-04 | 1 | -28/+34 |
* | mplayer: fix --step EOF handling | wm4 | 2013-04-04 | 1 | -1/+3 |
* | remove Apple Remote related code | Stefano Pigozzi | 2013-03-31 | 6 | -677/+0 |
* | osd: draw the OSD bar with ASS vector drawings | wm4 | 2013-03-30 | 4 | -2/+31 |
* | vo: rename vo_draw_image to vo_queue_image | wm4 | 2013-03-28 | 1 | -2/+2 |
* | vo_opengl: split into multiple files, convert to new option API | wm4 | 2013-03-28 | 1 | -0/+10 |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 1 | -10/+9 |
* | m_option: pretty-print floats with 3 pre-decimal digits instead of 2 | wm4 | 2013-03-26 | 1 | -6/+6 |
* | core: output --playing-msg message only after at least one frame is shown | wm4 | 2013-03-26 | 2 | -6/+9 |
* | mplayer: make --frames=1 work for audio | wm4 | 2013-03-26 | 1 | -10/+15 |
* | mplayer: cosmetics: make some code more readable | wm4 | 2013-03-26 | 1 | -13/+13 |
* | command: export VO video width/height as properties | wm4 | 2013-03-26 | 1 | -0/+24 |
* | input: make input command deprecation warnings visible | wm4 | 2013-03-26 | 2 | -3/+3 |
* | mp_msg: don't change text color for normal output | wm4 | 2013-03-26 | 1 | -2/+8 |
* | input: fix crash due to dangling pointer | wm4 | 2013-03-19 | 1 | -1/+1 |
* | input/ar: remove unused variable | wm4 | 2013-03-19 | 1 | -1/+0 |
* | mp_msg: print MSGL_STATUS to stderr if stderr is redirected | Rudolf Polzer | 2013-03-18 | 1 | -2/+2 |
* | mp_msg: fix status output disappearing when redirecting INPUT. | Rudolf Polzer | 2013-03-18 | 1 | -2/+2 |
* | options: fix --wid | wm4 | 2013-03-18 | 1 | -1/+1 |
* | configure: bump minimum FFmpeg/Libav versions, remove compat hacks | wm4 | 2013-03-13 | 1 | -74/+0 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -29/+29 |
* | core: remove a number of global variables | wm4 | 2013-03-08 | 9 | -112/+103 |
* | core: make more robust against missing libavcodec AVCodecDescriptor entries | wm4 | 2013-03-07 | 1 | -3/+18 |
* | options: fix panscan controls | wm4 | 2013-03-06 | 1 | -1/+1 |
* | options: remove --no-vsync | wm4 | 2013-03-06 | 3 | -4/+0 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 5 | -46/+49 |
* | Remove vo_fps global variable | wm4 | 2013-03-04 | 4 | -5/+22 |
* | Add a --dtshd option | Wessel Dankers | 2013-03-04 | 2 | -0/+2 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 6 | -93/+131 |
* | x11_common: fix --cursor-autohide when paused | wm4 | 2013-03-03 | 1 | -2/+8 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 2 | -6/+12 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 3 | -2/+4 |
* | m_option: reformat option macro definitions | wm4 | 2013-03-01 | 1 | -31/+102 |
* | m_options: more typesafety | wm4 | 2013-03-01 | 4 | -30/+73 |
* | core: move X11 specific code to x11_common.c | wm4 | 2013-03-01 | 1 | -5/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -3/+2 |
* | core: use floats for OSD bar percentage display | wm4 | 2013-02-26 | 2 | -15/+17 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -6/+16 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 2 | -7/+0 |
* | screenshot: make showing OSD message when taking a screenshot default | wm4 | 2013-02-26 | 1 | -2/+1 |
* | screenshot: show a message on each screenshot taken | wm4 | 2013-02-26 | 3 | -15/+45 |
* | commands: parse seek time arguments like time options | wm4 | 2013-02-26 | 3 | -2/+4 |
* | options: reject nan, inf, 0:0, etc. for float options | wm4 | 2013-02-26 | 1 | -0/+13 |
* | options: remove parsing of "," as decimal point | wm4 | 2013-02-26 | 1 | -17/+2 |
* | Remove --rootwin option and rootwin property | wm4 | 2013-02-24 | 3 | -12/+0 |
* | core: print correct quit message when quitting, simplify code | wm4 | 2013-02-24 | 2 | -27/+14 |
* | m_option: remove preset mechanism | wm4 | 2013-02-23 | 2 | -98/+0 |
* | options: fix --no-shuffle and --no-{ | wm4 | 2013-02-23 | 2 | -2/+6 |
* | options: drop --opt:subopt option names | wm4 | 2013-02-23 | 4 | -40/+38 |
* | core: add fs-screen option for fullscreen display selection | Stefano Pigozzi | 2013-02-21 | 3 | -0/+5 |
* | |