| Commit message (Expand) | Author | Age | Files | Lines |
* | fix thingsspherical-metadata | wm4 | 2017-08-18 | 1 | -6/+7 |
* | video: add metadata handling for spherical video | wm4 | 2017-08-18 | 11 | -4/+153 |
* | audio: fix uninitialized data access | wm4 | 2017-08-18 | 1 | -0/+1 |
* | vo_opengl: allow texture uploads to fail | Niklas Haas | 2017-08-18 | 3 | -9/+8 |
* | options: correct two remaining instances of singular `file-path` options | Frédéric Brière | 2017-08-18 | 1 | -2/+2 |
* | vo_opengl: clarify the ra_fns.debug_marker | Niklas Haas | 2017-08-18 | 1 | -1/+2 |
* | vo_opengl: refactor RA texture and buffer updates | Niklas Haas | 2017-08-18 | 11 | -189/+221 |
* | vo_opengl: make blitting an explicit capability | Niklas Haas | 2017-08-18 | 3 | -6/+10 |
* | vo_opengl: make ra_fns.timer_create optional | Niklas Haas | 2017-08-18 | 2 | -1/+4 |
* | TOOLS/autocrop.lua: fix cropdetect black limit for 10-bit videos | Ricardo Constantino | 2017-08-17 | 1 | -3/+4 |
* | stream: add an assert() to an obscure seek case | wm4 | 2017-08-17 | 1 | -0/+1 |
* | demux_lavf: use partial read for AVIOContext.read_packet | wm4 | 2017-08-17 | 1 | -1/+1 |
* | manpage: update --lavfi-complex description | wm4 | 2017-08-17 | 1 | -4/+7 |
* | vo_opengl: remove redundant #defines in unsharp_hook | Niklas Haas | 2017-08-17 | 1 | -3/+0 |
* | audio: fix build on Libav | wm4 | 2017-08-16 | 1 | -0/+1 |
* | audio: introduce a new type to hold audio frames | wm4 | 2017-08-16 | 20 | -140/+706 |
* | vo_opengl: extract non-ANGLE specific D3D11 code | James Ross-Gowan | 2017-08-17 | 4 | -232/+490 |
* | img_format: #if -> #ifdef | wm4 | 2017-08-16 | 1 | -1/+1 |
* | TOOLS/autoload.lua: implement natural sorting | Ricardo Constantino | 2017-08-16 | 1 | -9/+32 |
* | x11: use xdg-screensaver suspend/resume | wm4 | 2017-08-15 | 2 | -40/+65 |
* | vo_rpi: fix operation | wm4 | 2017-08-15 | 4 | -5/+17 |
* | vo_opengl: fix incorrect glBindFramebuffer() call | wm4 | 2017-08-15 | 1 | -1/+1 |
* | vo_opengl: fix dangling pointers when VAOs are not available | wm4 | 2017-08-15 | 2 | -4/+4 |
* | Revert "build: rpi: rely on pkgconfig for compiler flags" | wm4 | 2017-08-15 | 2 | -23/+22 |
* | img_format: better exclusion of bayer formats | wm4 | 2017-08-15 | 1 | -0/+5 |
* | vo_opengl: support float pixel formats | wm4 | 2017-08-15 | 3 | -7/+67 |
* | options: change --loop semantics | wm4 | 2017-08-14 | 3 | -7/+7 |
* | vo_opengl: remove DR image layouting code to renderer | wm4 | 2017-08-14 | 3 | -26/+31 |
* | player: make refresh seeks slightly more robust | wm4 | 2017-08-14 | 6 | -33/+40 |
* | player: do not destroy VO immediately if there is no video track | wm4 | 2017-08-14 | 1 | -1/+0 |
* | vo_opengl: hwdec_vdpau: use correct source texture size | wm4 | 2017-08-14 | 1 | -42/+45 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 5 | -2/+19 |
* | player: fix another audio resync issue | wm4 | 2017-08-12 | 1 | -1/+1 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 11 | -99/+188 |
* | af_lavrresample: don't call swr_set_compensation() unless necessary | wm4 | 2017-08-12 | 1 | -5/+9 |
* | vo_opengl: hwdec_ios: fix build | wm4 | 2017-08-11 | 1 | -1/+1 |
* | player: fix --lavfi-complex freeze | wm4 | 2017-08-11 | 4 | -9/+13 |
* | vo_opengl: remove some dead code | wm4 | 2017-08-11 | 2 | -187/+0 |
* | vo_opengl: handle probing GL texture formats better | wm4 | 2017-08-11 | 4 | -36/+46 |
* | vo_opengl: remove another unneeded GL include | wm4 | 2017-08-11 | 2 | -1/+7 |
* | rpi: fix build | wm4 | 2017-08-11 | 6 | -59/+63 |
* | vo_opengl: move strictly private ra_gl structs to .c file | wm4 | 2017-08-11 | 2 | -35/+35 |
* | man/mpv: document bd:// expected titles and title list | Ricardo Constantino | 2017-08-11 | 1 | -0/+5 |
* | vo_opengl: remove some indirect GL header inclusions from core renderer | wm4 | 2017-08-10 | 6 | -7/+4 |
* | vo_opengl: separate hwdec context and mapping, port it to use ra | wm4 | 2017-08-10 | 21 | -1139/+1429 |
* | vo_opengl: hwdec_cuda: fix filtering mode | wm4 | 2017-08-09 | 1 | -1/+1 |
* | vo_opengl: shrink the hwdec overlay API | wm4 | 2017-08-09 | 3 | -25/+20 |
* | vd_lavc: fix device leak with copy-mode hwaccels | wm4 | 2017-08-09 | 2 | -2/+4 |
* | vo_opengl: add a hack for Apple's broken iOS hwdec stuff | wm4 | 2017-08-08 | 2 | -1/+11 |
* | vo_opengl: go back to using GL_TIME_ELAPSED | Niklas Haas | 2017-08-08 | 2 | -16/+26 |
* | Revert "mp_image_pool: disallow adding read only frames" | wm4 | 2017-08-08 | 1 | -6/+2 |
* | options: fix --include | wm4 | 2017-08-08 | 1 | -0/+2 |
* | demux_mkv: avoid an error message in a corner case | wm4 | 2017-08-08 | 1 | -0/+1 |
* | build: use main-fn-cocoa.c on OSX | wm4 | 2017-08-08 | 1 | -1/+1 |
* | player: fix confusion in audio resync code | wm4 | 2017-08-08 | 1 | -2/+6 |
* | player: fix --end with large values | wm4 | 2017-08-08 | 1 | -2/+5 |
* | vo_opengl: don't call glGetProgramBinary if GL_PROGRAM_BINARY_LENGTH==0 | wm4 | 2017-08-08 | 1 | -2/+4 |
* | x11: drop xscrnsaver use | wm4 | 2017-08-08 | 3 | -18/+1 |
* | build: fix dependencies for Cygwin environment | feixm1 | 2017-08-08 | 2 | -3/+3 |
* | vo_opengl: cosmetics to comments | wm4 | 2017-08-08 | 1 | -5/+3 |
* | player: readd smi subtitle extension | wm4 | 2017-08-08 | 1 | -1/+1 |
* | ao_wasapi: remove old comment | Kevin Mitchell | 2017-08-07 | 1 | -1/+1 |
* | ao_wasapi: reorganize wasapi.h | Kevin Mitchell | 2017-08-07 | 2 | -12/+8 |
* | ao_wasapi: deduplicate wasapi sample format selection | Kevin Mitchell | 2017-08-07 | 1 | -49/+40 |
* | ao_wasapi: clean up find_formats logic | Kevin Mitchell | 2017-08-07 | 1 | -75/+45 |
* | ao_wasapi: return bool instead of HRESULT from thread_init | Kevin Mitchell | 2017-08-07 | 3 | -38/+48 |
* | vo_opengl: call ra_free() in the correct context | wm4 | 2017-08-07 | 2 | -1/+1 |
* | vf_vapoursynth: fix inverted sign and restore 10 bit support | wm4 | 2017-08-07 | 1 | -1/+1 |
* | client API: more opengl_cb clarifications | wm4 | 2017-08-07 | 2 | -5/+8 |
* | vo_opengl: add another ra_format field to exclude insane formats | wm4 | 2017-08-07 | 3 | -2/+6 |
* | vo_opengl: further GL API use separation | wm4 | 2017-08-07 | 15 | -122/+172 |
* | vo_opengl: fix minor memory leak | wm4 | 2017-08-07 | 1 | -1/+4 |
* | vo_opengl: nuke ra_gl->first_run | Niklas Haas | 2017-08-07 | 2 | -7/+12 |
* | vo_opengl: better formatting for enum RA_CAP | Niklas Haas | 2017-08-07 | 1 | -7/+7 |
* | vo_opengl: also support RA_VARTYPE_INT vertex attribs | Niklas Haas | 2017-08-07 | 1 | -0/+3 |
* | vo_opengl: simplify mirroring and fix it if glBlitFramebuffer is used | wm4 | 2017-08-07 | 7 | -65/+76 |
* | travis: install missing x11 deps | Ricardo Constantino | 2017-08-07 | 1 | -1/+1 |
* | travis: print config.log on failure like appveyor | Ricardo Constantino | 2017-08-07 | 1 | -0/+1 |
* | vo_opengl: drop pointless fbotex_init() function | wm4 | 2017-08-07 | 3 | -13/+2 |
* | vo_opengl: generalize ra_buf to support other buffer objects | Niklas Haas | 2017-08-07 | 7 | -111/+182 |
* | acompressor.lua: Convert to use mp.options and lavfi filter bridge | Jan Janssen | 2017-08-07 | 1 | -79/+108 |
* | cocoa: add an option to disable the native macOS fullscreen | Akemi | 2017-08-06 | 6 | -10/+46 |
* | ytdl_hook: support fragments with relative paths | Ricardo Constantino | 2017-08-06 | 1 | -5/+16 |
* | vo_opengl: only mark frames as fresh if they contain a new image | Niklas Haas | 2017-08-06 | 1 | -1/+1 |
* | vo_opengl: drop ra_gl.h from shader_cache.c | Niklas Haas | 2017-08-06 | 6 | -25/+23 |
* | vo_opengl: measure pass_draw_osd as a whole | Niklas Haas | 2017-08-06 | 1 | -1/+8 |
* | vo_opengl: move timers to struct ra | Niklas Haas | 2017-08-06 | 9 | -168/+247 |
* | wscript: fix build of videotoolbox hwaccel for iOS | Aman Gupta | 2017-08-05 | 1 | -2/+2 |
* | vo_opengl: ra_gl: make getting GL ptr slightly less tedious | wm4 | 2017-08-05 | 1 | -35/+20 |
* | vo_opengl: move GL state resetting to vo_opengl_cb | wm4 | 2017-08-05 | 4 | -23/+16 |
* | vo_opengl: move shader handling to ra | wm4 | 2017-08-05 | 11 | -617/+1016 |
* | vo_opengl: organize ra PBO flag slightly differently | wm4 | 2017-08-05 | 5 | -19/+8 |
* | vo_opengl: make OSD code use ra for textures | wm4 | 2017-08-05 | 5 | -44/+78 |
* | vo_opengl: restore OSX "old" hwdec | wm4 | 2017-08-05 | 1 | -1/+1 |
* | vo_opengl: split utils.c/h | wm4 | 2017-08-05 | 13 | -1602/+1647 |
* | vo_opengl: always use GL_TRIANGLES for all primitives | wm4 | 2017-08-05 | 1 | -2/+5 |
* | vo_opengl: pass ra objects during rendering instead of GL objects | wm4 | 2017-08-05 | 4 | -144/+274 |
* | vo_opengl: make fbotex helper use ra | wm4 | 2017-08-05 | 9 | -135/+161 |
* | vo_opengl: drop unused custom texture filter for FBO helper | wm4 | 2017-08-05 | 2 | -19/+2 |
* | {demux_mf,osdep/io}: disable glob usage when it is not available | Jan Ekström | 2017-08-05 | 2 | -1/+3 |
* | build: re-add and re-structurize the glob() checks | Jan Ekström | 2017-08-05 | 1 | -0/+10 |
* | build: move Android environment check to main dependencies | Jan Ekström | 2017-08-05 | 1 | -4/+4 |
* | w32_common: handle media keys | James Ross-Gowan | 2017-08-05 | 8 | -3/+58 |
* | vo_opengl: always print when getting embedded ICC profile data | Rostislav Pehlivanov | 2017-08-04 | 1 | -1/+2 |
* | TOOLS/lua/status-line: improve and update | Rostislav Pehlivanov | 2017-08-04 | 1 | -6/+27 |
* | bstr: short-circuit bstr_equals on pointer equality | Niklas Haas | 2017-08-03 | 1 | -1/+4 |
* | vo_opengl: support embedded ICC profiles | Niklas Haas | 2017-08-03 | 4 | -13/+76 |
* | vd_lavc: decode embedded ICC profiles | Niklas Haas | 2017-08-03 | 4 | -0/+28 |
* | vo_opengl: use GL_CLIENT_STORAGE_BIT for DR | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: remove unused ra_mapped_buffer.preferred_align field | wm4 | 2017-08-03 | 2 | -2/+0 |
* | vo_opengl: don't hardcode texmap0 for polar compute | Niklas Haas | 2017-08-03 | 1 | -1/+3 |
* | vo_opengl: don't precompute texcoord in global scope | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: make compute shaders more flexible | Niklas Haas | 2017-08-03 | 6 | -39/+69 |
* | vo_opengl: add legend for texture format debug dump | wm4 | 2017-08-03 | 1 | -0/+4 |
* | vo_opengl: give special Apple name a more appropriate name | wm4 | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: simplify/fix user shader textures | wm4 | 2017-08-03 | 4 | -79/+62 |
* | travis: drop libav-stable support | wm4 | 2017-08-03 | 2 | -7/+0 |
* | vo_opengl: fix constexprs on ANGLE | Niklas Haas | 2017-08-03 | 1 | -6/+6 |
* | vo_opengl: fix HLG OOTF inverse | Niklas Haas | 2017-08-03 | 1 | -1/+1 |
* | vo_opengl: generalize HDR tone mapping to gamut mapping | Niklas Haas | 2017-08-03 | 5 | -24/+33 |
* | vo_opengl: implement HLG OOTF inverse | Niklas Haas | 2017-08-03 | 1 | -8/+3 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 3 | -4/+2 |
* | osx: load the proper profiles and configs in the bundle | Akemi | 2017-07-31 | 1 | -2/+11 |
* | osx: fix bundle for paths that need escaping | Akemi | 2017-07-31 | 1 | -1/+2 |
* | cocoa: fix the support of multiple renderers (GPU switch) | Alex Notes | 2017-07-31 | 1 | -6/+15 |
* | cocoa: remove usage of FFABS and the dependency on libavutil/common.h | Akemi | 2017-07-31 | 1 | -4/+2 |
* | cocoa: distinguish between horizontal and vertical scroll | Akemi | 2017-07-31 | 1 | -2/+12 |
* | vo_opengl: manage user shader textures with ra | wm4 | 2017-07-30 | 3 | -51/+28 |
* | vo_opengl: fix dither texture filter | wm4 | 2017-07-30 | 1 | -1/+0 |
* | vo_opengl: manage ICC LUT texture via ra | wm4 | 2017-07-29 | 1 | -28/+25 |
* | vo_opengl: manage scaler LUT textures via ra | wm4 | 2017-07-29 | 4 | -41/+23 |
* | vo_opengl: manage dither texture via ra | wm4 | 2017-07-29 | 6 | -34/+66 |
* | vo_opengl: do not use GL format conversion on texture upload | wm4 | 2017-07-29 | 1 | -16/+16 |
* | vo_opengl: use ra_* for format negotiation too | wm4 | 2017-07-29 | 3 | -29/+22 |
* | options: fix --external-file alias typo | Martin Herkt | 2017-07-29 | 1 | -1/+1 |
* | subprocess-win: fix swprintf usage | James Ross-Gowan | 2017-07-29 | 1 | -1/+2 |
* | appveyor: use a clean %PATH% | James Ross-Gowan | 2017-07-28 | 1 | -0/+2 |
* | subprocess-win: don't leak pipe handle on error | James Ross-Gowan | 2017-07-28 | 1 | -1/+3 |
* | vo_opengl: support loading custom user textures | Niklas Haas | 2017-07-27 | 7 | -117/+418 |
* | vo_opengl: slightly refactor user_shaders code | Niklas Haas | 2017-07-27 | 3 | -73/+53 |
* | vo_opengl: tone map on the maximum signal component | Niklas Haas | 2017-07-27 | 1 | -19/+25 |
* | vo_opengl: fix mpgl_caps bit check | Niklas Haas | 2017-07-27 | 1 | -1/+1 |
* | vo_opengl: start work on rendering API abstraction | wm4 | 2017-07-26 | 8 | -175/+838 |
* | vo_opengl: describe the texture uploading mode | Niklas Haas | 2017-07-26 | 1 | -1/+2 |
* | vo_opengl: check against shmem limits | Niklas Haas | 2017-07-26 | 6 | -26/+54 |
* | vo_opengl: fix image uniforms for older OpenGL | James Ross-Gowan | 2017-07-26 | 1 | -0/+2 |
* | vo_opengl: cosmetic change | Niklas Haas | 2017-07-25 | 1 | -8/+6 |
* | subprocess-win: remove VLA usage | James Ross-Gowan | 2017-07-26 | 1 | -2/+4 |
* | vo_opengl: add PRINTF_ATTRIBUTE to gl_sc_ssbo | Niklas Haas | 2017-07-25 | 1 | -1/+1 |
* | vo_opengl: kill off FBOTEX_COMPUTE again | Niklas Haas | 2017-07-25 | 3 | -26/+16 |
* | vo_opengl: fix incoherent SSBO usage | Niklas Haas | 2017-07-25 | 1 | -0/+1 |
* | vo_opengl: cosmetic fix | Niklas Haas | 2017-07-25 | 1 | -2/+2 |
* | vo_opengl: fix incoherent texture usage | Niklas Haas | 2017-07-25 | 2 | -0/+5 |
* | vo_opengl: adjust the rules for linearization | Niklas Haas | 2017-07-24 | 2 | -22/+45 |
* | vo_opengl: enable compute shader for mesa | Bin Jin | 2017-07-25 | 5 | -4/+26 |
* | manpage: expand --hwdec warnings | Niklas Haas | 2017-07-24 | 1 | -17/+36 |
* | vo_opengl: support user compute shaders | Niklas Haas | 2017-07-24 | 4 | -0/+23 |
* | vo_opengl: implement compute shader based EWA kernel | Niklas Haas | 2017-07-24 | 3 | -7/+81 |
* | vo_opengl: support HDR peak detection | Niklas Haas | 2017-07-24 | 10 | -22/+201 |
* | vo_opengl: support compute shaders | Niklas Haas | 2017-07-24 | 7 | -100/+317 |
* | vo_opengl: cut down on FBOTEX_FUZZY abuse | Niklas Haas | 2017-07-24 | 1 | -4/+2 |
* | build: warn against VLA | wm4 | 2017-07-24 | 1 | -1/+2 |
* | common, vo_opengl: add/use helper for formatted strings on the stack | wm4 | 2017-07-24 | 4 | -10/+22 |
* | vo_opengl: check format on some printf-like calls | wm4 | 2017-07-24 | 2 | -3/+5 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 14 | -4/+448 |
* | mp_image: expose some image allocation code as helpers, refactor | wm4 | 2017-07-23 | 2 | -20/+129 |
* | mp_image_pool: disallow adding read only frames | wm4 | 2017-07-23 | 1 | -2/+6 |
* | vo_opengl: osd: remove stale declaration | wm4 | 2017-07-23 | 1 | -1/+0 |
* | vo_opengl: add printf format checking to pass_describe() | wm4 | 2017-07-22 | 1 | -0/+1 |
* | vo_opengl: make VAO helper private, remove old VAO mechanism | wm4 | 2017-07-22 | 2 | -44/+17 |
* | vo_opengl: osd: use new VAO mechanism | wm4 | 2017-07-22 | 3 | -49/+43 |
* | vo_opengl: add mechanism to create/cache VAO on the fly | wm4 | 2017-07-22 | 3 | -19/+64 |
* | vo_opengl: osd: refactor and simplify | wm4 | 2017-07-22 | 5 | -43/+34 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 5 | -34/+6 |
* | client API: drop some compatibility handling | wm4 | 2017-07-21 | 2 | -13/+5 |
* | input: drop deprecated "osd" command | wm4 | 2017-07-21 | 4 | -26/+1 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 7 | -31/+4 |
* | demux_lavf: don't free AVFormatContext.key field | wm4 | 2017-07-21 | 1 | -2/+0 |
* | ao_oss: fix a dumb calculation | wm4 | 2017-07-21 | 1 | -2/+3 |
* | manpage: fix minor spelling mistake in mpv.rst | James Cowgill | 2017-07-19 | 1 | -1/+1 |
* | travis: trigger website rebuild on VERSION changes too | Ricardo Constantino | 2017-07-19 | 1 | -1/+1 |
* | Update VERSION | Martin Herkt | 2017-07-18 | 1 | -1/+1 |
* | Release 0.26.0v0.26.0 | Martin Herkt | 2017-07-18 | 2 | -1/+144 |
* | csputils: fix mp_colorspace_equal missing field | Niklas Haas | 2017-07-18 | 1 | -0/+1 |
* | manpage: upcase JavaScript for section title case consistency. | torque | 2017-07-17 | 1 | -1/+1 |
* | vo_opengl: avoid constant divisions | Niklas Haas | 2017-07-17 | 2 | -40/+42 |
* | demux_disc: fix bluray subtitle language retrieval | wm4 | 2017-07-16 | 1 | -4/+4 |
* | vo_opengl: style | Niklas Haas | 2017-07-16 | 1 | -1/+1 |
* | vo_opengl: use MP_ALIGN_UP instead of FFALIGN | Niklas Haas | 2017-07-16 | 1 | -1/+1 |
* | vo_opengl: use glBufferSubData instead of glMapBufferRange | Niklas Haas | 2017-07-16 | 4 | -27/+10 |
* | ytdl_hook: add a header to support geo-bypass | Jagannathan Tiruvallur Eachambadi | 2017-07-16 | 1 | -1/+1 |
* | osd_libass: avoid libass warnings if scripts set ASS text early | wm4 | 2017-07-16 | 2 | -19/+30 |
* | Replace remaining avcodec_close() calls | wm4 | 2017-07-16 | 6 | -27/+7 |
* | vo_opengl: update BufferData usage hints | Niklas Haas | 2017-07-15 | 1 | -2/+11 |
* | vo_opengl: coalesce intra-plane PBOs | Niklas Haas | 2017-07-15 | 2 | -14/+17 |
* | img_format: fix a comment | wm4 | 2017-07-15 | 1 | -3/+2 |
* | vo_opengl: generalize --scale-clamp etc. | Niklas Haas | 2017-07-12 | 6 | -11/+18 |
* | vo_opengl: remove redundant gl_video_setup_hooks call | Niklas Haas | 2017-07-12 | 1 | -1/+0 |
* | player: change default section when loading encoding-profiles.conf | wm4 | 2017-07-12 | 2 | -5/+9 |
* | Revert "player: always load encoding-profiles.conf" | wm4 | 2017-07-12 | 1 | -3/+3 |
* | man/options: fix a few broken options' examples | Ricardo Constantino | 2017-07-12 | 1 | -16/+14 |
* | ytdl_hook: actually load the script-opts | Ricardo Constantino | 2017-07-11 | 2 | -8/+10 |
* | ytdl_hook: add option to exclude URLs from being parsed | Ricardo Constantino | 2017-07-11 | 2 | -4/+50 |
* | ytdl_hook: add times for ytdl and hook running on debug-level | Ricardo Constantino | 2017-07-11 | 1 | -0/+3 |
* | ao_wasapi: remove redundant / outdated comment | Kevin Mitchell | 2017-07-10 | 1 | -1/+0 |
* | ao_waspi: use switch for handling fix_format errors | Kevin Mitchell | 2017-07-10 | 1 | -5/+8 |
* | ao_wasapi: don't repeat format negotiation on align hack | Kevin Mitchell | 2017-07-10 | 1 | -4/+7 |
* | ao_wasapi: fix leak on align hack | Kevin Mitchell | 2017-07-10 | 1 | -1/+1 |
* | vo_opengl: fix type of glsl variable frame | Aman Gupta | 2017-07-11 | 1 | -1/+1 |
* | vo_opengl: don't make assumptions about plane order | wm4 | 2017-07-10 | 1 | -9/+30 |
* | ad_spdif: minor cleanups | wm4 | 2017-07-10 | 1 | -3/+5 |
* | vo_opengl: hwdec_dxva2egl: probe whether ANGLE mapping works | wm4 | 2017-07-10 | 1 | -0/+12 |
* | vd_lavc: fix crashes with old hwaccels | wm4 | 2017-07-10 | 1 | -7/+5 |
* | vo_opengl: fix dumb_mode chroma transformation fixup | Niklas Haas | 2017-07-10 | 1 | -2/+2 |
* | audio/out: fix comment typo | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | misc/ring: fix comment typo | Kevin Mitchell | 2017-07-09 | 1 | -2/+2 |
* | ao_wasapi: enable packed 24 bit output | Kevin Mitchell | 2017-07-09 | 1 | -1/+1 |
* | audio/out: correct copy length in ao_read_data_converted | Kevin Mitchell | 2017-07-09 | 1 | -6/+7 |
* | ao_wasapi: reorder channels and samplerates to speed up search | Kevin Mitchell | 2017-07-09 | 1 | -4/+4 |
* | ao_wasapi: minor cosmetic fixes | Kevin Mitchell | 2017-07-09 | 1 | -3/+3 |
* | ao_wasapi: try correct initial format | Kevin Mitchell | 2017-07-09 | 1 | -1/+4 |
* | vo_opengl: describe the remainder passes after user shaders | Niklas Haas | 2017-07-09 | 1 | -0/+1 |
* | manpage: add a description for --scale | Niklas Haas | 2017-07-09 | 1 | -0/+1 |
* | vo_opengl: support tone-mapping-param for `clip` | Niklas Haas | 2017-07-07 | 2 | -1/+4 |
* | audio: drop AF_FORMAT_S24 | wm4 | 2017-07-07 | 3 | -44/+2 |
* | ao_pcm: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -1/+0 |
* | ao_oss: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -7/+0 |
* | ao_sndio: drop AF_FORMAT_S24 usage | wm4 | 2017-07-07 | 1 | -3/+0 |
* | ao_wasapi_utils: be slightly more clever when converting channel map | wm4 | 2017-07-07 | 1 | -0/+5 |
* | ao_wasapi: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 3 | -117/+133 |
* | ao_alsa: drop use of AF_FORMAT_S24 | wm4 | 2017-07-07 | 1 | -21/+56 |
* | audio/out: add helper code to do 24 bit conversion in AO | wm4 | 2017-07-07 | 3 | -0/+129 |
* | vo_opengl: rework --opengl-dumb-mode | Niklas Haas | 2017-07-07 | 3 | -8/+15 |
* | vo_opengl: correct off-by-one in scale=oversample | Niklas Haas | 2017-07-07 | 1 | -1/+1 |
* | vo_opengl: do not use vaapi-over-GLX | wm4 | 2017-07-07 | 3 | -5/+4 |
* | vo_opengl: prevent desat from blowing up for negative | Niklas Haas | 2017-07-07 | 1 | -1/+1 |
* | demux_lavf: remove --demuxer-lavf-cryptokey option | wm4 | 2017-07-06 | 3 | -9/+2 |
* | js: utils.getenv(): fix crash on undefined var | Avi Halachmi (:avih) | 2017-07-06 | 2 | -2/+8 |
* | options/path: fallback to USERPROFILE if HOME isn't set | Ricardo Constantino | 2017-07-06 | 1 | -1/+4 |
* | demux_lavf: potentially fix --demuxer-lavf-cryptokey | wm4 | 2017-07-06 | 1 | -21/+3 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 | 3 | -15/+3 |
* | vo_opengl: also expose NAME_mul for user shaders | Niklas Haas | 2017-07-06 | 2 | -2/+11 |
* | vo_opengl: prevent division by zero in shader | Niklas Haas | 2017-07-06 | 1 | -1/+1 |
* | vo_opengl: add --tone-mapping-desaturate | Niklas Haas | 2017-07-06 | 5 | -6/+29 |
* | vo_opengl: get rid of weird double-bind in pass_read_fbo | Niklas Haas | 2017-07-05 | 1 | -4/+2 |
* | vo_opengl: remove redundant left-over line | Niklas Haas | 2017-07-05 | 1 | -1/+0 |
* | vo_opengl: use textureGatherOffset for polar filters | Niklas Haas | 2017-07-05 | 6 | -45/+91 |
* | vd_lavc: fix build with old FFmpeg/Libav versions | wm4 | 2017-07-04 | 1 | -1/+1 |
* | w32_common: use sent messages to wake up the Win32 thread | James Ross-Gowan | 2017-07-04 | 1 | -5/+12 |
* | vd_lavc: remove unused hwaccel support code | wm4 | 2017-07-04 | 2 | -43/+1 |
* | vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccels | wm4 | 2017-07-04 | 1 | -1/+5 |
* | d3d: fix behavior with deprecated FFmpeg J pixel formats | wm4 | 2017-07-04 | 2 | -0/+4 |
* | command: add missing change notification for playlist-shuffle | wm4 | 2017-07-04 | 1 | -0/+1 |
* | vo_opengl: make the pass info mechanism more robust | Niklas Haas | 2017-07-03 | 1 | -17/+26 |
* | etc/encoding_profiles: remove deprecated usage of *-add | Ricardo Constantino | 2017-07-03 | 1 | -6/+12 |
* | w32_common: use SWP_NOSENDCHANGING when resizing child | James Ross-Gowan | 2017-07-03 | 1 | -1/+1 |
* | filter_kernels: add radius cutoff functionality | Niklas Haas | 2017-07-03 | 6 | -9/+32 |
* | ytdl_hook: add pre-parsed chapters, if available | Ricardo Constantino | 2017-07-02 | 1 | -3/+13 |
* | m_option: deprecate multiple items for -add etc. | wm4 | 2017-07-02 | 2 | -2/+12 |
* | options: change everything again | wm4 | 2017-07-02 | 10 | -80/+135 |
* | m_option: remove unused error code | wm4 | 2017-07-02 | 2 | -9/+1 |
* | x11: add 128x128 sized icon support | Xu Zhao | 2017-07-02 | 3 | -0/+11 |
* | m_option: remove redundant indirections | wm4 | 2017-07-02 | 5 | -52/+29 |
* | bstr: short-circuit bstr_equals() | wm4 | 2017-07-02 | 1 | -2/+2 |
* | misc/json: avoid redundant condition | Raúl Peñacoba | 2017-07-01 | 1 | -1/+1 |
* | demux/demux: avoid redundant condition | Raúl Peñacoba | 2017-07-01 | 1 | -1/+1 |
* | x11: load icon differently | wm4 | 2017-07-01 | 6 | -100/+112 |
* | sws_utils: switch back to GPL | wm4 | 2017-07-01 | 2 | -8/+10 |
* | vo_opengl: describe vdpau reinterleaving pass | Niklas Haas | 2017-07-01 | 1 | -0/+1 |
* | vo_opengl: fix some more pass_info_reset issues | Niklas Haas | 2017-07-01 | 1 | -1/+10 |
* | vo_opengl: call pass_info_reset earlier | Niklas Haas | 2017-07-01 | 1 | -1/+1 |
* | vo_opengl: merge uploading and rendering | Niklas Haas | 2017-07-01 | 1 | -14/+14 |
* | vo_opengl: refactor vo performance subsystem | Niklas Haas | 2017-07-01 | 13 | -138/+316 |
* | d3d: UWP support for D3D11VA | wm4 | 2017-06-30 | 4 | -21/+23 |
* | d3d: make DXVA2 support optional | wm4 | 2017-06-30 | 7 | -18/+44 |
* | img_format: drop some unused things | wm4 | 2017-06-30 | 2 | -16/+2 |
* | mp_image: use new code for determining RGB/XYZ exceptions | wm4 | 2017-06-30 | 1 | -3/+5 |
* | vo_direct3d: remove non-working nv12 shader support | wm4 | 2017-06-30 | 4 | -139/+0 |
* | video: get rid of swapped packed YUV | wm4 | 2017-06-30 | 9 | -20/+3 |
* | vo_opengl: remove mp_imgfmt_desc and IMGFLAG_ usage | wm4 | 2017-06-30 | 3 | -35/+48 |
* | vo_opengl: restructure format setup | wm4 | 2017-06-30 | 7 | -131/+105 |
* | options: change path list options, and document list options | wm4 | 2017-06-30 | 8 | -22/+84 |
* | scripting: add wrapper to load scripts with user paths | Ricardo Constantino | 2017-06-30 | 3 | -6/+12 |
* | client API: change mpv_create() behavior, run init always on mpv thread | wm4 | 2017-06-30 | 1 | -16/+24 |
* | ao_coreaudio: insane hack for passing through AC3 as float PCM | wm4 | 2017-06-30 | 2 | -5/+74 |
* | vo_direct3d: fix build | wm4 | 2017-06-29 | 1 | -1/+0 |
* | video: change --video-aspect-method default value again | wm4 | 2017-06-29 | 2 | -7/+10 |
* | video: drop some more IMGFMT aliases | wm4 | 2017-06-29 | 4 | -67/+52 |
* | video: drop some unused IMGFMT aliases | wm4 | 2017-06-29 | 3 | -25/+1 |
* | vo_opengl: rely on FFmpeg pixdesc a bit more | wm4 | 2017-06-29 | 3 | -80/+231 |
* | DOCS/tech-overview.txt: updates | wm4 | 2017-06-29 | 1 | -50/+26 |
* | manpage: fix unfinished sentence | wm4 | 2017-06-29 | 1 | -1/+2 |
* | Copyright: the build system is now LGPL | wm4 | 2017-06-29 | 1 | -1/+1 |
* | build: allow --disable-zlib | wm4 | 2017-06-29 | 1 | -1/+1 |
* | ao_wasapi: UWP wrapper hack support | wm4 | 2017-06-29 | 2 | -7/+40 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 11 | -6/+110 |
* | ao_wasapi: do not use deprecated wchar functions | Pedro Pombeiro | 2017-06-29 | 2 | -2/+2 |
* | Avoid calling close(-1) | wm4 | 2017-06-29 | 6 | -28/+41 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 11 | -49/+131 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 5 | -11/+5 |
* | build: remove unnecessary dlopen check | wm4 | 2017-06-29 | 1 | -5/+0 |
* | ao_wasapi: remove subtly duplicated code | wm4 | 2017-06-28 | 1 | -7/+6 |
* | ao_wasapi: remove duplicate code for creating IAudioClient | wm4 | 2017-06-28 | 1 | -34/+24 |
* | ring: use 64 bit counters | wm4 | 2017-06-28 | 1 | -3/+3 |
* | audio/out/pull: detect and log underflows | wm4 | 2017-06-28 | 1 | -0/+20 |
* | vo_opengl: unify user_shaders constants | Niklas Haas | 2017-06-28 | 2 | -13/+10 |
* | terminal: remove unused return value | wm4 | 2017-06-27 | 3 | -6/+3 |
* | build: pick up new libavcodec D3D hwaccel API | wm4 | 2017-06-27 | 1 | -4/+8 |
* | README: shorten a section and link to FAQ instead | wm4 | 2017-06-27 | 1 | -15/+3 |
* | options: sort action list alphabetically | wm4 | 2017-06-27 | 1 | -11/+11 |
* | options: expose string list actions for --sub-file option | wm4 | 2017-06-27 | 1 | -23/+38 |
* | options: list suffix actions as options too | wm4 | 2017-06-27 | 1 | -2/+7 |
* | input.conf: drop TV/DVB bindings | wm4 | 2017-06-27 | 3 | -16/+8 |
* | vo_opengl: tone map using only luminance information | Niklas Haas | 2017-06-27 | 1 | -33/+24 |
* | mp_image: infer correct HLG sig_peak | Niklas Haas | 2017-06-27 | 1 | -4/+9 |
* | options: handle suffixes like -add in a more generic way | wm4 | 2017-06-26 | 6 | -153/+151 |
* | client API: drop old "no-" option emulation | wm4 | 2017-06-26 | 4 | -23/+7 |
* | stream_bluray: change license to LGPL | wm4 | 2017-06-26 | 2 | -8/+8 |
* | Copyright: the icon is LGPLv2.1+ now | wm4 | 2017-06-26 | 1 | -4/+2 |
* | player: document where the magic "encoding" section name is used | wm4 | 2017-06-26 | 1 | -0/+1 |
* | player: always load encoding-profiles.conf | wm4 | 2017-06-26 | 1 | -3/+3 |
* | manpage: fix --angle-swapchain-length requirements | James Ross-Gowan | 2017-06-26 | 1 | -1/+1 |
* | etc/encoding-profiles.conf: use new option syntax | wm4 | 2017-06-25 | 1 | -5/+5 |
* | options: suggest a replacement for --field-dominance | wm4 | 2017-06-25 | 2 | -2/+2 |
* | audio/out: require AO drivers to report period size and correct buffer | wm4 | 2017-06-25 | 9 | -4/+39 |
* | encoding-profiles: remove useless noformat vf from enc-v-h264 | Ricardo Constantino | 2017-06-25 | 1 | -1/+4 |
* | mpv_identify: replace deprecated fps property | Ricardo Constantino | 2017-06-25 | 1 | -1/+1 |
* | build: disable ancient V4L TV support by default | wm4 | 2017-06-25 | 1 | -1/+4 |
* | vo_opengl: silence -Wmaybe-uninitialized false positive | Niklas Haas | 2017-06-24 | 1 | -3/+3 |
* | DOCS/contribute.md: add rules for push access, that nobody will read... | wm4 | 2017-06-24 | 1 | -0/+29 |
* | DOCS/contribute.md: some updates | wm4 | 2017-06-24 | 1 | -11/+16 |
* | osx: change license header on some more cocoa files | wm4 | 2017-06-24 | 7 | -49/+49 |
* | osx: change license of OSX and cocoa files to LGPL | wm4 | 2017-06-24 | 13 | -95/+95 |
* | ao_openal: change license to LGPL | wm4 | 2017-06-24 | 2 | -8/+8 |
* | demux_raw: change license to LGPL | wm4 | 2017-06-24 | 2 | -9/+8 |
* | demux_mf, stream_mf: change license to LGPL | wm4 | 2017-06-24 | 3 | -17/+23 |
* | w32_common, w32_keyboard: change license to LGPL | wm4 | 2017-06-24 | 5 | -31/+31 |
* | chmap: remove misleading "downmix" channel layout name | wm4 | 2017-06-24 | 1 | -1/+0 |
* | Revert "parse_commandline: fail gracefully on bad args" | wm4 | 2017-06-24 | 2 | -6/+3 |
* | TOOLS: change license of some scripts involved in build to LGPL | wm4 | 2017-06-24 | 3 | -10/+43 |
* | vo_opengl: bump up SHADER_MAX_HOOKS | Niklas Haas | 2017-06-24 | 1 | -1/+1 |
* | ao_pulse: reorder format choice | Niklas Haas | 2017-06-23 | 1 | -2/+2 |
* | options: unbreak -v | wm4 | 2017-06-23 | 1 | -1/+1 |
* | options: simplify and rename m_option_type_store | wm4 | 2017-06-23 | 3 | -50/+27 |
* | options: remove weird --really-quiet special behavior | wm4 | 2017-06-23 | 4 | -3/+8 |
* | options: unbreak -h | wm4 | 2017-06-23 | 3 | -4/+9 |
* | demux_mkv: fix broken initializer | wm4 | 2017-06-23 | 1 | -1/+1 |
* | demux_mkv: Fix warnings. | Rudolf Polzer | 2017-06-23 | 1 | -40/+43 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 13 | -95/+109 |
* | player/audio: mark some libaf interfacing parts as GPL only | wm4 | 2017-06-23 | 1 | -0/+8 |
* | command: add git hashes for some GPL-only parts | wm4 | 2017-06-23 | 1 | -0/+2 |
* | player: revert multiple help output | wm4 | 2017-06-23 | 1 | -9/+8 |
* | player: disable dumping configutation in LGPL mode | wm4 | 2017-06-23 | 1 | -0/+3 |
* | player: disable --frames in WIP LGPL mode | wm4 | 2017-06-23 | 2 | -0/+9 |
* | player: disable video equalizer frontend code for WIP LGPL mode | wm4 | 2017-06-23 | 3 | -0/+10 |
* | options: disable --field-dominance for WIP LGPL mode, also deprecate | wm4 | 2017-06-23 | 2 | -1/+5 |
* | player: disable deinterlace property for WIP LGPL mode | wm4 | 2017-06-23 | 2 | -0/+11 |
* | player: disable --priority for WIP LGPL mode | wm4 | 2017-06-23 | 2 | -2/+2 |
* | player: deprecate "osd" command | wm4 | 2017-06-23 | 5 | -1/+12 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 2 | -28/+28 |
* | demux_mkv: Fix "max_cll" warning. | Rudolf Polzer | 2017-06-22 | 1 | -1/+2 |
* | Revert "m_option: make geometry code GPL-only" | wm4 | 2017-06-22 | 1 | -32/+0 |
* | build: reduce GLX test fragment | wm4 | 2017-06-22 | 1 | -4/+0 |
* | Copyright: small updates | wm4 | 2017-06-22 | 1 | -4/+3 |
* | build: remove Linux DVB test fragment | wm4 | 2017-06-22 | 2 | -13/+1 |
* | build: remove unused pvr.c test fragment | wm4 | 2017-06-22 | 1 | -7/+0 |
* | Revert "osdep: NetBSD pthread_setname_np()" | wm4 | 2017-06-22 | 2 | -14/+1 |
* | build: simplify OSS checks and remove changes by "bugmen0t" | wm4 | 2017-06-22 | 6 | -88/+7 |
* | etc/encoding-profiles: use correct formats for noformat | Ricardo Constantino | 2017-06-21 | 1 | -1/+1 |
* | README: missing correction from previous commit | Ricardo Constantino | 2017-06-21 | 1 | -2/+6 |
* | README: more grammar and spelling corrections | Ricardo Constantino | 2017-06-21 | 1 | -14/+17 |
* | manpage: Remove documentation to use 'I' to show filename on the OSD | Leo Izen | 2017-06-21 | 1 | -3/+0 |
* | m_option: make geometry code GPL-only | wm4 | 2017-06-21 | 1 | -0/+32 |
* | demux_tv.c: add missing copyright header | wm4 | 2017-06-21 | 1 | -0/+22 |
* | Copyright: fix typo | wm4 | 2017-06-21 | 1 | -1/+1 |
* | man/options: correct --{sub,osd}-font examples | Ricardo Constantino | 2017-06-21 | 1 | -2/+2 |
* | input/keycodes: change license to LGPL | wm4 | 2017-06-20 | 3 | -17/+15 |
* | README.md: spelling corrections | adeshkp | 2017-06-20 | 1 | -2/+2 |
* | audio/format: change license to LGPL | wm4 | 2017-06-20 | 3 | -24/+15 |
* | demux: change license to LGPL | wm4 | 2017-06-20 | 3 | -15/+15 |
* | demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH | wm4 | 2017-06-20 | 12 | -155/+52 |
* | external_files: change license to LGPL | wm4 | 2017-06-20 | 3 | -18/+18 |
* | Copyright: stream.c/.h was relicensed | wm4 | 2017-06-20 | 1 | -2/+1 |
* | input: mention GPL exceptions in license header | wm4 | 2017-06-20 | 1 | -0/+2 |
* | demux: replace custom return codes with CONTROL_ ones | wm4 | 2017-06-19 | 10 | -43/+38 |
* | stream: change license to LGPL | wm4 | 2017-06-19 | 2 | -28/+26 |
* | input: change license to LGPL | wm4 | 2017-06-19 | 10 | -46/+59 |
* | player: seek backward for type MPSEEK_FACTOR | jrodatus | 2017-06-18 | 1 | -1/+1 |
* | context_dxinterop: lock rendertarget after present when swapping buffers | quilloss | 2017-06-18 | 1 | -7/+6 |
* | vo_drm: nake drm mode help output also output refresh rate | Anton Kindestam | 2017-06-18 | 1 | -3/+9 |
* | vo_opengl: implement sony s-log2 trc | Niklas Haas | 2017-06-18 | 5 | -1/+24 |
* | vo_opengl: implement sony s-log1 trc | Niklas Haas | 2017-06-18 | 5 | -0/+20 |
* | csputils: implement sony s-gamut | Niklas Haas | 2017-06-18 | 3 | -0/+12 |
* | vo_opengl: tone map in linear XYZ instead of RGB | Niklas Haas | 2017-06-18 | 3 | -6/+33 |
* | vf_format: also reset gamma-related attributes when changing gamma | Niklas Haas | 2017-06-18 | 1 | -1/+9 |
* | vo_opengl: implement support for OOTFs and non-display referred content | Niklas Haas | 2017-06-18 | 10 | -8/+144 |
* | csputils: rename HDR curves | Niklas Haas | 2017-06-18 | 7 | -42/+39 |
* | vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadata | Niklas Haas | 2017-06-18 | 5 | -19/+48 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 14 | -129/+95 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 6 | -4/+26 |
* | image_writer, vo_image: change license to LGPL | wm4 | 2017-06-18 | 5 | -34/+23 |
* | video/fmt-conversion, img_format: change license to LGPL | wm4 | 2017-06-18 | 5 | -31/+30 |
* | img_format: drop unused aliases | wm4 | 2017-06-18 | 2 | -9/+0 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 12 | -83/+62 |
* | img_format: minor simplification | wm4 | 2017-06-18 | 3 | -5/+3 |
* | vf_dlopen: remove this filter | wm4 | 2017-06-18 | 16 | -1906/+0 |
* | img_format: drop legacy name mappings | wm4 | 2017-06-18 | 1 | -18/+1 |
* | win_state: change license to LGPL | wm4 | 2017-06-17 | 2 | -9/+9 |
* | Copyright: correct a statement | wm4 | 2017-06-17 | 1 | -1/+1 |
* | aspect: change license to LGPL | wm4 | 2017-06-17 | 3 | -15/+15 |
* | etc/input.conf: change license to LGPL | wm4 | 2017-06-17 | 1 | -3/+4 |
* | javascript: replace custom MIN macro with MPMIN | wm4 | 2017-06-17 | 1 | -5/+3 |
* | version.sh: change license to LGPL | wm4 | 2017-06-17 | 1 | -2/+2 |
* | Copyright: minor fix | wm4 | 2017-06-17 | 1 | -2/+3 |
* | vo_opengl: fall back to ordered dither instead of blowing up | wm4 | 2017-06-17 | 1 | -4/+9 |
* | stream_file: option to close fd after use -> fdclose:// | sfan5 | 2017-06-16 | 2 | -5/+13 |
* | command: avoid going through prop->opt bridge from opt->prop bridge | wm4 | 2017-06-16 | 2 | -0/+13 |
* | Copyright: mark files which still require action for a LGPL core | wm4 | 2017-06-16 | 1 | -27/+39 |
* | mp_image: change license to LGPL (almost) | wm4 | 2017-06-16 | 3 | -7/+6 |
* | version.sh: append -dirty if the working tree contains modifications | Niklas Haas | 2017-06-16 | 1 | -1/+1 |
* | stream_lavf: change license to LGPL | wm4 | 2017-06-16 | 2 | -8/+8 |
* | demux_lavf: change license to LGPL (almost) | wm4 | 2017-06-16 | 2 | -4/+5 |
* | js: wscript: use pkgconfig for mujs (recently added .pc and 1.0.0 tag) | Avi Halachmi (:avih) | 2017-06-16 | 1 | -1/+1 |
* | win32: pthread: avoid using TLS, simplify pthread_t | wm4 | 2017-06-15 | 2 | -48/+89 |
* | vd, vd_lavc: change license to LGPL (almost) | wm4 | 2017-06-15 | 3 | -11/+21 |
* | command: add all options to property->option bridge | wm4 | 2017-06-15 | 4 | -22/+34 |
* | options: make mess to allow setting profile option with libmpv | wm4 | 2017-06-15 | 2 | -94/+87 |
* | dec_audio, ad_lavc: change license to LGPL | wm4 | 2017-06-14 | 5 | -24/+24 |
* | terminal: change license to LGPL | wm4 | 2017-06-14 | 4 | -35/+28 |
* | js: add javascript scripting support using MuJS | Avi Halachmi (:avih) | 2017-06-14 | 8 | -2/+2159 |
* | client API: document mpv_request_log_messages() return value | wm4 | 2017-06-14 | 1 | -0/+1 |
* | DOCS/contribute.md: commit message body should be line-broken too | wm4 | 2017-06-13 | 1 | -2/+3 |
* | manpage: Update 'u' keyboard shortcut docs to say 'sub-ass-override' | Leo Izen | 2017-06-13 | 1 | -1/+1 |
* | encode_lavc: move from GPL 2+ to LGPL 2.1+. | Rudolf Polzer | 2017-06-13 | 6 | -32/+56 |
* | stream: rewrite url escaping/unescaping functions | wm4 | 2017-06-13 | 1 | -36/+48 |
* | demux_lavf: by default probe info for HLS again | wm4 | 2017-06-12 | 1 | -1/+1 |
* | options: change license of most files to LGPL (except options.c/.h) | wm4 | 2017-06-12 | 9 | -56/+63 |
* | m_option: revert commit 2793a70e0fb3 | wm4 | 2017-06-12 | 1 | -3/+2 |
* | mpv.rc, mpv.exe.manifest: change license to LGPL | wm4 | 2017-06-12 | 2 | -11/+9 |
* | m_property: change license to LGPL | wm4 | 2017-06-12 | 3 | -15/+15 |
* | path: change license to LGPL | wm4 | 2017-06-12 | 3 | -26/+21 |
* | vo_opengl: change default tone mapping algorithm | Niklas Haas | 2017-06-10 | 1 | -1/+1 |
* | scripting: expand --script filename for C plugins | Hoyon Mak | 2017-06-09 | 2 | -6/+7 |
* | vo_opengl: add new HDR tone mapping algorithm | Niklas Haas | 2017-06-09 | 4 | -4/+41 |
* | ytdl_hook: don't override start time set by saved state | Martin D | 2017-06-09 | 1 | -1/+7 |
* | mp_image: refuse to convert frames of unknown format to AVFrame | wm4 | 2017-06-08 | 1 | -0/+2 |
* | d3d: add support for new libavcodec hwaccel API | wm4 | 2017-06-08 | 12 | -13/+399 |
* | m_option: fix leaks with OPT_KEYVALUELIST options | wm4 | 2017-06-08 | 1 | -0/+3 |
* | ytdl_hook: don't override user-set start time | Ricardo Constantino | 2017-06-08 | 1 | -1/+2 |
* | vo_drm: fallback to vo_wait_default if VT switcher is not available | rslovers | 2017-06-08 | 1 | -0/+2 |
* | options: another missed --sub-ass-style-override use | wm4 | 2017-06-07 | 1 | -1/+1 |
* | build: enable cplugins by default | wm4 | 2017-06-07 | 1 | -1/+1 |
* | options: fix some missing --sub-ass-style-override renames | wm4 | 2017-06-07 | 2 | -2/+2 |
* | demux_lavf: disable various other special behavior if hacks disabled | wm4 | 2017-06-07 | 1 | -1/+2 |
* | options: slight cleanup of --sub-ass-style-override | Niklas Haas | 2017-06-07 | 4 | -22/+28 |
* | encoding-profiles.conf: add faststart to enc-f-mp4 | Ricardo Constantino | 2017-06-06 | 1 | -1/+3 |
* | options: change --sub-fix-timing default | wm4 | 2017-06-06 | 2 | -5/+4 |
* | demux_mkv: remove incorrect comment | wm4 | 2017-06-03 | 1 | -1/+0 |
* | demux_mkv: support FFmpeg A_MS/ACM extensions | wm4 | 2017-06-03 | 2 | -9/+44 |
* | vo_opengl: hwdec_cuda: Support separate decode and display devices | Philip Langdale | 2017-06-03 | 5 | -12/+66 |
* | README: add example compilation commands | wm4 | 2017-06-02 | 1 | -0/+7 |
* | af, vf: improvements to libavfilter bridge | wm4 | 2017-05-31 | 6 | -5/+28 |
* | external_files: parse ~ in --{sub,audio}-paths | rr- | 2017-05-31 | 1 | -3/+7 |
* | OSD message: "Drop files or URLs to play here." | nodiscc | 2017-05-31 | 1 | -1/+1 |
* | demux_mkv: vp9 alpha, second try | wm4 | 2017-05-30 | 1 | -1/+4 |
* | demux_mkv: fix alpha with vp9 + libvpx | wm4 | 2017-05-30 | 1 | -0/+3 |
* | video/out/wayland/buffer.c: Add missing free() | Raúl Peñacoba | 2017-05-26 | 1 | -1/+4 |
* | ipc-unix: don’t truncate the message on EAGAIN | Sebastian Reuße | 2017-05-24 | 1 | -4/+1 |
* | videotoolbox: support new libavcodec API | wm4 | 2017-05-24 | 5 | -3/+107 |
* | vd_lavc: check for missing device_ctx ref | wm4 | 2017-05-24 | 1 | -0/+5 |
* | hwdec: fix 2 comments | wm4 | 2017-05-24 | 1 | -2/+1 |
* | player: make sure version information is always included in --log-file | wm4 | 2017-05-22 | 3 | -0/+19 |
* | man/options: further document --chapters-file accepted files | Ricardo Constantino | 2017-05-22 | 1 | -0/+4 |
* | ad_spdif: change license to LGPL | wm4 | 2017-05-21 | 2 | -8/+8 |
* | ao_pcm: change license to LGPL | wm4 | 2017-05-20 | 2 | -8/+8 |
* | TOOLS/lua/autoload.lua: ignores all files starting with "." | Yue Zhu | 2017-05-20 | 1 | -0/+3 |
* | audio/out: change license of some core files to LGPL | wm4 | 2017-05-20 | 5 | -35/+35 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 4 | -11/+18 |
* | cocoa: properly unhide Dock when quitting during System fs animation | Akemi | 2017-05-19 | 2 | -0/+64 |
* | vdpau: crappy hack to allow initializing hw decoding after preemption | wm4 | 2017-05-19 | 3 | -0/+21 |
* | ao_wasapi: set name of event thread | James Ross-Gowan | 2017-05-18 | 1 | -0/+2 |
* | win32: pthread: use the new thread naming API | James Ross-Gowan | 2017-05-18 | 3 | -1/+27 |
* | context_angle: fix fallback to D3D9 device | James Ross-Gowan | 2017-05-16 | 1 | -30/+56 |
* | manpage: document tricky issue with IPC observe_property command | wm4 | 2017-05-16 | 1 | -0/+8 |
* | manpage: better description for --external-file | wm4 | 2017-05-16 | 1 | -3/+8 |
* | w32_common: drop TLS usage | James Ross-Gowan | 2017-05-16 | 1 | -20/+21 |
* | demux_mkv: read headers at the end of the file sorted by position | wm4 | 2017-05-15 | 1 | -6/+30 |
* | cache: move duplicated condition to a function | wm4 | 2017-05-15 | 1 | -6/+12 |
* | cache: fix unnecessary seek blocking from f4d62dc4a0 | Uoti Urpala | 2017-05-15 | 1 | -9/+18 |
* | csputils: code clarity | Niklas Haas | 2017-05-13 | 1 | -5/+5 |
* | w32_common: use the proper keycodes for XBUTTON1/2 | James Ross-Gowan | 2017-05-12 | 1 | -2/+2 |
* | w32_common: generate MP_AXIS_* keycodes for scrolling | James Ross-Gowan | 2017-05-12 | 1 | -8/+18 |
* | command: use scale_units to add/cycle integer properties | James Ross-Gowan | 2017-05-12 | 4 | -17/+43 |
* | input: pre-process MP_AXIS_* input | James Ross-Gowan | 2017-05-12 | 1 | -6/+101 |
* | command: mark some commands as "scalable" | James Ross-Gowan | 2017-05-12 | 2 | -2/+14 |
* | input: add MP_KEY_IS_AXIS and treat MP_AXIS_* as mouse events | James Ross-Gowan | 2017-05-12 | 1 | -2/+8 |
* | vo_opengl: drop TLS usage | wm4 | 2017-05-11 | 8 | -47/+33 |
* | cache: clarify that copyright will be changed to LGPL v2.1 if possible | wm4 | 2017-05-11 | 2 | -1/+9 |
* | vf.c, vf.h: change license to LGPL | wm4 | 2017-05-11 | 3 | -16/+22 |
* | af_format: change license to LGPL | wm4 | 2017-05-11 | 2 | -8/+9 |