summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-101-0/+4
* Merge branch 'client_api'wm42014-02-1029-375/+2686
|\
| * Add a client API examplewm42014-02-104-0/+69
| * build: add option to build a librarywm42014-02-106-12/+43
| * build: include a copy of syms.py from upstream wafwm42014-02-101-0/+81
| * lua: add a timer APIwm42014-02-101-10/+79
| * lua: port to client APIwm42014-02-1010-224/+242
| * Add a client APIwm42014-02-1011-118/+1867
| * timer: init only oncewm42014-02-103-7/+18
| * options: add --no-terminal switchwm42014-02-108-30/+60
| * threads: add a dispatch queue thingwm42014-02-102-0/+250
| * threads: avoid timeout calculation overflowwm42014-02-101-0/+3
|/
* demux_mkv: remove weird seeking semantics for audiowm42014-02-091-6/+1
* demux_mkv: improve audio-only seekingwm42014-02-091-5/+8
* demux: fix some newlines in output messageswm42014-02-091-2/+2
* player: fix an assert when reinitializing audio in some caseswm42014-02-091-0/+3
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-091-3/+9
* msg: clear lines by printing spaces on MS Windowswm42014-02-091-1/+7
* demux_lavf: work around idiotic libavutil API printing a warningwm42014-02-081-1/+5
* player: handle seek delays differentlywm42014-02-075-25/+27
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-061-4/+10
* gl_x11: always request true color visualwm42014-02-061-0/+1
* demux_lavf: do metadata-from-packet update before possibly discarding itwm42014-02-061-2/+1
* demux_lavf: don't check for error when setting "keepside" flagwm42014-02-061-4/+1
* DOCS/waf-buildsystem: add link to the Waf bookTimothy Gu2014-02-061-1/+1
* DOCS/crosscompile-mingw: use MarkdownTimothy Gu2014-02-061-1/+6
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-061-4/+0
* demux: reword "Clip info:" line to "File tags:"wm42014-02-061-1/+1
* demux: fill metadata directly, instead of using wrapper functionswm42014-02-064-57/+26
* demux_lavf: clear metadata on update, instead of merging itwm42014-02-063-0/+8
* demux: handle tag updates differentlywm42014-02-063-15/+21
* stream_lavf: prefix icy metadata with "icy-"wm42014-02-061-1/+1
* demux_lavf: get updated metadata from a packet if availableBen Boeckel2014-02-063-0/+43
* umpv: silence mpv terminal outputwm42014-02-051-2/+4
* umpv: improve descriptionwm42014-02-051-9/+11
* umpv: use --force-windowwm42014-02-051-4/+2
* audio: fix signedness of AF_FORMAT_S32Pwm42014-02-051-1/+1
* io: make MP_PATH_MAX private to win32 codewm42014-02-032-12/+10
* mf: don't limit filename length with PATH_MAXwm42014-02-031-3/+3
* player: refresh OSD on track switchingwm42014-02-031-0/+2
* command: output more information in colorspace properties and simplifywm42014-02-031-39/+31
* csputils: correct constness of csp name constantswm42014-02-032-6/+6
* wayland: change minimum versionAlexander Preisinger2014-02-022-11/+2
* x11: fix initial VO sizewm42014-02-021-6/+7
* x11: remove apparently useless codewm42014-02-021-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-021-1/+10
* old-configure: use -std=c99wm42014-02-021-2/+2
* build: switch to -std=c99 for saner float semanticswm42014-02-021-1/+1
* cache: refuse to seek outside of cache boundarieswm42014-01-311-4/+18
* threads: add function to calculate deadline for timed waitswm42014-01-312-3/+14
* threads: add wrapper for initializing recursive mutexeswm42014-01-314-10/+17
* demux_mkv: remove unused fieldwm42014-01-311-4/+0
* demux_lavf: fix crash with empty fileswm42014-01-311-1/+1
* quvi: disable subtitle fetching by defaultwm42014-01-312-5/+7
* options: alternative way to specify color optionswm42014-01-312-12/+65
* vo_wayland: silence shadowing warningwm42014-01-291-3/+3
* msg: don't clear the status line if new and previous status was emptywm42014-01-291-0/+3
* mp_image: reject too large image sizeswm42014-01-291-0/+4
* sd_lavc: skip 0 sized sub-bitmapswm42014-01-291-2/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-281-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-281-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-281-21/+4
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-272-17/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-271-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-271-1/+1
* sub: fix crash with certain uses of --vf=subwm42014-01-263-32/+10
* demux_lavf: add hack to workaround too unreliable mp3 detectionwm42014-01-251-0/+2
* demux_lavf: refactor format probing hackwm42014-01-251-26/+24
* build: fix usage of HAVE_SDL1 defineStefano Pigozzi2014-01-252-4/+4
* waf: rename --enable-sdl to --enable-sdl1wm42014-01-252-2/+2
* vo_sdl: fix compilationwm42014-01-251-2/+2
* audio/filter: remove redundant log message prefixeswm42014-01-2413-44/+44
* vo_wayland: fix confusion of video and window sizeswm42014-01-241-2/+2
* video/out: do remaining config to reconfig replacementswm42014-01-2410-108/+63
* stream_pvr: Fix fd check, -1 indicates invalid, not 0.reimar2014-01-231-1/+1
* audio: fix balance controlwm42014-01-231-2/+2
* demux_mkv: nicer edition outputwm42014-01-233-13/+65
* demux_mkv: don't attempt to seek back when indexingwm42014-01-221-8/+0
* demux_mkv: fix EOF with concatenated segmentswm42014-01-221-7/+14
* demux_mkv: remove old track printing codewm42014-01-221-12/+0
* demux_mkv: always fail on header reading errorwm42014-01-221-6/+2
* demux_mkv: avoid seeking when reading headerswm42014-01-221-128/+116
* aspect: remove a small ffmpeg dependencywm42014-01-221-4/+2
* vo: merge get rid of vo.aspdat fieldwm42014-01-225-109/+91
* vo: move vo_get_src_dst_rects to aspect.cwm42014-01-222-128/+130
* video/out: don't access aspdat in VOswm42014-01-2210-47/+38
* vo_opengl: don't assume there'a always 1 fbconfig on successwm42014-01-211-1/+1
* cocoa: remove dead codeStefano Pigozzi2014-01-212-8/+0
* waf: try to fix unicode/byte string messupwm42014-01-211-1/+1
* lua: allow ~ path convention for --luawm42014-01-211-1/+3
* w32_common: Fix extended keysJames Ross-Gowan2014-01-211-1/+1
* lua: add playback-start eventwm42014-01-203-0/+4
* playlist_parser: restore ASX parsing etc.wm42014-01-201-8/+8
* player: fix initial osd progbar statewm42014-01-201-0/+1
* cocoa: sort files opened from Finder the same way Finder doesBilal Syed Hussain2014-01-201-1/+2
* manpage: fix af_equalizer syntaxwm42014-01-191-1/+1
* demux_playlist: move parser for plaintext playlistswm42014-01-192-22/+23
* stream: print stream_read_line warnings by defaultwm42014-01-191-1/+1
* stream: treat embedded 0 bytes as error in stream_read_linewm42014-01-191-1/+1
* stream: redo stream_read_line()wm42014-01-191-114/+54
* demux_playlist: handle stream_read_line() errorswm42014-01-191-2/+6
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.11rcombs2014-01-191-18/+18
* w32: use the w32_common keymap in terminal-win tooJames Ross-Gowan2014-01-196-99/+139
* cookies.c: cols must (and does) have 7 elements.reimar2014-01-191-1/+1
* vcd_read: Fix sizeof argument.reimar2014-01-191-1/+1
* mpv.desktop: add some more mimetypeswm42014-01-181-1/+1
* player: prevent null pointer deref on uninit after -Vwm42014-01-181-0/+2
* mkv.desktop: add two more mime typeswm42014-01-181-1/+1
* osd: fix dvdnav highlightswm42014-01-181-1/+2
* sub: uglify OSD code path with lockingwm42014-01-1825-244/+416
* sub: uglify sub decoder with lockingwm42014-01-174-7/+85
* player: remove OSD message IDswm42014-01-174-66/+39
* player: remove OSD stackwm42014-01-173-58/+15
* player: don't use OSD message stack for term OSD subswm42014-01-172-13/+17
* cache: remove debug codewm42014-01-171-1/+0
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-164-0/+23
* options: add key/value pair list option typewm42014-01-162-0/+69
* cache: reduce message spamwm42014-01-161-7/+16
* mpv.desktop: use %U in desktop file as we can open urlsTomáš Chvátal2014-01-161-1/+1
* lua: use core log level nameswm42014-01-162-12/+3
* lua: allow scripts to snoop messageswm42014-01-161-10/+60
* msg: expose log level nameswm42014-01-163-3/+7
* msg: add a mechanism to output messages to a ringbufferwm42014-01-162-18/+152
* msg: fix typo in commentwm42014-01-161-1/+1
* msg: move special declarations to msg_control.hwm42014-01-169-13/+27
* msg: print module prefixes even if message contains newlineswm42014-01-161-12/+23
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-164-24/+17
* player: handle the corner cases in --term-osd-bar correctlyJohannes Nixdorf2014-01-151-3/+3
* player: use more than 1/100 resolution for --term-osd-barJohannes Nixdorf2014-01-151-1/+2
* osc: check for availabillity of percent-pos instead of lengthChrisK22014-01-151-2/+2
* command: if playback position is unknown, make percent-pos unavailablewm42014-01-151-3/+8
* w32_common: add extended keysJames Ross-Gowan2014-01-151-23/+54
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-154-0/+47
* bstr: add function for splitting UTF-8wm42014-01-152-1/+18
* msg: update commentwm42014-01-151-1/+1
* msg: terminal OSD uses stderr, not stdoutwm42014-01-151-1/+1
* w32_common: prevent decoding certain keys twiceJames Ross-Gowan2014-01-151-12/+34
* Detect Lua on FreeBSDGrzegorz Blach2014-01-152-1/+3
* player: don't print status in --idle modewm42014-01-141-1/+1
* player: avoid stalling when starting a network streamwm42014-01-143-2/+9
* cocoa: add application icon to the Dock when run from CLIStefano Pigozzi2014-01-143-0/+25
* ebml: remove length parameters from read functionswm42014-01-143-39/+27
* ebml: remove unused functionswm42014-01-142-90/+0
* demux_mkv: remove unused macroswm42014-01-141-3/+0
* demux_mkv: improve robustness by explicitly checking for level 1 elementswm42014-01-143-46/+50
* demux_mkv: avoid skipping too much data in corrupted fileswm42014-01-143-14/+18
* msg: don't clear term OSD lines that are not usedwm42014-01-141-3/+5
* terminal-unix: fix terminfo/termcap name for cursor upwm42014-01-141-1/+1
* msg: fix printing of module headerwm42014-01-141-1/+2
* terminal-unix: add fallback for enter keywm42014-01-131-0/+3
* terminal-unix: fix fallbacks in case terminfo/termcap are disabledwm42014-01-131-2/+2
* terminal-unix: add termcap/terminfo documentation linkswm42014-01-131-0/+4
* manpage: document --term-osd=forcewm42014-01-131-1/+3
* player: redo terminal OSD and status line handlingwm42014-01-1314-92/+159
* player: don't block terminal OSD while seekingwm42014-01-131-3/+6
* player: mention subtitles in av_desync_help_textwm42014-01-121-2/+2
* options: remove --screenw and --screenhwm42014-01-113-18/+2
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-117-15/+10
* video/out: simplify monitor aspect handlingwm42014-01-119-39/+25
* video/out: remove fallback handling for screensize/monitor pixel aspectwm42014-01-111-7/+1
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-111-3/+2
* vd_lavc: matroska: remove weird code setting extra_huff for mjpegwm42014-01-111-12/+0
* vd_lavc: matroska: remove weird realvideo special handlingwm42014-01-111-16/+1
* vd_lavc: minor simplificationwm42014-01-111-11/+2
* sd_lavc: use mp_lavc_set_extradata()wm42014-01-111-2/+2
* Factor out setting AVCodecContext extradatawm42014-01-114-39/+27
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-101-2/+1
* cocoa: allow to drag and drop URLsNyx0uf2014-01-101-5/+19
* demux_lavf: add hack for MicroDVD for assuming frame based timingwm42014-01-101-0/+6
* sub: fix frame based subtitle timestamp handlingwm42014-01-091-1/+1
* options: don't reset pause mode when switching to next filewm42014-01-092-4/+3
* command: don't access VO for output parameterswm42014-01-091-12/+18
* wayland: properly empty output listAlexander Preisinger2014-01-081-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-081-3/+1
* wayland: fix crash when initialization failswm42014-01-081-1/+2
* player: strip 'file://' from filenames on playback startwm42014-01-083-13/+34
* screenshot: add format specifiers to get file directory pathwm42014-01-082-0/+27
* wayland/shm: tone down warningsAlexander Preisinger2014-01-081-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-083-2/+24
* player: fix setting smaller timeout on Windows systemswm42014-01-081-1/+1
* waf: do not use TaskGen for PDF build ruleMartin Herkt2014-01-08