summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TOOLS/zsh.pl: sort options in reverse order by lengthAlessandro Ghedini2014-07-031-0/+9
* TOOLS/zsh.pl: untabifyPhilip Sequeira2014-07-031-26/+26
* TOOLS/zsh.pl: fix _arguments linePhilip Sequeira2014-07-031-1/+1
* TOOLS/zsh.pl: don't consume extra argumentsPhilip Sequeira2014-07-031-10/+18
* TOOLS/zsh.pl: escape all colons in option descriptionsPhilip Sequeira2014-07-031-1/+1
* command: include new "playback-time" property in update mechanismwm42014-07-031-1/+1
* DOCS: add a file listing API changes for the client APIwm42014-07-033-2/+61
* manpage: reflect new coreaudio changesStefano Pigozzi2014-07-021-1/+13
* ao_coreaudio: report latency more correctlyStefano Pigozzi2014-07-021-1/+19
* cache_file: use unicode on windowswm42014-07-021-0/+2
* ao_coreaudio: move channel mapping away from utilsStefano Pigozzi2014-07-023-126/+128
* ao_coreaudio: use mpv's internal pull APIStefano Pigozzi2014-07-021-82/+9
* ao_coreaudio: remove useless commentsStefano Pigozzi2014-07-021-5/+3
* ao_coreaudio: rename init_lpcm -> init_audiounitStefano Pigozzi2014-07-021-6/+9
* ao_coreaudio: fill asbd with an helper functionStefano Pigozzi2014-07-024-39/+29
* ao_coreaudio: split control to helper functionsStefano Pigozzi2014-07-021-23/+30
* ao_coreaudio: move device related functions to the new AOStefano Pigozzi2014-07-023-277/+255
* ao_coreaudio: remove useless call to print_asbdStefano Pigozzi2014-07-022-4/+0
* ao_coreaudio: move spdif code to a new AOStefano Pigozzi2014-07-026-433/+596
* cache: clear DVD timestampswm42014-07-021-0/+3
* x11: clear window only on initial mapwm42014-07-021-1/+2
* command: remove some code duplication in cache propertieswm42014-07-021-75/+33
* command: cache can actually have full-size 0wm42014-07-021-4/+4
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-025-10/+111
* demux: drop AVI special codewm42014-07-021-8/+0
* demux_mkv: minor improvement to overflow checkwm42014-07-021-2/+3
* Audit and replace all ctype.h useswm42014-07-0125-49/+55
* demux: minor cleanupswm42014-07-014-26/+0
* README: fix link to release policy documentAlessandro Ghedini2014-06-301-1/+1
* options: add --list-protocols optionAlessandro Ghedini2014-06-304-0/+29
* build: set default cdrom and dvd devices on linuxAlessandro Ghedini2014-06-301-0/+2
* options: fix --gapless-audio default valuewm42014-06-301-0/+1
* demux_mkv: cosmeticswm42014-06-292-26/+20
* demux_mkv: add some overflow checks etc.wm42014-06-292-59/+111
* player: fix start position when specifying with percentTsukasa OMOTO2014-06-291-1/+1
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-294-9/+20
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-297-10/+30
* av_common: remove unneeded fieldwm42014-06-291-1/+0
* af_volume: fix calculations including replay-gainMohammad Alsaleh2014-06-281-2/+2
* sub: fix undefined behavior with dvd://wm42014-06-281-1/+1
* manpage: update config file locationswm42014-06-285-16/+29
* scripting: shorten a linewm42014-06-261-2/+3
* config: use the same signature for win32/OSX specific path functionswm42014-06-264-14/+19
* config: handle --no-config case directly in mp_config_dirs()wm42014-06-261-26/+23
* config, player: avoid some temporary talloc contextswm42014-06-262-28/+24
* config: make passing talloc context optional for some functionswm42014-06-263-31/+28
* player: create config dir if it doesn't existwm42014-06-262-4/+3
* config: prefer the old config dir if it exists, but XDG doesn'twm42014-06-261-6/+14
* player: remove some minor code duplication in config loader codewm42014-06-263-21/+16
* Basic xdg directory implementationKenneth Zhou2014-06-2611-152/+209
* 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
*