summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* subprocess-win: fix swprintf usageJames Ross-Gowan2017-07-291-1/+2
* appveyor: use a clean %PATH%James Ross-Gowan2017-07-281-0/+2
* subprocess-win: don't leak pipe handle on errorJames Ross-Gowan2017-07-281-1/+3
* vo_opengl: support loading custom user texturesNiklas Haas2017-07-277-117/+418
* vo_opengl: slightly refactor user_shaders codeNiklas Haas2017-07-273-73/+53
* vo_opengl: tone map on the maximum signal componentNiklas Haas2017-07-271-19/+25
* vo_opengl: fix mpgl_caps bit checkNiklas Haas2017-07-271-1/+1
* vo_opengl: start work on rendering API abstractionwm42017-07-268-175/+838
* vo_opengl: describe the texture uploading modeNiklas Haas2017-07-261-1/+2
* vo_opengl: check against shmem limitsNiklas Haas2017-07-266-26/+54
* vo_opengl: fix image uniforms for older OpenGLJames Ross-Gowan2017-07-261-0/+2
* vo_opengl: cosmetic changeNiklas Haas2017-07-251-8/+6
* subprocess-win: remove VLA usageJames Ross-Gowan2017-07-261-2/+4
* vo_opengl: add PRINTF_ATTRIBUTE to gl_sc_ssboNiklas Haas2017-07-251-1/+1
* vo_opengl: kill off FBOTEX_COMPUTE againNiklas Haas2017-07-253-26/+16
* vo_opengl: fix incoherent SSBO usageNiklas Haas2017-07-251-0/+1
* vo_opengl: cosmetic fixNiklas Haas2017-07-251-2/+2
* vo_opengl: fix incoherent texture usageNiklas Haas2017-07-252-0/+5
* vo_opengl: adjust the rules for linearizationNiklas Haas2017-07-242-22/+45
* vo_opengl: enable compute shader for mesaBin Jin2017-07-255-4/+26
* manpage: expand --hwdec warningsNiklas Haas2017-07-241-17/+36
* vo_opengl: support user compute shadersNiklas Haas2017-07-244-0/+23
* vo_opengl: implement compute shader based EWA kernelNiklas Haas2017-07-243-7/+81
* vo_opengl: support HDR peak detectionNiklas Haas2017-07-2410-22/+201
* vo_opengl: support compute shadersNiklas Haas2017-07-247-100/+317
* vo_opengl: cut down on FBOTEX_FUZZY abuseNiklas Haas2017-07-241-4/+2
* build: warn against VLAwm42017-07-241-1/+2
* common, vo_opengl: add/use helper for formatted strings on the stackwm42017-07-244-10/+22
* vo_opengl: check format on some printf-like callswm42017-07-242-3/+5
* vo_opengl: add direct rendering supportwm42017-07-2414-4/+448
* mp_image: expose some image allocation code as helpers, refactorwm42017-07-232-20/+129
* mp_image_pool: disallow adding read only frameswm42017-07-231-2/+6
* vo_opengl: osd: remove stale declarationwm42017-07-231-1/+0
* vo_opengl: add printf format checking to pass_describe()wm42017-07-221-0/+1
* vo_opengl: make VAO helper private, remove old VAO mechanismwm42017-07-222-44/+17
* vo_opengl: osd: use new VAO mechanismwm42017-07-223-49/+43
* vo_opengl: add mechanism to create/cache VAO on the flywm42017-07-223-19/+64
* vo_opengl: osd: refactor and simplifywm42017-07-225-43/+34
* options: drop --video-aspect-method=hybridwm42017-07-215-34/+6
* client API: drop some compatibility handlingwm42017-07-212-13/+5
* input: drop deprecated "osd" commandwm42017-07-214-26/+1
* options: kill --field-dominancewm42017-07-217-31/+4
* demux_lavf: don't free AVFormatContext.key fieldwm42017-07-211-2/+0
* ao_oss: fix a dumb calculationwm42017-07-211-2/+3
* manpage: fix minor spelling mistake in mpv.rstJames Cowgill2017-07-191-1/+1
* travis: trigger website rebuild on VERSION changes tooRicardo Constantino2017-07-191-1/+1
* Update VERSIONMartin Herkt2017-07-181-1/+1
* Release 0.26.0v0.26.0Martin Herkt2017-07-182-1/+144
* csputils: fix mp_colorspace_equal missing fieldNiklas Haas2017-07-181-0/+1
* manpage: upcase JavaScript for section title case consistency.torque2017-07-171-1/+1
* vo_opengl: avoid constant divisionsNiklas Haas2017-07-172-40/+42
* demux_disc: fix bluray subtitle language retrievalwm42017-07-161-4/+4
* vo_opengl: styleNiklas Haas2017-07-161-1/+1
* vo_opengl: use MP_ALIGN_UP instead of FFALIGNNiklas Haas2017-07-161-1/+1
* vo_opengl: use glBufferSubData instead of glMapBufferRangeNiklas Haas2017-07-164-27/+10
* ytdl_hook: add a header to support geo-bypassJagannathan Tiruvallur Eachambadi2017-07-161-1/+1
* osd_libass: avoid libass warnings if scripts set ASS text earlywm42017-07-162-19/+30
* Replace remaining avcodec_close() callswm42017-07-166-27/+7
* vo_opengl: update BufferData usage hintsNiklas Haas2017-07-151-2/+11
* vo_opengl: coalesce intra-plane PBOsNiklas Haas2017-07-152-14/+17
* img_format: fix a commentwm42017-07-151-3/+2
* vo_opengl: generalize --scale-clamp etc.Niklas Haas2017-07-126-11/+18
* vo_opengl: remove redundant gl_video_setup_hooks callNiklas Haas2017-07-121-1/+0
* player: change default section when loading encoding-profiles.confwm42017-07-122-5/+9
* Revert "player: always load encoding-profiles.conf"wm42017-07-121-3/+3
* man/options: fix a few broken options' examplesRicardo Constantino2017-07-121-16/+14
* ytdl_hook: actually load the script-optsRicardo Constantino2017-07-112-8/+10
* ytdl_hook: add option to exclude URLs from being parsedRicardo Constantino2017-07-112-4/+50
* ytdl_hook: add times for ytdl and hook running on debug-levelRicardo Constantino2017-07-111-0/+3
* ao_wasapi: remove redundant / outdated commentKevin Mitchell2017-07-101-1/+0
* ao_waspi: use switch for handling fix_format errorsKevin Mitchell2017-07-101-5/+8
* ao_wasapi: don't repeat format negotiation on align hackKevin Mitchell2017-07-101-4/+7
* ao_wasapi: fix leak on align hackKevin Mitchell2017-07-101-1/+1
* vo_opengl: fix type of glsl variable frameAman Gupta2017-07-111-1/+1
* vo_opengl: don't make assumptions about plane orderwm42017-07-101-9/+30
* ad_spdif: minor cleanupswm42017-07-101-3/+5
* vo_opengl: hwdec_dxva2egl: probe whether ANGLE mapping workswm42017-07-101-0/+12
* vd_lavc: fix crashes with old hwaccelswm42017-07-101-7/+5
* vo_opengl: fix dumb_mode chroma transformation fixupNiklas Haas2017-07-101-2/+2
* audio/out: fix comment typoKevin Mitchell2017-07-091-1/+1
* misc/ring: fix comment typoKevin Mitchell2017-07-091-2/+2
* ao_wasapi: enable packed 24 bit outputKevin Mitchell2017-07-091-1/+1
* audio/out: correct copy length in ao_read_data_convertedKevin Mitchell2017-07-091-6/+7
* ao_wasapi: reorder channels and samplerates to speed up searchKevin Mitchell2017-07-091-4/+4
* ao_wasapi: minor cosmetic fixesKevin Mitchell2017-07-091-3/+3
* ao_wasapi: try correct initial formatKevin Mitchell2017-07-091-1/+4
* vo_opengl: describe the remainder passes after user shadersNiklas Haas2017-07-091-0/+1
* manpage: add a description for --scaleNiklas Haas2017-07-091-0/+1
* vo_opengl: support tone-mapping-param for `clip`Niklas Haas2017-07-072-1/+4
* audio: drop AF_FORMAT_S24wm42017-07-073-44/+2
* ao_pcm: drop AF_FORMAT_S24 usagewm42017-07-071-1/+0
* ao_oss: drop AF_FORMAT_S24 usagewm42017-07-071-7/+0
* ao_sndio: drop AF_FORMAT_S24 usagewm42017-07-071-3/+0
* ao_wasapi_utils: be slightly more clever when converting channel mapwm42017-07-071-0/+5
* ao_wasapi: drop use of AF_FORMAT_S24wm42017-07-073-117/+133
* ao_alsa: drop use of AF_FORMAT_S24wm42017-07-071-21/+56
* audio/out: add helper code to do 24 bit conversion in AOwm42017-07-073-0/+129
* vo_opengl: rework --opengl-dumb-modeNiklas Haas2017-07-073-8/+15
* vo_opengl: correct off-by-one in scale=oversampleNiklas Haas2017-07-071-1/+1
* vo_opengl: do not use vaapi-over-GLXwm42017-07-073-5/+4
* vo_opengl: prevent desat from blowing up for negativeNiklas Haas2017-07-071-1/+1
* demux_lavf: remove --demuxer-lavf-cryptokey optionwm42017-07-063-9/+2
* js: utils.getenv(): fix crash on undefined varAvi Halachmi (:avih)2017-07-062-2/+8
* options/path: fallback to USERPROFILE if HOME isn't setRicardo Constantino2017-07-061-1/+4
* demux_lavf: potentially fix --demuxer-lavf-cryptokeywm42017-07-061-21/+3
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()wm42017-07-063-15/+3
* vo_opengl: also expose NAME_mul for user shadersNiklas Haas2017-07-062-2/+11
* vo_opengl: prevent division by zero in shaderNiklas Haas2017-07-061-1/+1
* vo_opengl: add --tone-mapping-desaturateNiklas Haas2017-07-065-6/+29
* vo_opengl: get rid of weird double-bind in pass_read_fboNiklas Haas2017-07-051-4/+2
* vo_opengl: remove redundant left-over lineNiklas Haas2017-07-051-1/+0
* vo_opengl: use textureGatherOffset for polar filtersNiklas Haas2017-07-056-45/+91
* vd_lavc: fix build with old FFmpeg/Libav versionswm42017-07-041-1/+1
* w32_common: use sent messages to wake up the Win32 threadJames Ross-Gowan2017-07-041-5/+12
* vd_lavc: remove unused hwaccel support codewm42017-07-042-43/+1
* vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccelswm42017-07-041-1/+5
* d3d: fix behavior with deprecated FFmpeg J pixel formatswm42017-07-042-0/+4
* command: add missing change notification for playlist-shufflewm42017-07-041-0/+1
* vo_opengl: make the pass info mechanism more robustNiklas Haas2017-07-031-17/+26
* etc/encoding_profiles: remove deprecated usage of *-addRicardo Constantino2017-07-031-6/+12
* w32_common: use SWP_NOSENDCHANGING when resizing childJames Ross-Gowan2017-07-031-1/+1
* filter_kernels: add radius cutoff functionalityNiklas Haas2017-07-036-9/+32
* ytdl_hook: add pre-parsed chapters, if availableRicardo Constantino2017-07-021-3/+13
* m_option: deprecate multiple items for -add etc.wm42017-07-022-2/+12
* options: change everything againwm42017-07-0210-80/+135
* m_option: remove unused error codewm42017-07-022-9/+1
* x11: add 128x128 sized icon supportXu Zhao2017-07-023-0/+11
* m_option: remove redundant indirectionswm42017-07-025-52/+29
* bstr: short-circuit bstr_equals()wm42017-07-021-2/+2
* misc/json: avoid redundant conditionRaúl Peñacoba2017-07-011-1/+1
* demux/demux: avoid redundant conditionRaúl Peñacoba2017-07-011-1/+1
* x11: load icon differentlywm42017-07-016-100/+112
* sws_utils: switch back to GPLwm42017-07-012-8/+10
* vo_opengl: describe vdpau reinterleaving passNiklas Haas2017-07-011-0/+1
* vo_opengl: fix some more pass_info_reset issuesNiklas Haas2017-07-011-1/+10
* vo_opengl: call pass_info_reset earlierNiklas Haas2017-07-011-1/+1
* vo_opengl: merge uploading and renderingNiklas Haas2017-07-011-14/+14
* vo_opengl: refactor vo performance subsystemNiklas Haas2017-07-0113-138/+316
* d3d: UWP support for D3D11VAwm42017-06-304-21/+23
* d3d: make DXVA2 support optionalwm42017-06-307-18/+44
* img_format: drop some unused thingswm42017-06-302-16/+2
* mp_image: use new code for determining RGB/XYZ exceptionswm42017-06-301-3/+5
* vo_direct3d: remove non-working nv12 shader supportwm42017-06-304-139/+0
* video: get rid of swapped packed YUVwm42017-06-309-20/+3
* vo_opengl: remove mp_imgfmt_desc and IMGFLAG_ usagewm42017-06-303-35/+48
* vo_opengl: restructure format setupwm42017-06-307-131/+105
* options: change path list options, and document list optionswm42017-06-308-22/+84
* scripting: add wrapper to load scripts with user pathsRicardo Constantino2017-06-303-6/+12
* client API: change mpv_create() behavior, run init always on mpv threadwm42017-06-301-16/+24
* ao_coreaudio: insane hack for passing through AC3 as float PCMwm42017-06-302-5/+74
* vo_direct3d: fix buildwm42017-06-291-1/+0
* video: change --video-aspect-method default value againwm42017-06-292-7/+10
* video: drop some more IMGFMT aliaseswm42017-06-294-67/+52
* video: drop some unused IMGFMT aliaseswm42017-06-293-25/+1
* vo_opengl: rely on FFmpeg pixdesc a bit morewm42017-06-293-80/+231
* DOCS/tech-overview.txt: updateswm42017-06-291-50/+26
* manpage: fix unfinished sentencewm42017-06-291-1/+2
* Copyright: the build system is now LGPLwm42017-06-291-1/+1
* build: allow --disable-zlibwm42017-06-291-1/+1
* ao_wasapi: UWP wrapper hack supportwm42017-06-292-7/+40
* Universal Windows Plaform (UWP) supportPedro Pombeiro2017-06-2911-6/+110
* ao_wasapi: do not use deprecated wchar functionsPedro Pombeiro2017-06-292-2/+2
* Avoid calling close(-1)wm42017-06-296-28/+41
* build: change how some OS specific source files are selectedwm42017-06-2911-49/+131
* build: replace glob() check and assume it's always in POSIXwm42017-06-295-11/+5
* build: remove unnecessary dlopen checkwm42017-06-291-5/+0
* ao_wasapi: remove subtly duplicated codewm42017-06-281-7/+6
* ao_wasapi: remove duplicate code for creating IAudioClientwm42017-06-281-34/+24
* ring: use 64 bit counterswm42017-06-281-3/+3
* audio/out/pull: detect and log underflowswm42017-06-281-0/+20
* vo_opengl: unify user_shaders constantsNiklas Haas2017-06-282-13/+10
* terminal: remove unused return valuewm42017-06-273-6/+3
* build: pick up new libavcodec D3D hwaccel APIwm42017-06-271-4/+8
* README: shorten a section and link to FAQ insteadwm42017-06-271-15/+3
* options: sort action list alphabeticallywm42017-06-271-11/+11
* options: expose string list actions for --sub-file optionwm42017-06-271-23/+38
* options: list suffix actions as options toowm42017-06-271-2/+7
* input.conf: drop TV/DVB bindingswm42017-06-273-16/+8
* vo_opengl: tone map using only luminance informationNiklas Haas2017-06-271-33/+24
* mp_image: infer correct HLG sig_peakNiklas Haas2017-06-271-4/+9
* options: handle suffixes like -add in a more generic waywm42017-06-266