summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vo_opengl: output slightly more debugging info on backend probingwm42015-05-301-0/+2
* vo: move up vo_wayland in autoprobe listwm42015-05-301-3/+3
* vf_vavpp: fix bob deinterlacing for bottom field first videosFilip Milivojevic2015-05-301-0/+2
* vf_vavpp: do not pretend to support referenceswm42015-05-291-3/+5
* vf_vavpp: simplify surface list allocationwm42015-05-291-14/+2
* player: restore video-aspect on playback resumewm42015-05-291-0/+1
* cache: limit readahead size to half the cache size at the beginningwm42015-05-291-0/+6
* vo_drm: fix not using BUF_COUNTMarcin Kurczewski2015-05-291-5/+4
* vo_drm: fix centering with regard to strideMarcin Kurczewski2015-05-291-13/+16
* vaapi: remove direct mapping non-sensewm42015-05-291-42/+6
* lua: fix options submodulewm42015-05-293-3/+8
* vd_lavc: fix a hw decoding fallback casewm42015-05-291-1/+6
* vdpau: do not attempt to allocate surfaces while preemptedwm42015-05-291-10/+17
* vo_opengl: avoid broken shader if hwdec fails to provide textureswm42015-05-281-1/+4
* vdpau: add support for the "new" libavcodec vdpau APIwm42015-05-286-3/+131
* video: rename vdpau.c to vdpau_old.cwm42015-05-283-2/+2
* vd_lavc: allocate hw surfaces using the coded sizewm42015-05-281-10/+9
* vdpau: retrieve mixer parameters directly from the hw surfacewm42015-05-283-12/+23
* vd_lavc: merge two functionswm42015-05-281-27/+15
* vd_lavc: make hardware decoding fallback less violentwm42015-05-282-5/+15
* demux_lavf: do a better job at guessing the vobsub .sub filenamewm42015-05-281-0/+40
* vo_drm: Expose mode ID option to usersMarcin Kurczewski2015-05-282-10/+23
* vo_drm: Fix resolution not restored after exitingMarcin Kurczewski2015-05-281-1/+1
* vo_drm: Fix stride problem for certain devicesMarcin Kurczewski2015-05-281-1/+1
* command: remove deprecated get_property commandwm42015-05-275-37/+2
* options: remove --slave-brokenwm42015-05-276-32/+4
* player: set cocoa input context at an earlier pointwm42015-05-271-4/+4
* player: load scripts at an earlier pointwm42015-05-271-4/+4
* vo_opengl: rename use_full_range to use_normalized_rangewm42015-05-271-8/+8
* DOCS: fix wrong libmpv's cocoa example commentStefano Pigozzi2015-05-271-4/+2
* vo_opengl: fix source-shader + XYZ inputNiklas Haas2015-05-271-2/+5
* DOCS: interface-changes: mention recent vo_opengl additionswm42015-05-271-0/+2
* vo_opengl: CMS no longer implies linear scalingNiklas Haas2015-05-272-14/+7
* vo_opengl: icc-profile overrides icc-profile-autoNiklas Haas2015-05-272-3/+4
* vo_opengl: add support for custom shadersNiklas Haas2015-05-2710-55/+350
* osx: synchronize access to the input_ctxwm42015-05-261-18/+30
* osx: never expose input_ctx from EventsResponderwm42015-05-263-20/+33
* input: remove some unneeded thingswm42015-05-262-34/+5
* command: better choice when to allow playback-related commandswm42015-05-261-16/+16
* command: fix track property when no file is loadedwm42015-05-261-2/+8
* player: fix crashes when adding external tracks before loading main filewm42015-05-264-40/+30
* demux: don't get stuck on some cases of timestamp resetswm42015-05-261-1/+2
* ao_alsa: hack back mono outputwm42015-05-251-1/+6
* TOOLS/lua/status-bar: update use of a deprecated propertywm42015-05-251-1/+3
* input: allow - as separator between commands, instead of _wm42015-05-256-119/+127
* command: change the hwdec propertieswm42015-05-253-49/+71
* vd_lavc: report actually used hwdec APIwm42015-05-252-4/+1
* vf_dlopen: declare as deprecatedwm42015-05-252-0/+6
* cocoa: don't load hardcoded icon if running from bundleStefano Pigozzi2015-05-251-0/+3
* demux_edl: fix includeswm42015-05-241-2/+2
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-243-7/+3
* player: add function to compute past frame durationswm42015-05-243-17/+28
* vo_null: add framerate emulationwm42015-05-242-4/+40
* manpage: --media-title -> --force-media-titlePhilip Sequeira2015-05-241-1/+1
* DOCS/client_api_examples/cocoa-openglcb: do initial flush correctly.torque2015-05-231-11/+5
* command: add protocol-list propertywm42015-05-235-6/+45
* ytdl: do not use deprecated optionwm42015-05-231-1/+1
* vo_opengl: switch to new OpenGL backend API for icc-profile-autoNiklas Haas2015-05-221-1/+1
* command: allow changing track properties while no file is loadedwm42015-05-221-16/+20
* player: use an array for stream ID options and suchwm42015-05-226-67/+52
* command: deprecate audio-sampleratewm42015-05-223-50/+4
* command: add audio-params and audio-out-params propertieswm42015-05-223-1/+77
* command: remove old property deprecation warning mechanismwm42015-05-221-48/+1
* command: rename audio-format propertywm42015-05-223-7/+10
* options: rename --media-title optionwm42015-05-223-2/+4
* command: deprecate the "length" propertywm42015-05-224-11/+15
* command: add a new property deprecation mechanismwm42015-05-221-0/+29
* DOCS: add a changelog for option/command/property changeswm42015-05-222-3/+47
* audio: make softvol scale cubicwm42015-05-223-10/+13
* audio: change range of volume option/propertywm42015-05-226-35/+31
* options: --loop without argument means looping foreverwm42015-05-221-1/+1
* command: explicitly show mouse cursor when unfullscreeningwm42015-05-211-2/+6
* win32: do not call timeEndPeriod(1) on terminationwm42015-05-211-8/+0
* DOCS/client_api_examples: cocoa: minor fixeswm42015-05-211-2/+2
* DOCS/client_api_examples: add opengl-cb-based cocoa example.torque2015-05-211-0/+310
* chmap: use av_popcount64()wm42015-05-211-9/+3
* vo_opengl: vda: make it work anywherewm42015-05-212-5/+35
* video: do not align source position to 2wm42015-05-212-11/+11
* vo_opengl: remove npot optionwm42015-05-212-20/+0
* DOCS/mplayer-changes: add relative seeking by %Robin2015-05-211-0/+1
* vo_xv: make number of buffers configurablewm42015-05-202-3/+14
* command: refactor if/else statements to switchRobin2015-05-201-11/+19
* video: force audio resync after video discontinuitywm42015-05-201-0/+1
* video: better heuristic for timestamp resetswm42015-05-201-2/+13
* audio: fix resync issue differentwm42015-05-191-1/+3
* command: change OSD symbol for absolute perc. seekrrooij2015-05-191-2/+4
* manpage: fix syntaxwm42015-05-191-1/+1
* 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
*