summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux: read cue sheets embedded in tagswm42015-05-191-2/+17
* demux_cue: move cue parser to a separate filewm42015-05-195-180/+259
* ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HDwm42015-05-191-4/+54
* ad_spdif: set output format lazilywm42015-05-191-15/+27
* audio: avoid wasting CPU due to continuous wakeupwm42015-05-191-1/+2
* command: use consistent comment stylerrooij2015-05-191-1/+1
* input: add relative percentage seekrrooij2015-05-193-1/+9
* x11: never forcefully terminate xdg-screensaver processwm42015-05-182-9/+8
* mpv.desktop: shorten polish nameMateusz Łukasik2015-05-181-1/+1
* sub: add .sup file extension for subtitle autoloadingwm42015-05-181-1/+1
* command: add playlist_shuffle commandwm42015-05-174-0/+11
* input.conf: add CTRL+s key binding for window screenshotswm42015-05-172-0/+5
* manpage: improve osc helpAvi Halachmi (:avih)2015-05-161-10/+11
* DOCS/client_api_examples: Qt: force qmake to use pkg-config.torque2015-05-163-0/+3
* manpage: lua: clarify OSD differences between mp.command/mp.commandvwm42015-05-161-0/+7
* x11: attempt to make initial fullscreening more reliablewm42015-05-151-0/+3
* vf_vapoursynth: reject unaligned video sizeswm42015-05-151-0/+7
* vo: remove suspicious linewm42015-05-151-1/+1
* Remove trailing whitespacesMichael Vetter2015-05-157-210/+210
* video: add hevc to whitelist of hwdec codecswm42015-05-142-2/+2
* dxva2: support HEVCwm42015-05-141-1/+8
* vo_opengl: hardcode rquested GL version in backendswm42015-05-146-26/+9
* x11: use new OpenGL backend APIwm42015-05-143-24/+34
* vo_opengl: create new API for OpenGL VO backendswm42015-05-143-23/+106
* vo_opengl: change user options for requesting GLESwm42015-05-147-40/+16
* vo_opengl: merge GL backend creation/initializationwm42015-05-131-28/+20
* vo_opengl: remove mpgl_lock callswm42015-05-133-63/+7
* cocoa: redo synchronizationwm42015-05-133-169/+156
* vo_opengl: remove some more Cocoa resize leftoverswm42015-05-134-31/+0
* manpage: explain some property expansion restrictionswm42015-05-131-1/+4
* manpage: remove stray newlinewm42015-05-131-1/+0
* vda: add support for nv12 image formatsStefano Pigozzi2015-05-133-21/+115
* build: check for lua52Christian Hesse2015-05-131-0/+1
* vo: avoid burning CPU when pausedwm42015-05-131-1/+2
* win32: add mappings for some special keyswm42015-05-121-0/+9
* ipc: avoid SIGPIPEwm42015-05-121-1/+5
* cocoa: make live-resizing as fast as beforewm42015-05-123-9/+14
* cocoa: handle live-resizing differentlywm42015-05-123-42/+41
* vo: use pthread_cond_timedwait() for video timingwm42015-05-121-6/+17
* vo_opengl_cb: add support for interpolationwm42015-05-121-5/+51
* vo_opengl_cb: add a "block" framedrop mode and make it defaultwm42015-05-122-7/+31
* vo_opengl_cb: actually set requested optionswm42015-05-121-0/+1
* vo: always call draw_image_timed() if availablewm42015-05-121-1/+1
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-119-34/+33
* ao: make better use of atomicswm42015-05-113-14/+12
* atomics: add atomic_fetch_and/atomic_fetch_orwm42015-05-111-7/+20
* cocoa: remove unused declarationwm42015-05-111-3/+0
* cocoa: add missing break statements in switchwm42015-05-111-0/+2
* cocoa: remove unused macrowm42015-05-111-1/+0
* Always block SIGPIPE globallywm42015-05-114-7/+14
* TOOLS/stats-conv.py: add another event typewm42015-05-111-2/+11
* DOCS/man/options.rst: Remove trailing whitespacesrrooij2015-05-101-2/+2
* DOCS/man/opions.rst: Elaborate on --no-videorrooij2015-05-101-0/+4
* ytdl_hook: remove tabswm42015-05-091-5/+5
* build: exclude -Wredundant-declswm42015-05-093-5/+4
* old-configure: hidewm42015-05-093-4/+1
* old-configure: bump libbluray versionwm42015-05-091-1/+1
* player: reuse a functionwm42015-05-091-5/+1
* path: improve verbose loggingwm42015-05-091-8/+8
* path: use mp_path_join in one more placewm42015-05-091-1/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-095-23/+37
* player: avoid undefined behavior when resumign DVD/BD playbackwm42015-05-091-3/+3
* path: make mp_path_join accept normal C stringswm42015-05-0918-28/+34
* lua: remove deprecated "lua" sub directorieswm42015-05-092-29/+9
* path: unify the two config file lookup functionswm42015-05-091-83/+60
* vo_drm: allow changing video rectangle settingswm42015-05-081-0/+6
* vo_drm: don't mutate the current frame when clamping for panscanwm42015-05-081-3/+4
* input: filter out redundant mp_input_set_mouse_pos() callswm42015-05-081-1/+3
* player: add --force-window=immediate modewm42015-05-083-3/+8
* audio: simplify furtherwm42015-05-083-28/+11
* audio: remove mp_chmap_contains()wm42015-05-083-36/+0
* ao: log reordered versions of channel mapswm42015-05-081-3/+10
* audio: redo channel map fallback selectionwm42015-05-082-60/+34
* audio: add chmap utility functionwm42015-05-082-0/+10
* test: simplify chmap_sel testswm42015-05-081-121/+44
* ao_alsa: log requested numbers of channels if ALSA rejects themwm42015-05-081-2/+3
* audio: fix messed up assert()wm42015-05-071-1/+1
* audio: remove UNKNOWN pseudo speakerswm42015-05-073-14/+9
* audio: define only a single NA speaker IDwm42015-05-075-34/+16
* player: use profiles for libmpv and encoding defaultswm42015-05-073-24/+34
* m_config: make m_config_set_profile() use a namewm42015-05-073-13/+18
* DOCS: add a link to LIRC wiki entrywm42015-05-071-0/+1
* ao_coreaudio_utils: don't list some formats as "unusable"wm42015-05-071-1/+1
* ytdl_hook: Escape EDL URLsChrisK22015-05-071-1/+3
* ao_sndio: add notice about padding channelswm42015-05-061-1/+3
* ao_alsa: use new padding channels supportwm42015-05-061-21/+26
* ao_alsa: move ALSA -> mp channel map to a functionwm42015-05-061-11/+18
* manpage: do not use deprecated syntax in examplewm42015-05-061-1/+1
* cocoa: remove an unused parameterwm42015-05-063-3/+3
* ao_coreaudio_exclusive: check new format before waiting for changewm42015-05-061-12/+13
* ao_coreaudio_exclusive: use atomics instead of volatilewm42015-05-061-19/+16
* ao_coreaudio_exclusive: rename "digital" -> "compressed"wm42015-05-061-22/+20
* ao_coreaudio_exclusive: explicitly check for spdif formatswm42015-05-061-8/+5
* ao_coreaudio_exclusive: merge init_digital() functionwm42015-05-061-15/+3
* cocoa: lock cocoa main thread on uninitwm42015-05-061-1/+9
* ao_coreaudio_utils: decide formats by comparing raw bitswm42015-05-051-5/+6
* ao_coreaudio: log considered physical formatswm42015-05-051-0/+4
* ao_coreaudio: restore old physical format if format was changedwm42015-05-051-0/+16
* af: don't attempt to remove last filter for spdif filter removalwm42015-05-051-1/+1
* audio: minor cosmeticswm42015-05-051-16/+16
* ao_coreaudio: move channel mapping code to a separate filewm42015-05-054-255/+298
* ao_coreaudio_utils: don't require talloc for fourcc_repr()wm42015-05-053-17/+13
* ao_coreaudio_utils: unbreak default device selectionwm42015-05-051-4/+3
* ao_coreaudio_exclusive: fix latency calculation non-sensewm42015-05-051-1/+1
* ao_coreaudio_utils: refine format selectionwm42015-05-051-19/+25
* ao_coreaudio: change physical format before channel negotiationwm42015-05-051-4/+10
* vo_opengl: change default FBO formatwm42015-05-052-3/+3
* manpage: fix typowm42015-05-051-1/+1
* ao_coreaudio: add an option for changing the physical formatwm42015-05-052-0/+63
* ao_coreaudio_utils: add a format negotiation helper functionwm42015-05-052-0/+37
* af_lavrresample: remove dead undefswm42015-05-051-3/+0
* ipc: silence some common info messageswm42015-05-051-3/+3
* ao_coreaudio: support padded channel layoutswm42015-05-051-2/+6
* audio: introduce support for padding channelswm42015-05-053-56/+142
* audio: introduce mp_audio readonly bitwm42015-05-042-1/+3
* audio: chmap: explicitly drop channels not supported by lavcwm42015-05-041-2/+5
* audio: drop unused functionwm42015-05-042-10/+0
* ao_coreaudio: fix out of bounds accesswm42015-05-041-0/+2
* subprocess-win: use the correct pipe namespaceJames Ross-Gowan2015-05-041-1/+1
* sws_utils: re-use avcolorspace for sws colorspacesNiklas Haas2015-05-041-6/+3
* win32: fix desktop directorywm42015-05-031-1/+1
* vo_opengl: gl_lcms: fix cache dir creation with path expansionwm42015-05-031-9/+9
* path: start special espansion with ~~name instead of ~namewm42015-05-033-11/+11
* options: fix typo in variable namewm42015-05-033-3/+3
* options: remove --leak-reportwm42015-05-023-17/+4
* win32: move platform specifics to osdepwm42015-05-022-25/+28
* build: move main-fn files to osdepwm42015-05-0211-29/+31
* cocoa: always compile OSX application code with cocoawm42015-05-027-26/+20
* player: handle hotplug events in idle mode toowm42015-05-021-0/+1
* screenshots: create screenshot dirwm42015-05-022-2/+5
* vo_opengl: gl_lcms: create cache dirwm42015-05-021-0/+2
* vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabledwm42015-05-021-0/+2
* vo_opengl: gl_lcms: minor simplificationwm42015-05-021-2/+1
* vo_opengl: gl_lcms: use mp_path_join()wm42015-05-021-3/+3
* path: update path descriptionswm42015-05-021-1/+2
* path: fix user path resolutionwm42015-05-011-2/+2
* manpage: fix typowm42015-05-011-1/+1
* osxbundle: remove unnecessary config file entrywm42015-05-011-1/+0
* vo_opengl: gl_lcms: make ICC loading less verboseNiklas Haas2015-05-011-2/+2
* vo_opengl: gl_lcms: replace icc-cache by icc-cache-dirNiklas Haas2015-05-013-28/+40
* vo_opengl: attach target-prim/target-csp to window screenshotsNiklas Haas2015-05-011-2/+9
* screenshots: change default directory in pseudo-gui mode to desktopwm42015-05-013-2/+5
* screenshots: prefix default template with "mpv-"wm42015-05-012-3/+3
* path: add resolving desktop path to platform-specific pathswm42015-05-014-2/+15
* path: expose platform-specific path resolverswm42015-05-012-1/+15
* timer: add "static" to a variablewm42015-05-011-1/+1
* path: refactorwm42015-05-017-68/+140
* screenshots: add --screenshot-directory optionwm42015-05-014-0/+21
* vo_rpi: update renderer size on display size changes toowm42015-05-011-0/+2
* video/out: remove VOFLAG_FLIPPINGwm42015-05-013-12/+2
* vo_opengl: refactor wayland frame skippingwm42015-05-016-31/+33
* cocoa: don't accidentally drop initial screen drawingwm42015-05-015-1/+27
* vo: improve frame drop logic on high playback rateAvi Halachmi (:avih)2015-05-011-3/+11
* player: properly destroy client context if thread can't be createdwm42015-04-301-1/+4
* vo_rpi: update display size on display mode switcheswm42015-04-301-0/+23
* vo_rpi: actually draw a black backgroundwm42015-04-301-23/+65
* ao_coreaudio_exclusive: check format explicitly on change notifcationwm42015-04-291-6/+11
* ao_coreaudio_utils: log mp format with CoreAudio format descriptionwm42015-04-291-2/+4
* ao_coreaudio_utils: add function for ASBD -> mp format lookupwm42015-04-292-7/+59
* ao_coreaudio_utils: float is not a signed integer formatwm42015-04-291-3/+3
* csputils: improve contrast semantics for limited range outputNiklas Haas2015-04-291-5/+9
* csputils: apply contrast equalizer in RGBwm42015-04-291-8/+3
* screenshots: add option to prevent 16 bit outputwm42015-04-293-13/+29
* screenshots: add option to disable JPEG 4:4:4 outputwm42015-04-293-2/+11
* stream: don't print reconnection message if no stream supportwm42015-04-291-3/+5
* x11: query ICC profile based on center of windowNiklas Haas2015-04-293-1/+10
* manpage: put explicit links to config file path detailswm42015-04-281-1/+4
* ao_coreaudio_exclusive: move code for getting original formatwm42015-04-281-6/+4
* ao_coreaudio_utils: change audio format loggingwm42015-04-281-3/+3
* ao_coreaudio_exclusive: account for additional latencywm42015-04-281-3/+10
* command: let sub_reload remove the old track firstwm42015-04-281-8/+10
* command: change the default action for rescan_external_fileswm42015-04-282-6/+6
* player: log track list when adding or removing external fileswm42015-04-283-5/+16
* player: clamp display time to known time range on seekingwm42015-04-281-0/+7
* audio: separate fallbacks for upmix and downmix caseswm42015-04-281-12/+18
* osc: redo slider position translationChrisK22015-04-281-33/+55
* json: fix UTF-8 handlingwm42015-04-281-2/+2
* input.conf: map L to toggle infinite loopingwm42015-04-272-0/+4
* ytdl_hook.lua: Change format options when vid is "off"robin2015-04-271-6/+7
* audio: avoid downmixing in a certain special-casewm42015-04-272-3/+20
* ao_null: add an option for testing channel layout selectionwm42015-04-272-2/+20
* manpage: update mpv IRC channelsNiklas Haas2015-04-273-5/+5
* player: fix removing external tracks at runtimewm42015-04-27