aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* mpv.desktop: use %U in desktop file as we can open urlsGravatar Tomáš Chvátal2014-01-16
* lua: use core log level namesGravatar wm42014-01-16
* lua: allow scripts to snoop messagesGravatar wm42014-01-16
* msg: expose log level namesGravatar wm42014-01-16
* msg: add a mechanism to output messages to a ringbufferGravatar wm42014-01-16
* msg: fix typo in commentGravatar wm42014-01-16
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
* msg: print module prefixes even if message contains newlinesGravatar wm42014-01-16
* io/win32: move mp_attach_console to terminal-win.cGravatar Martin Herkt2014-01-16
* player: handle the corner cases in --term-osd-bar correctlyGravatar Johannes Nixdorf2014-01-15
* player: use more than 1/100 resolution for --term-osd-barGravatar Johannes Nixdorf2014-01-15
* osc: check for availabillity of percent-pos instead of lengthGravatar ChrisK22014-01-15
* command: if playback position is unknown, make percent-pos unavailableGravatar wm42014-01-15
* w32_common: add extended keysGravatar James Ross-Gowan2014-01-15
* player: add --term-osd-bar, which shows a status bar on the terminalGravatar wm42014-01-15
* bstr: add function for splitting UTF-8Gravatar wm42014-01-15
* msg: update commentGravatar wm42014-01-15
* msg: terminal OSD uses stderr, not stdoutGravatar wm42014-01-15
* w32_common: prevent decoding certain keys twiceGravatar James Ross-Gowan2014-01-15
* Detect Lua on FreeBSDGravatar Grzegorz Blach2014-01-15
* player: don't print status in --idle modeGravatar wm42014-01-14
* player: avoid stalling when starting a network streamGravatar wm42014-01-14
* cocoa: add application icon to the Dock when run from CLIGravatar Stefano Pigozzi2014-01-14
* ebml: remove length parameters from read functionsGravatar wm42014-01-14
* ebml: remove unused functionsGravatar wm42014-01-14
* demux_mkv: remove unused macrosGravatar wm42014-01-14
* demux_mkv: improve robustness by explicitly checking for level 1 elementsGravatar wm42014-01-14
* demux_mkv: avoid skipping too much data in corrupted filesGravatar wm42014-01-14
* msg: don't clear term OSD lines that are not usedGravatar wm42014-01-14
* terminal-unix: fix terminfo/termcap name for cursor upGravatar wm42014-01-14
* msg: fix printing of module headerGravatar wm42014-01-14
* terminal-unix: add fallback for enter keyGravatar wm42014-01-13
* terminal-unix: fix fallbacks in case terminfo/termcap are disabledGravatar wm42014-01-13
* terminal-unix: add termcap/terminfo documentation linksGravatar wm42014-01-13
* manpage: document --term-osd=forceGravatar wm42014-01-13
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* player: don't block terminal OSD while seekingGravatar wm42014-01-13
* player: mention subtitles in av_desync_help_textGravatar wm42014-01-12
* options: remove --screenw and --screenhGravatar wm42014-01-11
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* video/out: simplify monitor aspect handlingGravatar wm42014-01-11
* video/out: remove fallback handling for screensize/monitor pixel aspectGravatar wm42014-01-11
* cocoa: fix window placement on secondary screensGravatar Stefano Pigozzi2014-01-11
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegGravatar wm42014-01-11
* vd_lavc: matroska: remove weird realvideo special handlingGravatar wm42014-01-11
* vd_lavc: minor simplificationGravatar wm42014-01-11
* sd_lavc: use mp_lavc_set_extradata()Gravatar wm42014-01-11
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* cocoa: refactor init window positioning codeGravatar Stefano Pigozzi2014-01-10
* cocoa: allow to drag and drop URLsGravatar Nyx0uf2014-01-10