summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* input: restore ability to combine mouse buttonswm42014-07-071-8/+6
* ao_null: disable latency emulationwm42014-07-071-1/+0
* demux: print initial metadatawm42014-07-071-0/+1
* osc: fix failure when using DVD menuswm42014-07-071-1/+1
* lua: redo error handling, print backtraceswm42014-07-071-82/+90
* old-configure: fix Lua testswm42014-07-071-1/+2
* Remove stream_pts stuffwm42014-07-069-32/+2
* DOCS/client-api-changes: try to fix rst formatting againwm42014-07-061-3/+4
* dvd, bd: enable precise seekingwm42014-07-061-4/+1
* dvd, bluray: handle playback display time handling differentlywm42014-07-061-12/+80
* stream_dvdnav: more debugging outputwm42014-07-061-2/+5
* demux: fix a corner case related to demux_discwm42014-07-061-5/+8
* dvd: fix first subtitle with delayed subtitle streamswm42014-07-063-1/+5
* stream: remove now unused STREAM_CTRL_GET_START_TIMEwm42014-07-064-19/+0
* demux: minor simplificationwm42014-07-067-12/+9
* ao_pulse: set icon nameatomnuker2014-07-051-0/+2
* 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
* player: don't use stream position as fallback for percent-poswm42014-07-051-3/+2
* tv: move demuxer parts to separate filewm42014-07-056-252/+267
* demux: minor simplification to internal APIwm42014-07-059-34/+24
* dvd: move angle switching codewm42014-07-053-60/+28
* dvd: flush buffers properly on seekwm42014-07-051-3/+4
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-0519-230/+304
* discnav: fix a commentwm42014-07-051-1/+1
* demux: set filepos field when dequeuing a packetwm42014-07-051-3/+2
* demux: cosmetics: minimize codewm42014-07-051-16/+3
* demux: make start time a simple fieldwm42014-07-055-20/+11
* demux, stream: change metadata notificationwm42014-07-057-63/+57
* demux: make replaygain per-trackwm42014-07-055-9/+11
* demux: move packet functions to a separate source filewm42014-07-056-108/+135
* demux: move packet list functionswm42014-07-053-73/+49
* demux_lavf: for now, ignore the new libavformat image demuxerswm42014-07-051-0/+3
* demux_lavf: support OTF fonts in Matroskawm42014-07-051-3/+10
* demux_lavf: don't dump transport stream programswm42014-07-051-13/+0
* demux_lavf: cleanup debug outputwm42014-07-051-19/+10
* demux_lavf: fix read_seek return valuewm42014-07-051-3/+1
* demux_mkv: cosmeticswm42014-07-051-45/+27
* DOCS, client API: add mpv release versionswm42014-07-051-0/+3
* Merge pull request #909 from Nyx0uf/patch-1Stefano Pigozzi2014-07-051-0/+84
|\
| * OS X bundle: Add more imported UTINyx0uf2014-07-041-0/+84
|/
* stream_dvdnav: check the length of all titles with dvdnav://longesttholin2014-07-041-1/+1
* stream_dvdnav: free pointer to priv->filename on closetholin2014-07-041-0/+2
* stream_dvdnav: make sure seeking bounds are within rangetholin2014-07-041-1/+5
* DOCS/client_api_examples: add a Qt examplewm42014-07-043-0/+177
* client API: allow calling mpv_terminate_destroy(NULL)wm42014-07-041-0/+3
* x11: avoid obscure behavior when --wid is partially garbagewm42014-07-041-1/+1
* ao_coreaudio: report hardware latency to ao_read_dataStefano Pigozzi2014-07-032-3/+43
* TOOLS/zsh.pl: complete URL schemes based on --list-protocolsAlessandro Ghedini2014-07-031-2/+7
* 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