summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* vo: handle very long frame durations with smoothmotion enabledwm42015-01-261-1/+1
* options: list correct default value for --screenshot-templatewm42015-01-262-1/+2
* msg: add --log-file optionwm42015-01-266-1/+32
* manpage: document 'A' keywm42015-01-261-0/+3
* manpage: fix typoDiogo Franco (Kovensky)2015-01-261-1/+1
* manpage: fix smoothmotion-threshold value rangewm42015-01-261-1/+1
* vo_opengl: drop sRGB framebuffer detectionwm42015-01-262-9/+1
* options: make --hls-bitrate=max the defaultwm42015-01-262-2/+3
* manpage: describe some more config directory artifactswm42015-01-261-9/+27
* input.conf: bind 'A' to cycling aspect ratioswm42015-01-261-0/+2
* video/out: cosmetics: rename VO_EVENT_ICC_PROFILE_PATH_CHANGEDwm42015-01-264-7/+7
* vo_opengl, x11: implement icc-profile-autowm42015-01-263-5/+37
* vo_opengl: minor changes to ICC update codewm42015-01-262-19/+20
* vo_opengl: update a commentwm42015-01-261-2/+3
* vo_opengl: make "mitchell" the hq default filter for downscalingwm42015-01-262-2/+3
* vo_opengl: simplify radius initializationwm42015-01-262-18/+6
* vo_opengl: fancy-downscale affects luma-scaler onlywm42015-01-251-1/+1
* ao_pulse: plug a memory leakBen Boeckel2015-01-251-0/+3
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: fix redraw logicwm42015-01-251-4/+2
* input: fix dangling pointerwm42015-01-251-0/+1
* options: don't list removed optionswm42015-01-251-0/+3
* vo_opengl: remove remnants of dropped stereo buffer supportwm42015-01-243-15/+0
* vo: generic redraw supportwm42015-01-242-7/+5
* vo: simplify VOs by adding generic screenshot supportwm42015-01-2415-135/+39
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* cocoa: fix fallback for OpenGL 2.1 hardware [2]Stefano Pigozzi2015-01-241-7/+13
* cocoa: fix fallback for OpenGL 2.1 hardwareStefano Pigozzi2015-01-241-25/+25
* video: separate screenshot modeswm42015-01-2313-92/+63
* input, player: new command for mouse eventxylosper2015-01-234-0/+45
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-235-12/+13
* youtube-dl_mpv.sh: unquote ${video_url}Vítor Galvão2015-01-231-1/+1
* manpage: minor changeswm42015-01-235-20/+28
* command: export file format as propertywm42015-01-234-5/+20
* build: remove bogus client API examples buildwm42015-01-235-40/+9
* vf_vavpp: add more deinterlacing algorithmswm42015-01-232-7/+26
* input: handle mixing key press and up/down events betterwm42015-01-231-4/+5
* x11: remove unnecessary codewm42015-01-231-3/+0
* vo: allow dropping additional frames with smoothmotionwm42015-01-231-6/+6
* vo: cosmeticswm42015-01-231-22/+24
* ao_wasapi: fix try_format logic in shared modeJames Ross-Gowan2015-01-231-2/+1
* vo: fix framedrop in normal casewm42015-01-231-1/+2
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-238-20/+239
* youtube-dl_mpv.sh: use curly braces and double quotes consistentlyVítor Galvão2015-01-221-8/+8
* filter_kernels: improve a commentwm42015-01-221-3/+2
* manpage: vo_opengl: describe how to get lanczos2/lanczos3wm42015-01-221-0/+3
* vo_opengl: improve terminal messages with lscale suboption errorswm42015-01-221-5/+13
* vo_opengl: remove scale-sep and indirect optionsNiklas Haas2015-01-223-39/+13
* filter_kernels: get rid of sinc/lanczos aliasesNiklas Haas2015-01-221-12/+0
* vo_opengl: rename all scale options to make more senseNiklas Haas2015-01-223-51/+56
* vo_opengl: switch to nearest neighbour for trivial resamplingNiklas Haas2015-01-222-3/+12
* vo_opengl: always prefer indirect scalingNiklas Haas2015-01-222-23/+19
* vo_opengl: implement naive anti-ringingNiklas Haas2015-01-224-14/+45
* vo_opengl: unroll ewa_lanczos to avoid looping and unnecessary samplesNiklas Haas2015-01-222-10/+29
* vo_opengl: clean up ewa_lanczos codeNiklas Haas2015-01-226-32/+60
* vo_opengl: guarantee correct reinitialization on setting optionswm42015-01-221-0/+1
* vo_opengl: don't reset unused GL_PACK_... statewm42015-01-221-4/+1
* vo_opengl: simplify screenshot codewm42015-01-223-76/+13
* vo_vdpau: don't render to an output surface if it could be busywm42015-01-221-6/+6
* video: handle hwdec screenshots differentlywm42015-01-2213-97/+182
* mp_image_pool: allow passing pool=NULL in more placeswm42015-01-221-2/+4
* video: have a generic context struct for hwdec backendswm42015-01-2217-34/+56
* cocoa: remove support for systems without gl3.h headerStefano Pigozzi2015-01-222-37/+3
* vo_opengl: make the default radius 3.0 and simplify scaler documentationNiklas Haas2015-01-213-15/+17
* manpage: vo_opengl: change scaler descriptions and recommendationswm42015-01-211-37/+13
* vaapi: minor simplificationwm42015-01-214-9/+6
* video: remove vfcap.hwm42015-01-2122-112/+40
* video: try to keep implied alpha when using conversion filterswm42015-01-211-1/+1
* vo_direct3d: unify d3d "reset" and uninit pathswm42015-01-211-24/+21
* vo_direct3d: disable shaders if unavailablewm42015-01-211-23/+24
* vo_opengl: cleanups after vo_opengl_old removalwm42015-01-2110-445/+75
* vo: never autoselect vo_nullwm42015-01-211-2/+4
* ao_alsa: reinitialize if device got brokenwm42015-01-211-0/+3
* vo_opengl: handle grayscale input better, add YA16 supportwm42015-01-217-21/+26
* vf_scale: replace ancient fallback image format selectionwm42015-01-213-141/+36
* stream: reject overly long URLswm42015-01-211-0/+4
* stream_lavf: escape disallowed characters in http URLswm42015-01-212-5/+24
* vo_opengl_old: remove this VOwm42015-01-208-2507/+2
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* vo_opengl: fix typowm42015-01-201-1/+1
* build: reduce worst case with mismatching FFmpeg pkg-config fileswm42015-01-201-8/+8
* README: extend dependecy list, link Windows compilation docswm42015-01-202-5/+16
* win32: remove check for SetPriorityClass()wm42015-01-203-10/+5
* vo_opengl: remove cscale-down suboptionwm42015-01-203-9/+15
* audio: don't force any parameters if spdif is usedwm42015-01-201-5/+3
* ao_coreaudio: reset possibly random errno valuewm42015-01-201-1/+2
* ao: never autoselect ao_nullwm42015-01-201-1/+2
* ao: refactor --audio-device selection codewm42015-01-201-85/+73
* vo: restore framedropwm42015-01-201-1/+1
* dvd: try to improve seekingwm42015-01-191-3/+41
* demux_disc: pass seek flags to stream layerwm42015-01-194-9/+21
* client API: minor cleanupwm42015-01-191-17/+28
* client API: notify API user on event queue overflowwm42015-01-194-16/+40
* win32: use monotonic clock on windows if possibleHiltjo Posthuma2015-01-191-0/+10
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-192-1/+2
* stream_dvb: silence bogus compiler warningwm42015-01-191-1/+1
* vo_opengl: remove 1D texture usagewm42015-01-184-52/+32
* x11: fix initial state for --on-all-workspaceswm42015-01-171-0/+6
* cocoa: fix fullscreen handlingwm42015-01-171-2/+3
* x11: add --on-all-workspaces option and propertywm42015-01-167-3/+33
* x11: minor cleanupwm42015-01-161-18/+4
* command: unify handling of fullscreen and other VO flagswm42015-01-166-21/+19
* player: add --autofit-smaller optionwm42015-01-164-5/+22
* demux: return EOF when reading from unselected streamwm42015-01-161-1/+1
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* cocoa: don't set application icon in libmpvStefano Pigozzi2015-01-161-2/+4
* player: respect --untimed on last framewm42015-01-162-3/+4
* subprocess-win: Always quote argv[0]James Ross-Gowan2015-01-161-3/+5
* manpage: fix osd-ass-cc exampleswm42015-01-161-1/+4
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* win32: make sure __STRICT_ANSI__ is not definedJames Ross-Gowan2015-01-161-2/+2
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* vo_opengl: get rid of approx-gamma and make it the default as per BT.1886Niklas Haas2015-01-164-66/+39
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* manpage: changes.rst: document vo_opengl's placebo featuresNiklas Haas2015-01-151-1/+5
* vo_opengl: add ewa_lanczos upscaler (aka jinc)Niklas Haas2015-01-155-30/+158
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* af: remove old filter compatibility hackwm42015-01-152-42/+1
* audio/filter: switch remaining filters to refcountingwm42015-01-154-44/+58
* audio/filter: switch remaining in-place filters to refcountingwm42015-01-159-127/+134
* af: verify filter input formatswm42015-01-151-1/+4
* vo_opengl_cb: initial screenshot supportwm42015-01-151-0/+10
* image_writer: check for conversion errorswm42015-01-153-11/+17
* osc: fix disabling OSCwm42015-01-151-1/+5
* DOCS/client_api_examples: fix locale nonsense in qml exampleswm42015-01-152-0/+10
* ao_alsa: fix a small memory leakwm42015-01-141-0/+2
* af_lavcac3enc: use refcounted frameswm42015-01-141-89/+95
* af_lavfi: use refcounted frameswm42015-01-141-44/+57
* audio/filter: actually set fmt_in/fmt_out fieldswm42015-01-141-0/+2
* af_scaletempo: use refcounted frameswm42015-01-141-11/+23
* af_lavrresample: use refcounted frameswm42015-01-141-23/+46
* audio: add missing declarationwm42015-01-141-0/+1
* ao_pcm: add append modewm42015-01-142-1/+7
* audio: fix initial audio PTSwm42015-01-141-24/+25
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* audio: fix assertion failure on audio decodingwm42015-01-141-2/+2
* af_convert24: use refcounted frameswm42015-01-131-8/+13
* audio/filters: use refcounted frames for some in-place filterswm42015-01-133-7/+31
* audio/filters: use refcounted frames for some simple filterswm42015-01-134-10/+18
* af_volume: use refcounted frameswm42015-01-131-8/+15
* audio: use refcounted frames in the filter chainwm42015-01-133-77/+227
* audio: add some utility functions for refcounted frameswm42015-01-132-10/+64
* audio/filter: remove unused af_calc_filter_multiplier()wm42015-01-136-31/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* manpage: fix references to vf_ppwm42015-01-132-4/+3
* vf: make message less confusingwm42015-01-131-1/+1
* mp_image: reject invalid display aspect ratiowm42015-01-131-1/+1
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* cache: cache-position needs to be int64_tOliver Freyermuth2015-01-131-1/+1
* stream_dvb: Add MP_ERR if polling worked, but read fails.Oliver Freyermuth2015-01-131-0/+4
* wayland: implement key modifierswm42015-01-121-18/+24
* wayland: don't compute absurd window sizewm42015-01-121-3/+6
* bstr: fix possible undefined behavior with length 0 stringswm42015-01-121-1/+1
* player: don't set tag strings to NULLwm42015-01-121-3/+3
* demux_mkv: fix EBML parsing checkswm42015-01-121-16/+15
* manpage: improve --title descriptionwm42015-01-121-5/+6
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* client API: reasonable behavior if window is closedwm42015-01-121-0/+2
* x11: explicitly query map status when waiting for map eventwm42015-01-121-0/+6
* x11: support XEmbedwm42015-01-122-6/+58
* vo: don't synchronize when seekingwm42015-01-121-1/+7
* player: change --display-tags behaviorwm42015-01-122-8/+18
* demux_mkv: better check for some EBML parsingwm42015-01-121-15/+19
* demux_mkv: avoid endless loop with broken fileswm42015-01-121-1/+1
* ao_pulse: exit AO if stream failswm42015-01-111-1/+5
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-113-19/+0
* command: fix property naming conventionwm42015-01-102-4/+4
* command: change properties added in previous commitwm42015-01-103-16/+19
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-102-0/+18
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safewm42015-01-092-3/+4
* DOCS/client_api_examples: qml: reduce number of fileswm42015-01-094-119/+116
* ao_alsa: fix dtshd passthroughwm42015-01-091-2/+6
* DOCS/compile-windows.md: fix pkg-config directoryJames Ross-Gowan2015-01-091-2/+4
* video: Add sigmoidal upscaling to avoid ringing artifactsNiklas Haas2015-01-094-2/+69
* demux_mkv: improve robustness against broken libavcodec parserswm42015-01-091-2/+2
*