summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.2v0.4.2release/0.4Alessandro Ghedini2014-07-262-1/+34
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-263-1/+11
* command: add append-play loadfile modewm42014-07-243-3/+6
* manpage: correct the --mf optionswm42014-07-231-6/+6
* demux: fix opening pipes with demux_lavfwm42014-07-201-0/+5
* demux_lavf: reverse rotation direction with new APIwm42014-07-181-1/+1
* audio: drop buffered audio when switching tracks or filterswm42014-07-142-0/+2
* audio: don't wait for draining if pausedwm42014-07-144-15/+16
* stream_dvdnav: suspend read on vts change even if the requested title is not ...Alessandro Ghedini2014-07-141-1/+0
* stream: don't sleep for reconnecting network if playback is stoppedwm42014-07-131-0/+2
* cache_file: fix operation if stream size is unknownwm42014-07-131-2/+3
* RELEASE_NOTES: include changes in point releases tooAlessandro Ghedini2014-07-131-0/+29
* RELEASE_NOTES: add some more changes that I missedAlessandro Ghedini2014-07-131-0/+2
* RELEASE_NOTES: use the release version as titleAlessandro Ghedini2014-07-121-0/+3
* Release 0.4.0v0.4.1Alessandro Ghedini2014-07-111-1/+1
* input: restore ability to combine mouse buttonswm42014-07-081-8/+6
* ao_null: disable latency emulationwm42014-07-081-1/+0
* vf_vapoursynth: reset error state on seekingwm42014-07-051-0/+1
* build: allow compilation without any atomicswm42014-07-053-6/+24
* options: remove bogus replacement message for --fstypewm42014-07-051-1/+0
* options: add --autosub-match to option replacement listwm42014-07-051-0/+1
* dvd: flush buffers properly on seekwm42014-07-051-3/+4
* demux_lavf: for now, ignore the new libavformat image demuxerswm42014-07-051-0/+3
* stream_dvdnav: check the length of all titles with dvdnav://longesttholin2014-07-051-1/+1
* stream_dvdnav: free pointer to priv->filename on closetholin2014-07-051-0/+2
* stream_dvdnav: make sure seeking bounds are within rangetholin2014-07-051-1/+5
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-051-0/+3
* TOOLS/zsh.pl: sort options in reverse order by lengthAlessandro Ghedini2014-07-051-0/+9
* TOOLS/zsh.pl: don't consume extra argumentsPhilip Sequeira2014-07-051-10/+18
* TOOLS/zsh.pl: escape all colons in option descriptionsPhilip Sequeira2014-07-051-1/+1
* cache: clear DVD timestampswm42014-07-051-0/+3
* x11: clear window only on initial mapwm42014-07-051-1/+2
* demux_mkv: minor improvement to overflow checkwm42014-07-051-2/+3
* README: fix link to release policy documentAlessandro Ghedini2014-07-051-1/+1
* options: fix --gapless-audio default valuewm42014-07-051-0/+1
* demux_mkv: add some overflow checks etc.wm42014-07-052-59/+111
* af_volume: fix calculations including replay-gainMohammad Alsaleh2014-07-051-2/+2
* sub: fix undefined behavior with dvd://wm42014-07-051-1/+1
* Release 0.4.0v0.4.0Alessandro Ghedini2014-06-252-0/+116
* input: readd some TV default key bindingswm42014-06-251-0/+4
* DOCS: add document describing the release policy and procedureAlessandro Ghedini2014-06-252-9/+71
* command: fix tv-channel propertywm42014-06-251-0/+3
* manpage: update changed defaults from previous commitwm42014-06-231-2/+2
* cache: change auto-pause/resume defaultswm42014-06-231-2/+2
* demux_lavf: remove unused symbolwm42014-06-231-2/+0
* vo_opengl: Make approx-gamma affect OSD/subNiklas Haas2014-06-222-4/+8
* video: Include better heuristics for guessing primariesNiklas Haas2014-06-224-6/+36
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-224-59/+102
* video: Better support for XYZ inputNiklas Haas2014-06-224-11/+67
* video: Generate an accurate CMS matrix instead of hard-codingNiklas Haas2014-06-225-129/+290
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-227-14/+77
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-226-0/+62
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-229-18/+194
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-229-18/+49
* win32: add missing priority classesJames Ross-Gowan2014-06-221-0/+2
* stream: add a file cachewm42014-06-228-16/+215
* stream: minor cleanupswm42014-06-223-10/+7
* vo_xv: de-ancient some help messageswm42014-06-211-10/+2
* DOCS: remove en/ sub-directorywm42014-06-2015-20/+20
* manpage: explicitly document protocolswm42014-06-201-12/+79
* manpage: remove some trailing whitespacewm42014-06-201-1/+1
* build: remove BSD-specific /usr/local include path additionswm42014-06-201-8/+0
* stream_dvd, stream_dvdnav: map dvd:// to dvdnavwm42014-06-202-3/+3
* stream_dvd: fix potential endless loop on seekingwm42014-06-201-1/+2
* client API: declare as stablewm42014-06-202-13/+7
* build: remove some trailing whitespacewm42014-06-201-1/+1
* vo_vaapi: fix reference counting when using software decodingwm42014-06-201-1/+2
* vf_dlopen: fix the order of the arguments to mp_image_allocMarcoen Hirschberg2014-06-191-2/+2
* sd_lavc: fix stupiditywm42014-06-191-2/+5
* vo_wayland: fix clearing the screen on reconfigwm42014-06-181-12/+11
* vo_sdl: fix clearing the screen on reconfigwm42014-06-181-35/+53
* video/out: fix redrawing with no video frame for some VOswm42014-06-185-31/+15
* bootstrap: update waf website and versionTimothy Gu2014-06-181-3/+3
* vo_opengl: fix regression with opengl:pbowm42014-06-181-4/+3
* manpage: remove bogus significant whitespacewm42014-06-181-1/+1
* gl_video: fix refcountingwm42014-06-181-0/+1
* options: allow adding multiple files with --audio-filewm42014-06-184-6/+9
* sd_lavc: improve bitmap subtitle timingwm42014-06-181-71/+103
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-178-14/+14
* video: remove redundant functionwm42014-06-173-11/+2
* DOCS/contribute.md: move instructions for sending patches to the topwm42014-06-171-50/+56
* DOCS: remove coding-style.md to contribute.mdwm42014-06-171-0/+0
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-1717-31/+53
* build: check for 64bit stdatomic.h operations tooAlessandro Ghedini2014-06-172-4/+5
* demux_mkv: add S_DVBSUBwm42014-06-172-0/+2
* encode: disable playback framedroppingwm42014-06-171-0/+1
* video: check image parameterswm42014-06-173-4/+38
* video: introduce failure path for image allocationswm42014-06-1745-67/+219
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-163-29/+18
* build: add '--enable-libmpv-static' optionxylosper2014-06-162-14/+34
* cache: avoid race condition between cache wakeup and idlingwm42014-06-161-0/+1
* vo_opengl: simplify redraw callback OSD handlingwm42014-06-165-82/+23
* discnav: make OSD path explicitly thread-safewm42014-06-161-16/+31
* sub: prefer ffmpeg microdvd converter over internal onewm42014-06-151-1/+1
* video/out: change aspects of OSD handlingwm42014-06-1525-187/+128
* vo_vaapi: fix a crash on the init error handling pathwm42014-06-151-1/+2
* wayland: move subsurfaces to wayland voAlexander Preisinger2014-06-153-34/+43
* wayland: attach NULL surface on osd creationAlexander Preisinger2014-06-151-0/+3
* ao_pcm: fix message stringsAmos Onn2014-06-151-2/+2
* cocoa: add fallback for automatic GPU switchingStefano Pigozzi2014-06-151-1/+14
* cocoa: allow automatic gpu switchingStefano Pigozzi2014-06-151-0/+3
* cocoa: switch to CGL APIs for GL context creationStefano Pigozzi2014-06-151-16/+23
* demux: use position as signed integerwm42014-06-141-1/+1
* tv: if timestamp is unset, return NOPTSwm42014-06-141-4/+4
* tv: remove some non-sensewm42014-06-141-2/+2
* tv: fix compilation without clock_gettime, don't claim to be MPlayerwm42014-06-141-1/+1
* sub: add --sub-scale-with-window optionwm42014-06-144-4/+17
* gl_w32: remove unused variablewm42014-06-141-2/+0
* build: version string as native str type for each Python versionPhilip Sequeira2014-06-141-2/+4
* video: cosmetics: reformat image format names tablewm42014-06-141-25/+17
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-1411-131/+117
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-143-20/+27
* build: fix generation of zsh completionAlessandro Ghedini2014-06-131-2/+2
* tv: add missing header for clock_gettimewm42014-06-131-0/+1
* options: remove some more stuffwm42014-06-134-39/+15
* options: remove some unneeded stuffwm42014-06-133-28/+21
* command: redo the property typewm42014-06-135-565/+687
* options: remove OPT_FLAG_CONSTANTSwm42014-06-134-28/+19
* options: remove use of an inverted option valuewm42014-06-133-5/+4
* options: turn --idx, --forceidx into --indexwm42014-06-137-21/+16
* vd_lavc: use option parser for skip suboptionswm42014-06-131-22/+25
* input.conf: make ESC quit when encodingwm42014-06-131-0/+1
* demux: use av_malloc for packetswm42014-06-131-2/+2
* demux: simplify packet resizingwm42014-06-133-15/+5
* encode: get rid of the recursion that led to a deadlock.Rudolf Polzer2014-06-121-23/+28
* Revert "encode: make the central lock recursive"Rudolf Polzer2014-06-121-2/+1
* demux: fix compilation with FFmpeg gitwm42014-06-122-11/+4
* cache: print cache size only in verbose modewm42014-06-121-2/+2
* win32: implement --priority differentlywm42014-06-126-103/+17
* tv: fix a hidden static variablewm42014-06-121-9/+9
* stream_bluray: fix some const declarationswm42014-06-121-6/+6
* encode: don't load Lua scriptswm42014-06-121-0/+2
* audio: more detailed debugging outputwm42014-06-121-0/+2
* audio: don't wait when draining and pausedwm42014-06-121-1/+1
* encode: make the central lock recursivewm42014-06-121-1/+2
* options: fix for compilation when encoding disabledxylosper2014-06-121-1/+1
* tv: use correct timestampsiive2014-06-121-12/+48
* encode: make option struct localwm42014-06-117-56/+70
* input: make option struct localwm42014-06-114-72/+70
* demux_lavf: make option struct localwm42014-06-113-34/+37
* ad_lavc: make option struct localwm42014-06-113-24/+26
* vd_lavc: make option struct localwm42014-06-113-32/+37
* options: remove a global variablewm42014-06-112-5/+5
* vf_noise: remove global variableswm42014-06-111-9/+4
* vf_divtc: remove a global variablewm42014-06-111-5/+1
* Add more constwm42014-06-1182-208/+204
* vo_caca: remove global variableswm42014-06-111-68/+84
* demux_raw: remove global option variableswm42014-06-113-57/+85
* demux_mf: remove global option variableswm42014-06-114-18/+13
* options: remove global variables for swscale options; rename themwm42014-06-1111-83/+77
* stream_dvd: minor cleanupswm42014-06-113-141/+44
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-1110-78/+78
* stream_dvb: remove global option variableswm42014-06-116-38/+36
* stream_cdda: remove global option variableswm42014-06-116-64/+66
* stream: add a generic way to setup stream priv defaultswm42014-06-112-0/+3
* stream_pvr: remove global option variableswm42014-06-117-250/+122
* tv: remove printing of useless comment informationwm42014-06-114-14/+3
* tv: remove global option variableswm42014-06-118-390/+376
* m_config: add function to copy subopt-structwm42014-06-112-0/+43
* command: redo ancient TV/DVB/PVR commandswm42014-06-1114-207/+259
* osd: Center the volume icon in the osd fontChrisK22014-06-101-0/+0
* build: disable zsh completions by default, fixes e.g. cross compilationwm42014-06-091-0/+1
* player: hide some messages in verbose modewm42014-06-091-3/+3
* video: fix another cover art corner casewm42014-06-091-1/+1
* client API: disable LIRC input by defaultwm42014-06-091-0/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-095-18/+45
* player: show "neutral" position markers for OSD barswm42014-06-086-6/+33
* build: generate and install zsh completion scriptAlessandro Ghedini2014-06-084-1/+32
* TOOLS: add script for generating a zsh completion scriptAlessandro Ghedini2014-06-081-0/+129
* client API: minor documentation fixes/enhancementswm42014-06-082-4/+6
* client API: trigger wakeup when creating wakeup pipe/callbackwm42014-06-081-1/+5
* manpage: document new --sub-file semanticswm42014-06-081-3/+11
* options: change --sub-file behaviorwm42014-06-083-1/+41
*