summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* audio: use unknown channel layouts if there is no standard layoutwm42015-06-121-5/+5
* audio: fix messed up channel reorderingwm42015-06-121-2/+2
* audio: deal with AVFrame-style buffer assignmentswm42015-06-122-4/+17
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-112-0/+11
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-113-3/+17
* client API: leave mpv_event_end_file.error to 0 on no errorwm42015-06-111-2/+2
* lua: export end-file event fieldswm42015-06-112-0/+37
* ao_alsa: change ALSA braindeath heuristicwm42015-06-111-3/+4
* command: add keypress, keydown, and keyup commands.torque2015-06-115-0/+54
* player: use 4 as process exit code on user quitswm42015-06-102-1/+2
* options: make keyvalue list parsing less strictwm42015-06-101-7/+8
* vo_opengl: fix a small memory leak when loading user shaderswm42015-06-091-1/+1
* vo_opengl: fix dangling pointers with vo_cmdlinewm42015-06-091-0/+24
* audio: add some change notificationswm42015-06-091-0/+4
* ao_coreaudio: change physical stream format synchronouslywm42015-06-092-5/+2
* audio/out/pull: avoid dropping some audio when drainingwm42015-06-091-9/+18
* audio/out/pull: correctly pad partial frames with silencewm42015-06-091-1/+1
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-092-4/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* ao_alsa: refine channel count mismatch error messagewm42015-06-091-2/+2
* vaapi: add missing license headerwm42015-06-081-0/+17
* gl_osd: fix license headerwm42015-06-081-0/+5
* vo: clarify conditionwm42015-06-081-1/+1
* vo: restore frame-drop logic for high-fps clipsAvi Halachmi (:avih)2015-06-071-0/+22
* ytdl_hook: Support 'multi_video' resultsJaime Marquínez Ferrándiz2015-06-071-1/+1
* Revert "opengl: drop less frames when clip and display have similar fps"wm42015-06-071-9/+1
* Revert "vo: improve frame drop logic on high playback rate"wm42015-06-071-11/+3
* vo_vdpau: add a NULL check, verify image dimensionswm42015-06-061-1/+2
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-0510-18/+101
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionwm42015-06-051-1/+10
* audio: do not allow AO to change passthrough formatswm42015-06-051-7/+17
* vo_vdpau: limit output surfaces to allowed maximum dimensionswm42015-06-051-4/+12
* vo_vdpau: directly get surface size from surface for screenshotswm42015-06-052-6/+12
* vo_vdpau: shorten 2 variable nameswm42015-06-051-10/+9
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-053-7/+3
* filter_kernels: distinguish between regular/EWA robidouxNiklas Haas2015-06-051-2/+4
* vo_vdpau: check maximum video sizewm42015-06-042-0/+21
* audio: do not exit when loading small files in paused modewm42015-06-041-1/+1
* ao_alsa: refuse to use spdif if AES flags can't be setwm42015-06-041-6/+6
* af_lavrresample: slightly better computation of total delaywm42015-06-041-6/+9
* af_lavrresample: use a new libswresample function if availablewm42015-06-041-0/+4
* af_lavrresample: change output samples calculationwm42015-06-041-2/+2
* ao_alsa: hack against potential spdif failurewm42015-06-041-3/+16
* bootstrap.py: make it work on win32wm42015-06-041-1/+1
* inpout.conf: make shift+o toggle between 2 states onlywm42015-06-033-2/+6
* player: print track list when switching trackswm42015-06-031-0/+4
* player: print a message along with track listwm42015-06-033-7/+9
* player: don't print stream list when adding external tracks during loadwm42015-06-031-5/+7
* af_lavrresample: use native libavresample function for output sizewm42015-06-021-7/+6
* demux_lavf: fix wrong printf parameter type on 64 bit systemswm42015-06-021-1/+1
* ao_coreaudio_exclusive: move generic functions to utilswm42015-06-023-207/+209
* ao_coreaudio_exclusive: react to device removalwm42015-06-021-12/+27
* ao_coreaudio_exclusive: make property listeners event-basedwm42015-06-021-105/+82
* ao: allow ao_uninit(NULL)wm42015-06-021-1/+2
* af_lavrresample: fix and simplify flushing on playback speed changewm42015-06-021-23/+1
* idet.sh: Support larger files.Rudolf Polzer2015-06-021-1/+1
* osx: add NULL check for input context in a missing casewm42015-06-011-1/+2
* vf_vavpp: provide future/past frames to driverwm42015-06-011-30/+97
* ta: add another array helper macrowm42015-06-011-0/+11
* vf_vavpp: move vaMapBuffer() closer to its usewm42015-06-011-4/+4
* vf_vavpp: remove dummy loop, unindentwm42015-06-011-51/+61
* vf_vavpp: cosmeticswm42015-06-011-10/+10
* vf_vavpp: minor simplificationwm42015-06-011-29/+24
* win32: fix window resize logicwm42015-05-311-2/+3
* audio: remove an old hackwm42015-05-301-10/+1
* 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