summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-153/+151
* client API: drop old "no-" option emulationwm42017-06-264-23/+7
* stream_bluray: change license to LGPLwm42017-06-262-8/+8
* Copyright: the icon is LGPLv2.1+ nowwm42017-06-261-4/+2
* player: document where the magic "encoding" section name is usedwm42017-06-261-0/+1
* player: always load encoding-profiles.confwm42017-06-261-3/+3
* manpage: fix --angle-swapchain-length requirementsJames Ross-Gowan2017-06-261-1/+1
* etc/encoding-profiles.conf: use new option syntaxwm42017-06-251-5/+5
* options: suggest a replacement for --field-dominancewm42017-06-252-2/+2
* audio/out: require AO drivers to report period size and correct bufferwm42017-06-259-4/+39
* encoding-profiles: remove useless noformat vf from enc-v-h264Ricardo Constantino2017-06-251-1/+4
* mpv_identify: replace deprecated fps propertyRicardo Constantino2017-06-251-1/+1
* build: disable ancient V4L TV support by defaultwm42017-06-251-1/+4
* vo_opengl: silence -Wmaybe-uninitialized false positiveNiklas Haas2017-06-241-3/+3
* DOCS/contribute.md: add rules for push access, that nobody will read...wm42017-06-241-0/+29
* DOCS/contribute.md: some updateswm42017-06-241-11/+16
* osx: change license header on some more cocoa fileswm42017-06-247-49/+49
* osx: change license of OSX and cocoa files to LGPLwm42017-06-2413-95/+95
* ao_openal: change license to LGPLwm42017-06-242-8/+8
* demux_raw: change license to LGPLwm42017-06-242-9/+8
* demux_mf, stream_mf: change license to LGPLwm42017-06-243-17/+23
* w32_common, w32_keyboard: change license to LGPLwm42017-06-245-31/+31
* chmap: remove misleading "downmix" channel layout namewm42017-06-241-1/+0
* Revert "parse_commandline: fail gracefully on bad args"wm42017-06-242-6/+3
* TOOLS: change license of some scripts involved in build to LGPLwm42017-06-243-10/+43
* vo_opengl: bump up SHADER_MAX_HOOKSNiklas Haas2017-06-241-1/+1
* ao_pulse: reorder format choiceNiklas Haas2017-06-231-2/+2
* options: unbreak -vwm42017-06-231-1/+1
* options: simplify and rename m_option_type_storewm42017-06-233-50/+27
* options: remove weird --really-quiet special behaviorwm42017-06-234-3/+8
* options: unbreak -hwm42017-06-233-4/+9
* demux_mkv: fix broken initializerwm42017-06-231-1/+1
* demux_mkv: Fix warnings.Rudolf Polzer2017-06-231-40/+43
* player: change license of most core files to LGPLwm42017-06-2313-95/+109
* player/audio: mark some libaf interfacing parts as GPL onlywm42017-06-231-0/+8
* command: add git hashes for some GPL-only partswm42017-06-231-0/+2
* player: revert multiple help outputwm42017-06-231-9/+8
* player: disable dumping configutation in LGPL modewm42017-06-231-0/+3
* player: disable --frames in WIP LGPL modewm42017-06-232-0/+9
* player: disable video equalizer frontend code for WIP LGPL modewm42017-06-233-0/+10
* options: disable --field-dominance for WIP LGPL mode, also deprecatewm42017-06-232-1/+5
* player: disable deinterlace property for WIP LGPL modewm42017-06-232-0/+11
* player: disable --priority for WIP LGPL modewm42017-06-232-2/+2
* player: deprecate "osd" commandwm42017-06-235-1/+12
* stream: move cache option declarations to cache.cwm42017-06-232-28/+28
* demux_mkv: Fix "max_cll" warning.Rudolf Polzer2017-06-221-1/+2
* Revert "m_option: make geometry code GPL-only"wm42017-06-221-32/+0
* build: reduce GLX test fragmentwm42017-06-221-4/+0
* Copyright: small updateswm42017-06-221-4/+3
* build: remove Linux DVB test fragmentwm42017-06-222-13/+1
* build: remove unused pvr.c test fragmentwm42017-06-221-7/+0
* Revert "osdep: NetBSD pthread_setname_np()"wm42017-06-222-14/+1
* build: simplify OSS checks and remove changes by "bugmen0t"wm42017-06-226-88/+7
* etc/encoding-profiles: use correct formats for noformatRicardo Constantino2017-06-211-1/+1
* README: missing correction from previous commitRicardo Constantino2017-06-211-2/+6
* README: more grammar and spelling correctionsRicardo Constantino2017-06-211-14/+17
* manpage: Remove documentation to use 'I' to show filename on the OSDLeo Izen2017-06-211-3/+0
* m_option: make geometry code GPL-onlywm42017-06-211-0/+32
* demux_tv.c: add missing copyright headerwm42017-06-211-0/+22
* Copyright: fix typowm42017-06-211-1/+1
* man/options: correct --{sub,osd}-font examplesRicardo Constantino2017-06-211-2/+2
* input/keycodes: change license to LGPLwm42017-06-203-17/+15
* README.md: spelling correctionsadeshkp2017-06-201-2/+2
* audio/format: change license to LGPLwm42017-06-203-24/+15
* demux: change license to LGPLwm42017-06-203-15/+15
* demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTHwm42017-06-2012-155/+52
* external_files: change license to LGPLwm42017-06-203-18/+18
* Copyright: stream.c/.h was relicensedwm42017-06-201-2/+1
* input: mention GPL exceptions in license headerwm42017-06-201-0/+2
* demux: replace custom return codes with CONTROL_ oneswm42017-06-1910-43/+38
* stream: change license to LGPLwm42017-06-192-28/+26
* input: change license to LGPLwm42017-06-1910-46/+59
* player: seek backward for type MPSEEK_FACTORjrodatus2017-06-181-1/+1
* context_dxinterop: lock rendertarget after present when swapping buffersquilloss2017-06-181-7/+6
* vo_drm: nake drm mode help output also output refresh rateAnton Kindestam2017-06-181-3/+9
* vo_opengl: implement sony s-log2 trcNiklas Haas2017-06-185-1/+24
* vo_opengl: implement sony s-log1 trcNiklas Haas2017-06-185-0/+20
* csputils: implement sony s-gamutNiklas Haas2017-06-183-0/+12
* vo_opengl: tone map in linear XYZ instead of RGBNiklas Haas2017-06-183-6/+33
* vf_format: also reset gamma-related attributes when changing gammaNiklas Haas2017-06-181-1/+9
* vo_opengl: implement support for OOTFs and non-display referred contentNiklas Haas2017-06-1810-8/+144
* csputils: rename HDR curvesNiklas Haas2017-06-187-42/+39
* vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadataNiklas Haas2017-06-185-19/+48
* video: refactor HDR implementationNiklas Haas2017-06-1814-129/+95
* dec_video: change license to LGPL (almost)wm42017-06-186-4/+26
* image_writer, vo_image: change license to LGPLwm42017-06-185-34/+23
* video/fmt-conversion, img_format: change license to LGPLwm42017-06-185-31/+30
* img_format: drop unused aliaseswm42017-06-182-9/+0
* Drop/move img_fourcc.hwm42017-06-1812-83/+62
* img_format: minor simplificationwm42017-06-183-5/+3
* vf_dlopen: remove this filterwm42017-06-1816-1906/+0
* img_format: drop legacy name mappingswm42017-06-181-18/+1
* win_state: change license to LGPLwm42017-06-172-9/+9
* Copyright: correct a statementwm42017-06-171-1/+1
* aspect: change license to LGPLwm42017-06-173-15/+15
* etc/input.conf: change license to LGPLwm42017-06-171-3/+4
* javascript: replace custom MIN macro with MPMINwm42017-06-171-5/+3
* version.sh: change license to LGPLwm42017-06-171-2/+2
* Copyright: minor fixwm42017-06-171-2/+3
* vo_opengl: fall back to ordered dither instead of blowing upwm42017-06-171-4/+9
* stream_file: option to close fd after use -> fdclose://sfan52017-06-162-5/+13
*