| Commit message (Expand) | Author | Age | Files | Lines |
* | new build systembliss | wm4 | 2020-06-10 | 5 | -0/+2106 |
* | build: change/simplify optical disc device detection | wm4 | 2020-06-10 | 3 | -34/+12 |
* | audio: require certain AOs to set device_buffer | wm4 | 2020-06-09 | 2 | -3/+3 |
* | ao/pulse: properly set device_buffer | Nicolas F | 2020-06-07 | 1 | -0/+8 |
* | cocoa-cb: properly reset window isMoving state on title bar clicks | der richter | 2020-06-06 | 1 | -0/+2 |
* | vo_gpu: fix display corruption with window screenshots | wm4 | 2020-06-06 | 1 | -0/+1 |
* | vo_gpu: mark peak detection buffer coherent | Niklas Haas | 2020-06-06 | 1 | -1/+1 |
* | vo_gpu: make storage images/buffers as restrict | Niklas Haas | 2020-06-06 | 1 | -2/+2 |
* | vulkan/wayland: fix another build breakage | Daniel Bermond | 2020-06-05 | 1 | -1/+1 |
* | build: fix another breakage | wm4 | 2020-06-04 | 1 | -1/+1 |
* | wayland: fix build | wm4 | 2020-06-04 | 2 | -3/+3 |
* | build: change filenames of generated files | wm4 | 2020-06-04 | 15 | -69/+54 |
* | audio: fix deadlock on draining | wm4 | 2020-06-04 | 1 | -1/+1 |
* | options: add --video-scale-x/y | wm4 | 2020-06-03 | 4 | -4/+18 |
* | audio: adjust wait duration | wm4 | 2020-06-03 | 1 | -6/+4 |
* | vaapi: correct broken NULL check | wm4 | 2020-06-03 | 1 | -1/+1 |
* | audio: avoid possible deadlock regression for some AOs | wm4 | 2020-06-02 | 1 | -2/+17 |
* | audio: further simplify internal audio API somewhat | wm4 | 2020-06-02 | 5 | -47/+41 |
* | audio: slightly better condition for still_playing | wm4 | 2020-06-02 | 1 | -1/+1 |
* | af_scaletempo: handle obscure integer overflow | wm4 | 2020-06-02 | 1 | -4/+4 |
* | TOOLS/autocrop.lua: automatically crop at startup | ヒカリ | 2020-06-01 | 1 | -84/+292 |
* | audio: reduce extra wakeups caused by recent changes | wm4 | 2020-06-01 | 1 | -5/+4 |
* | vo: refine wakeup condition, and wake up more in audio sync mode | wm4 | 2020-06-01 | 1 | -3/+3 |
* | audio: redo internal AO API | wm4 | 2020-06-01 | 20 | -823/+635 |
* | audio: fix unpausing with some AOs | wm4 | 2020-05-31 | 1 | -1/+1 |
* | terminal-win: handle 'Change Window Title' OSC sequence | James Ross-Gowan | 2020-05-29 | 1 | -99/+131 |
* | ao_null: remove unreferenced function | wm4 | 2020-05-27 | 1 | -8/+0 |
* | audio: stop applying volume twice for some AOs | wm4 | 2020-05-27 | 1 | -1/+0 |
* | audio: remove ao_driver.drain | wm4 | 2020-05-27 | 7 | -48/+12 |
* | lua: windows got what users crave | wm4 | 2020-05-27 | 1 | -0/+3 |
* | player: add --term-title option | wm4 | 2020-05-25 | 7 | -0/+39 |
* | audio: merge pull/push ring buffer glue code | wm4 | 2020-05-25 | 6 | -1006/+762 |
* | audio: add frame alloc function | wm4 | 2020-05-25 | 2 | -0/+14 |
* | CI: add FreeBSD job | Jan Beich | 2020-05-25 | 2 | -0/+63 |
* | osdep: remove confstr() fallback for subprocess spawning | sfan5 | 2020-05-25 | 1 | -7/+2 |
* | x11_common: added ICCCM WM_HINTS | Arthur Williams | 2020-05-24 | 1 | -0/+11 |
* | manpage: document "vf remove" | wm4 | 2020-05-23 | 1 | -1/+4 |
* | player: remove some display-adrop leftovers | wm4 | 2020-05-23 | 7 | -24/+3 |
* | command: fix dump-cache parameter parsing | wm4 | 2020-05-23 | 1 | -2/+4 |
* | README: remove trolling | wm4 | 2020-05-23 | 1 | -4/+0 |
* | audio: redo video-sync=display-adrop | wm4 | 2020-05-23 | 12 | -56/+192 |
* | af_scaletempo: fix theoretical UB | wm4 | 2020-05-23 | 1 | -1/+2 |
* | options: add option to control display-sync factor | wm4 | 2020-05-23 | 4 | -3/+18 |
* | vo_x11: allow OSD rendering outside of video region | wm4 | 2020-05-22 | 1 | -65/+52 |
* | mp_image: add helper for clearing regions outside of a rectangle | wm4 | 2020-05-22 | 2 | -0/+16 |
* | common: add helper for subtracting rectangles | wm4 | 2020-05-22 | 2 | -0/+24 |
* | video: add AV_PIX_FMT_UYYVYY411 conversion support | wm4 | 2020-05-22 | 4 | -34/+60 |
* | repack: use new imgfmt metadata in more cases | wm4 | 2020-05-21 | 1 | -74/+59 |
* | img_format: expose another helper | wm4 | 2020-05-21 | 2 | -2/+6 |
* | mp_image: reimplement mp_image_clear() | wm4 | 2020-05-21 | 1 | -25/+104 |
* | video: remove useless mp_imgfmt_desc.avformat field | wm4 | 2020-05-20 | 3 | -5/+2 |
* | vo_x11: minor improvement in format matching | wm4 | 2020-05-20 | 1 | -5/+5 |
* | video: clean up pixel metadata stuff some more | wm4 | 2020-05-20 | 4 | -509/+545 |
* | command: save state on stop when user requested save-position-on-quit | Mikhail Rudenko | 2020-05-20 | 1 | -0/+7 |
* | vo_x11: use imgfmt metadata instead of hardcoded format table | wm4 | 2020-05-20 | 1 | -32/+21 |
* | video: shuffle imgfmt metadata code around | wm4 | 2020-05-20 | 5 | -278/+265 |
* | README: looks like we won't need win32 support anymore | wm4 | 2020-05-19 | 1 | -0/+3 |
* | repack: make generic weird pixfmt shit even more generic and obfuscated | wm4 | 2020-05-18 | 1 | -54/+20 |
* | video: fix AV_PIX_FMT_UYYVYY411 allocation | wm4 | 2020-05-18 | 2 | -3/+2 |
* | wayland: only use presentation on CLOCK_MONOTONIC | Dudemanguy | 2020-05-18 | 1 | -2/+2 |
* | build: allow wlshm on more Wayland platforms after a6000d311421 | Jan Beich | 2020-05-18 | 1 | -6/+6 |
* | video: add pixel component location metadata | wm4 | 2020-05-18 | 4 | -130/+875 |
* | video: clean up some imgfmt related stuff | wm4 | 2020-05-18 | 15 | -756/+747 |
* | test: explicitly test repacking for all packed RGB variants | wm4 | 2020-05-18 | 2 | -36/+117 |
* | stats: UP/DOWN scrolling on page 2 (frame stats) | Julian | 2020-05-17 | 2 | -3/+25 |
* | vo_wlshm, vo_drm: set image size with mp_image_set_size | Michael Forney | 2020-05-17 | 2 | -4/+2 |
* | zsh completion: helper functions in private namespace | Ed Santiago | 2020-05-17 | 1 | -6/+6 |
* | osc: fix hovering timestamp sticking around when moving mouse away | wm4 | 2020-05-16 | 1 | -3/+11 |
* | vo_gpu: ra_pl: add timers support | Niklas Haas | 2020-05-16 | 1 | -0/+95 |
* | scripting: make socket FD number for subprocesses dynamic | wm4 | 2020-05-15 | 2 | -9/+4 |
* | sub: fix incorrect commit | wm4 | 2020-05-15 | 1 | -3/+1 |
* | ipc: mark client sockets as CLOEXEC | wm4 | 2020-05-15 | 1 | -0/+2 |
* | scripting: correct passing FDs | wm4 | 2020-05-15 | 1 | -1/+1 |
* | osdep: remove posix_spawn() helpers and wrappers | wm4 | 2020-05-15 | 6 | -163/+2 |
* | subprocess: replace posix_spawnp() with fork() | wm4 | 2020-05-15 | 1 | -17/+118 |
* | command: add input-key-list property | wm4 | 2020-05-14 | 4 | -0/+29 |
* | command: add property to return text subtitles in ASS | wm4 | 2020-05-14 | 7 | -18/+62 |
* | ipc: exit client if the FD is invalid | wm4 | 2020-05-14 | 1 | -1/+1 |
* | ipc: make --input-ipc-client terminate player on connection close | wm4 | 2020-05-14 | 2 | -1/+11 |
* | vo_x11: add 10 bit support | wm4 | 2020-05-14 | 1 | -0/+3 |
* | build: link against single EGL provider | Jan Palus | 2020-05-14 | 2 | -11/+37 |
* | build: fallback to default pc file locations on rpi | Jan Palus | 2020-05-14 | 2 | -3/+10 |
* | drm: add typedef for PFNEGLGETPLATFORMDISPLAYEXTPROC (#7314) | Jan Palus | 2020-05-14 | 1 | -0/+5 |
* | vo_direct3d: dumb down OSD rendering | wm4 | 2020-05-13 | 1 | -164/+92 |
* | draw_bmp: make another small guarantee to users | wm4 | 2020-05-13 | 1 | -0/+2 |
* | vo_direct3d: rip out texture video rendering path | wm4 | 2020-05-13 | 5 | -660/+67 |
* | draw_bmp: use command line options for any used scalers | wm4 | 2020-05-13 | 5 | -16/+36 |
* | vo_gpu: un-fix storable fbo format check | Niklas Haas | 2020-05-13 | 1 | -2/+1 |
* | draw_bmp: add integer blending for 8 bit formats | wm4 | 2020-05-12 | 2 | -41/+79 |
* | repack: fix incorrect assert() | wm4 | 2020-05-12 | 1 | -1/+1 |
* | draw_bmp: don't make strange decisions on broken iknput csp params | wm4 | 2020-05-12 | 3 | -64/+66 |
* | vo_vaapi: use new overlay API | wm4 | 2020-05-11 | 1 | -123/+85 |
* | draw_bmp: add a function to return a single-texture OSD overlay | wm4 | 2020-05-11 | 4 | -50/+265 |
* | video: remove RGB32/BGR32 aliases | wm4 | 2020-05-11 | 5 | -18/+9 |
* | js: mp.set_osd_ass: ignore identical inputs (match ccbb8b1c) | Avi Halachmi (:avih) | 2020-05-10 | 1 | -0/+5 |
* | vo: fix forgotten debug code | wm4 | 2020-05-10 | 1 | -1/+1 |
* | lua: do not use Lua filesystem functions for loading scripts | wm4 | 2020-05-10 | 1 | -3/+6 |
* | stream: make stream_read_file() more robust | wm4 | 2020-05-10 | 3 | -23/+41 |
* | msg: add function to reduce log level | wm4 | 2020-05-10 | 2 | -2/+19 |
* | vo_gpu: manually resolve user shader prefixes | wm4 | 2020-05-10 | 1 | -1/+4 |
* | player: make external subtitle auto-loading stricter | wm4 | 2020-05-09 | 2 | -25/+41 |
* | options: update OSD when writing some OSD-related options | wm4 | 2020-05-09 | 1 | -9/+9 |
* | vo: another minor wakeup reduction | wm4 | 2020-05-09 | 1 | -5/+10 |
* | vo: always reset redraw flag to avoid immediate wakeups wasting CPU time | wm4 | 2020-05-09 | 1 | -1/+2 |
* | draw_bmp: rewrite | wm4 | 2020-05-09 | 6 | -411/+938 |
* | repack: add support for converting from/to float formats | wm4 | 2020-05-09 | 4 | -3/+402 |
* | csputils: add function for getting uint/float transformation | wm4 | 2020-05-09 | 2 | -1/+44 |
* | video: add yuv float formats | wm4 | 2020-05-09 | 5 | -11/+181 |
* | vo_gpu: fix green shit with float yuv input | wm4 | 2020-05-09 | 5 | -12/+28 |
* | video: fix rgb30 component order | wm4 | 2020-05-09 | 5 | -5/+8 |
* | video: separate repacking code from zimg and make it independent | wm4 | 2020-05-09 | 9 | -895/+1688 |
* | sws_utils: allow setting zimg options directly | wm4 | 2020-05-09 | 4 | -8/+18 |
* | img_format: make component order in comment more logical | wm4 | 2020-05-09 | 1 | -1/+1 |
* | sd_lavc: fix occasional problems with certain VOs when changing scaling | wm4 | 2020-05-09 | 1 | -0/+24 |
* | osd: add change timestamp and screen size to struct sub_bitmap_list | wm4 | 2020-05-09 | 3 | -1/+23 |
* | osd: add subtitle software blending to stats | wm4 | 2020-05-09 | 1 | -0/+4 |
* | build: add -fno-math-errno | wm4 | 2020-05-09 | 1 | -0/+1 |
* | drm_prime: fallback to drmModeAddFB2 | Anton Kindestam | 2020-05-08 | 1 | -3/+9 |
* | drm_prime: get the modifier for all planes | Anton Kindestam | 2020-05-08 | 1 | -6/+5 |
* | drm_prime: print out errno in error message | Anton Kindestam | 2020-05-08 | 1 | -1/+4 |
* | w32_common: Scale window when moving to display with different DPI | Piotr Gasior | 2020-05-08 | 1 | -0/+5 |
* | w32_common: Support HiDPI on Windows | RealDolos | 2020-05-08 | 3 | -12/+29 |
* | vo_gpu: d3d11: only use presentation feedback with flip model | James Ross-Gowan | 2020-05-07 | 1 | -4/+12 |
* | client API: correct an outdated comment | wm4 | 2020-05-06 | 1 | -2/+1 |
* | options: don't trigger bool "compact" path for --loop-file | wm4 | 2020-05-06 | 2 | -2/+4 |
* | vf:format: don't error when using convert=yes and not specifying fmt | wm4 | 2020-05-06 | 1 | -1/+1 |
* | test: fix some idiotic UB | wm4 | 2020-05-06 | 1 | -3/+3 |
* | mp_image: add some helpers | wm4 | 2020-05-06 | 2 | -0/+23 |
* | vo_gpu: suppress PL_FATAL logs during probing | Niklas Haas | 2020-05-03 | 1 | -2/+0 |
* | documentation: fix some ReST syntax mistakes in lua.rst | Emanuele Torre | 2020-05-01 | 1 | -1/+1 |
* | player: round position percentage to the nearest integer | Ricardo Garcia | 2020-05-01 | 1 | -1/+1 |
* | DOCS/contribute.md: add some blabla about fixup commits in pull requests | wm4 | 2020-05-01 | 1 | -0/+16 |
* | lua: restore change detection with legacy OSD function | wm4 | 2020-05-01 | 1 | -4/+9 |
* | zimg: remove C11 aligned_alloc() requirement | wm4 | 2020-05-01 | 3 | -11/+10 |
* | vo_gpu: enable frame caching for still frames | Niklas Haas | 2020-04-30 | 1 | -3/+3 |
* | stream_libarchive: remember archive headers from initial open | Kevin Mitchell | 2020-04-28 | 3 | -18/+51 |
* | stream_libarchive: simplify multi-volume rar hate message | Kevin Mitchell | 2020-04-27 | 1 | -14/+8 |
* | stream_libarchive: put multi_rar check in a function | Kevin Mitchell | 2020-04-27 | 1 | -10/+14 |
* | ta: add ta_get_parent() | wm4 | 2020-04-26 | 2 | -1/+12 |
* | ta: change debug ifdeffery | wm4 | 2020-04-26 | 1 | -4/+8 |
* | video: make OSD/subtitle bitmaps refcounted (sort of) | wm4 | 2020-04-26 | 13 | -110/+197 |
* | zimg: don't assume zimg reads are 64 byte aligned | wm4 | 2020-04-25 | 1 | -4/+6 |
* | cocoa-cb: report actual unfs window size for current window scale | der richter | 2020-04-25 | 2 | -0/+15 |
* | video: add alpha type metadata | wm4 | 2020-04-24 | 8 | -4/+42 |
* | sws_utils: remove unused brightness etc. controls | wm4 | 2020-04-24 | 2 | -7/+1 |
* | win32: SGR emulation: minor fixup on invalid sequence | Avi Halachmi (:avih) | 2020-04-24 | 1 | -2/+5 |
* | video/out/vo_tct: query terminal size generically | Avi Halachmi (:avih) | 2020-04-23 | 1 | -7/+3 |
* | osdep/terminal-win: native VT: report exact width | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+3 |
* | wayland: explictly send an UP event for left click | Dudemanguy | 2020-04-23 | 1 | -0/+2 |
* | win32: native VT: logic fixup | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+2 |
* | stats.lua: don't disable terminal escape sequences on windows | Avi Halachmi (:avih) | 2020-04-23 | 1 | -22/+4 |
* | win32: use windows 10 native virtual-terminal if available | Avi Halachmi (:avih) | 2020-04-23 | 1 | -2/+34 |
* | win32: improve console SGR escape sequence emulation | Avi Halachmi (:avih) | 2020-04-23 | 1 | -11/+50 |
* | rpi: use "brcm" variant of libGLESv2 | Jan Palus | 2020-04-23 | 1 | -1/+1 |
* | egl_helpers: add typedef for EGLAttrib (#7314) | Jan Palus | 2020-04-23 | 1 | -0/+1 |
* | build: restore BSD thread names after 9f461b85bfa3 | Jan Beich | 2020-04-23 | 2 | -1/+5 |
* | zimg: get rid of special "override" fields for low depth RGB/gray | wm4 | 2020-04-23 | 1 | -34/+16 |
* | zimg: slightly cleanup some mpv format handling nonsense | wm4 | 2020-04-23 | 1 | -34/+40 |
* | f_swscale: let common code guess color levels when RGB->YUV | wm4 | 2020-04-23 | 1 | -2/+2 |
* | img_format: treat both monow and monob as RGB | wm4 | 2020-04-23 | 2 | -3/+5 |
* | img_format: remove duplication in FFmpeg yuv vs. rgb pixfmt check | wm4 | 2020-04-23 | 1 | -7/+9 |
* | img_format: add some mpv-only helper formats | wm4 | 2020-04-23 | 4 | -0/+95 |
* | filters: fix a typo in a comment | wm4 | 2020-04-23 | 1 | -1/+1 |
* | video: change chroma_w/chroma_h fields to use shift instead of size | wm4 | 2020-04-23 | 7 | -51/+41 |
* | img_format: add format description table for mpv-only formats | wm4 | 2020-04-23 | 3 | -135/+150 |
* | drm_common: set frsig to a valid signal | Jan Beich | 2020-04-22 | 1 | -0/+3 |
* | build: detect VT_GETMODE on FreeBSD and DragonFly | Jan Beich | 2020-04-22 | 2 | -2/+15 |
* | wayland: use mp_time deltas for presentation time | Dudemanguy | 2020-04-20 | 4 | -30/+10 |
* | draw_bmp: silence another ridiculous ubsan warning | wm4 | 2020-04-18 | 1 | -4/+4 |
* | sd_lavc: mitigate evil rounding issue that could lead to off-by-1 frames | wm4 | 2020-04-18 | 1 | -1/+1 |
* | stats: move chapter/edition info below title | LaserEyess | 2020-04-16 | 1 | -3/+3 |
* | stats: add edition information to page 1 | LaserEyess | 2020-04-16 | 1 | -1/+13 |
* | demux_mkv: add png intra support | wm4 | 2020-04-16 | 1 | -0/+1 |
* | player: remove duplicated track option setter code | wm4 | 2020-04-15 | 3 | -17/+11 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 6 | -20/+28 |
* | player: remove mysterious declaration | wm4 | 2020-04-15 | 1 | -2/+0 |
* | terminal-unix: add key_entry defs for DECCKM mode | Murray Campbell | 2020-04-15 | 1 | -0/+4 |
* | player: don't segfault when unloading tracks | Niklas Haas | 2020-04-15 | 1 | -0/+2 |
* | vo_gpu: opengl: make sure to always clean up debug callbacks | Niklas Haas | 2020-04-15 | 1 | -0/+4 |
* | manpage: fix wrong option name for --fbo-format | wm4 | 2020-04-14 | 1 | -1/+1 |
* | zimg: fix swapped chroma planes with packed YUV bullshit | wm4 | 2020-04-14 | 1 | -4/+4 |
* | zimg: fix build with older FFmpeg (troublesome Intel dude format) | wm4 | 2020-04-14 | 1 | -0/+2 |
* | zimg: add support for 1 bit per pixel formats | wm4 | 2020-04-13 | 2 | -2/+54 |
* | zimg: add packed YUV bullshit | wm4 | 2020-04-13 | 2 | -6/+116 |
* | demux_mkv: concatenate multiple tags | wm4 | 2020-04-13 | 1 | -2/+8 |
* | test: add list of zimg/sws conversions | wm4 | 2020-04-13 | 2 | -0/+217 |
* | player: do not fall back to a default track with explicit selections | wm4 | 2020-04-13 | 2 | -0/+20 |
* | player: mess with track selection details again | wm4 | 2020-04-13 | 3 | -12/+61 |
* | demux: don't let --sub-create-cc-track add a track for attached pictures | wm4 | 2020-04-13 | 1 | -1/+1 |
* | zimg: add support for some RGB fringe formats | wm4 | 2020-04-13 | 1 | -0/+174 |
* | zimg: add support for big endian input and output | wm4 | 2020-04-13 | 4 | -50/+168 |
* | vf_format: add gross mechanism for forcing scaler for testing | wm4 | 2020-04-13 | 8 | -3/+53 |
* | ta: minor simplification for talloc_steal | wm4 | 2020-04-13 | 3 | -11/+1 |
* | ta: remove a macro indirection | wm4 | 2020-04-13 | 1 | -4/+2 |
* | player, ta: remove use of an old macro | wm4 | 2020-04-13 | 2 | -4/+1 |
* | command: print edition title to OSD when cycling | LaserEyess | 2020-04-13 | 1 | -5/+26 |
* | DOCS/interface-changes: add d3d11-exclusive-fs to list of changes | Jan Ekström | 2020-04-12 | 1 | -0/+2 |
* | vo_gpu: d3d11: also utilize config cache for d3d11-specific options | Jan Ekström | 2020-04-12 | 1 | -1/+9 |
* | vo_gpu: d3d11: add support for exclusive fullscreen | James Ross-Gowan | 2020-04-12 | 2 | -1/+92 |
* | stats: support UP/DOWN to scroll at page 4 (perf) | Avi Halachmi (:avih) | 2020-04-11 | 2 | -14/+86 |
* | stream_dvb: Remove call to stream_drop_buffers in fill_buffer. | Oliver Freyermuth | 2020-04-10 | 1 | -2/+0 |
* | console: reduce memory usage in default mode | wm4 | 2020-04-10 | 1 | -73/+82 |
* | common: fix mp_round_next_power_of_2() | wm4 | 2020-04-10 | 1 | -5/+6 |
* | stream: actually drop unneeded buffer | wm4 | 2020-04-10 | 1 | -16/+21 |
* | stream: add assert, a cosmetic change | wm4 | 2020-04-10 | 1 | -1/+3 |
* | stream: minor adjustment to buffer size limit logic | wm4 | 2020-04-10 | 1 | -6/+6 |
* | stream: fix whitespace within comment | wm4 | 2020-04-10 | 1 | -1/+1 |
* | vo: further reduce redundant wakeups | wm4 | 2020-04-10 | 1 | -1/+7 |
* | video: remove another redundant wakeup | wm4 | 2020-04-10 | 3 | -20/+46 |
* | video: avoid redundant self-wakeup on each queued frame | wm4 | 2020-04-10 | 1 | -1/+2 |
* | player, stats: more silly debug stuff | wm4 | 2020-04-10 | 6 | -2/+26 |
* | filter: reduce redundant re-iterations | wm4 | 2020-04-10 | 1 | -8/+29 |
* | filter: process asynchronous wakeups during filtering | wm4 | 2020-04-10 | 1 | -4/+5 |
* | stats: fix crash if both plot_vsync_* options are disabled | wm4 | 2020-04-09 | 1 | -3/+6 |
* | player: do not deinitialize AO on track switching | wm4 | 2020-04-09 | 1 | -1/+2 |
* | options: cleanup .min use for OPT_CHANNELS | wm4 | 2020-04-09 | 4 | -8/+9 |
* | options: make imgfmt options always accept "no" | wm4 | 2020-04-09 | 2 | -6/+3 |
* | options: fix ab-loop-* properties | wm4 | 2020-04-09 | 3 | -4/+7 |
* | lua: wrap existing allocator instead of reimplementing it | Niklas Haas | 2020-04-09 | 1 | -16/+12 |
* | lua: disable memory accounting for luajit | Niklas Haas | 2020-04-09 | 1 | -0/+7 |
* | manpage: finish a sentence | wm4 | 2020-04-09 | 1 | -1/+2 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 6 | -7/+57 |
* | stats: some more performance graphs | wm4 | 2020-04-09 | 15 | -11/+519 |
* | input: add binding to quit on ctrl+w | sfan5 | 2020-04-04 | 1 | -0/+1 |
* | stats: fix previous commit | wm4 | 2020-04-03 | 1 | -2/+2 |
* | stats: move input speed to cache page, make it a graph | wm4 | 2020-04-03 | 1 | -13/+12 |
* | command: make input speed available as part of cache statge property | wm4 | 2020-04-03 | 2 | -0/+9 |
* | umpv: convert to python 3 | wm4 | 2020-04-03 | 1 | -2/+2 |
* | player: make a function static | wm4 | 2020-04-03 | 2 | -2/+1 |
* | build: only check for EGL pc in one build option | Nicolas F | 2020-04-02 | 1 | -7/+5 |
* | ytdl_hook: enable runtime changes of script options | sfan5 | 2020-03-29 | 1 | -1/+4 |
* | ao_oss: remove this audio output | wm4 | 2020-03-28 | 5 | -681/+1 |
* | ao_rsound: remove this audio output | wm4 | 2020-03-28 | 5 | -170/+0 |
* | ao_sndio: remove this audio output | wm4 | 2020-03-28 | 5 | -338/+0 |
* | manpage: clarify some event/hook details | wm4 | 2020-03-28 | 1 | -4/+18 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 11 | -192/+2 |
* | umpv: change from legacy FIFO to socket | wm4 | 2020-03-28 | 1 | -23/+14 |
* | client API: report IDs of inserted playlist entries on loading playlist | wm4 | 2020-03-27 | 7 | -15/+70 |
* | client API: another minor clarification for convenience | wm4 | 2020-03-27 | 1 | -1/+3 |
* | ipc: fix recently added memory leak | wm4 | 2020-03-27 | 1 | -1/+3 |
* | scripting: remove race condition when toggling internal scripts | wm4 | 2020-03-26 | 6 | -31/+31 |
* | command: use client IDs for hooks | wm4 | 2020-03-26 | 4 | -12/+24 |
* | client API: add a per client unique ID | wm4 | 2020-03-26 | 4 | -0/+47 |
* | client API: update MPV_EVENT_PLAYBACK_RESTART docs | wm4 | 2020-03-26 | 1 | -3/+3 |
* | command: make revert seek command use time from end of seek | wm4 | 2020-03-26 | 1 | -0/+3 |
* | video: report negative subtitle/OSD margins if necessary | wm4 | 2020-03-26 | 1 | -4/+4 |
* | travis: reactivate notifications on failure | der richter | 2020-03-25 | 1 | -1/+1 |
* | travis: fix config validation warnings | der richter | 2020-03-25 | 1 | -3/+1 |
* | vd_lavc: make hwdec fallback message more consistent | wm4 | 2020-03-24 | 1 | -4/+1 |
* | lua: mp.get_property[_osd] don't need special handling anymore | Avi Halachmi (:avih) | 2020-03-23 | 1 | -11/+2 |
* | lua: readdir: fix double closedir, use one more autofree | Avi Halachmi (:avih) | 2020-03-22 | 1 | -3/+1 |
* | lua: autofree: use in few more places where it could leak | Avi Halachmi (:avih) | 2020-03-22 | 1 | -14/+49 |
* | lua: autofree: the ctx is now an argument | Avi Halachmi (:avih) | 2020-03-22 | 1 | -40/+41 |
* | lua: use an autofree wrapper instead of mp_lua_PITA | Avi Halachmi (:avih) | 2020-03-22 | 1 | -38/+51 |
* | encode: fix occasional init crash due to initialization order issues | wm4 | 2020-03-22 | 2 | -9/+7 |
* | lua: restore recent end-file event, and deprecate it | wm4 | 2020-03-22 | 4 | -6/+18 |
* | ci: remove missed remnants of libass from the macOS script as well | Jan Ekström | 2020-03-22 | 1 | -1/+1 |
* | ci: remove libass enablement | Jan Ekström | 2020-03-22 | 2 | -2/+0 |
* | travis: shut the fuck up | wm4 | 2020-03-22 | 1 | -1/+1 |
* | encode: deprecate encoding mode | wm4 | 2020-03-22 | 2 | -1/+3 |
* | encode: add some shit that does some shit | wm4 | 2020-03-22 | 1 | -3/+6 |
* | encode: restore audio muxer timebase use | wm4 | 2020-03-22 | 3 | -0/+12 |
* | encode: fix whitespace | wm4 | 2020-03-22 | 1 | -1/+1 |
* | js: make wait_event autofree | Avi Halachmi (:avih) | 2020-03-22 | 1 | -6/+5 |
* | js: use unified events (match 218d6643, 8a58a699) | Avi Halachmi (:avih) | 2020-03-21 | 1 | -98/+4 |
* | lua: simplify further | wm4 | 2020-03-21 | 1 | -8/+1 |
* | client API, lua: unify event code further | wm4 | 2020-03-21 | 3 | -54/+38 |
* | command: fix accidental stack dumping | wm4 | 2020-03-21 | 1 | -1/+1 |
* | client API, lua, ipc: unify event struct return | wm4 | 2020-03-21 | 9 | -259/+294 |
* | client API: add a playlist entry unique ID | wm4 | 2020-03-21 | 7 | -2/+53 |
* | player: add potentially forgotten property change trigger | wm4 | 2020-03-21 | 1 | -0/+1 |
* | player: add a number of new playlist contol commands/properties | wm4 | 2020-03-21 | 5 | -19/+156 |
* | player: playlist-pos now use -1 for "no entry selected" | wm4 | 2020-03-21 | 4 | -11/+17 |
* | demux: average reported download speed some more | wm4 | 2020-03-21 | 1 | -1/+5 |
* | manpage: improve loadfile description | wm4 | 2020-03-21 | 1 | -3/+9 |
* | osc: avoid using a deprecated event | wm4 | 2020-03-21 | 1 | -1/+1 |
* | client API: actually warn against enabling any deprecated events | wm4 | 2020-03-21 | 1 | -2/+18 |
* | player: fix subtle idle mode differences on early program start | wm4 | 2020-03-21 | 7 | -22/+26 |
* | player: remove additional newline before exit message | wm4 | 2020-03-21 | 1 | -1/+1 |
* | player: actually report an exit error if encoding mode fails on closing | wm4 | 2020-03-21 | 1 | -1/+1 |
* | wayland: simplify mouse wheel direction calculation | Jan Ekström | 2020-03-19 | 1 | -3/+2 |
* | ao_wasapi: try mix format except for chmap | Kevin Mitchell | 2020-03-19 | 1 | -11/+36 |
* | ao_wasapi: handle S_FALSE in mp_format_res_str | Kevin Mitchell | 2020-03-19 | 1 | -2/+3 |
* | win32: pthread: define PTHREAD_MUTEX_ERRORCHECK | wm4 | 2020-03-19 | 1 | -0/+1 |
* | build: make libass non-optional | wm4 | 2020-03-18 | 6 | -71/+6 |
* | osdep: add a pthread debugging wrapper | wm4 | 2020-03-18 | 3 | -1/+91 |
* | f_decoder_wrapper: fix use of destroyed mutex | wm4 | 2020-03-18 | 1 | -0/+2 |
* | options: fix OPT_BYTE_SIZE upper limits | wm4 | 2020-03-18 | 3 | -9/+8 |
* | demux_mkv: fix another integer/float conversion warning | wm4 | 2020-03-18 | 1 | -1/+2 |
* | client API: fix MPV_FORMAT_DOUBLE => MPV_FORMAT_INT64 | wm4 | 2020-03-18 | 1 | -1/+3 |
* | m_option: attempt to fix two rounding issues | wm4 | 2020-03-18 | 1 | -5/+5 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 78 | -1634/+1641 |
* | wayland: notify vo if an output changes | Dudemanguy | 2020-03-15 | 1 | -0/+2 |
* | m_option: remove debug code | wm4 | 2020-03-14 | 1 | -3/+0 |
* | vo_gpu: warn if correct-downscaling is ignored | Avi Halachmi (:avih) | 2020-03-14 | 2 | -0/+13 |
* | osc: fix updating message when paused | wm4 | 2020-03-14 | 1 | -5/+12 |
* | github: additionally ask for log files on build problems and questions | der richter | 2020-03-14 | 2 | -0/+14 |
* | ao_pcm: fix double free on exit | wm4 | 2020-03-14 | 1 | -6/+8 |
* | cocoa-cb: support maximize/minimize on startup | der richter | 2020-03-14 | 1 | -1/+9 |
* | options: introduce bool option type, use it for --fullscreen | wm4 | 2020-03-14 | 6 | -11/+80 |
* | DOCS/interface-changes.rst: add note about property notification changes | wm4 | 2020-03-14 | 1 | -0/+7 |
* | command: disable edition switching if there are no editions | wm4 | 2020-03-14 | 2 | -1/+4 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 16 | -119/+142 |
* | ao_lavc: don't spam underrun warnings | wm4 | 2020-03-13 | 1 | -0/+1 |
* | options: more pushing code around | wm4 | 2020-03-13 | 4 | -151/+245 |
* | options: split m_config.c/h | wm4 | 2020-03-13 | 13 | -1238/+1336 |
* | options: remove intpair option type | wm4 | 2020-03-13 | 4 | -61/+5 |
* | options: remove min/max support from strings and string lists | wm4 | 2020-03-13 | 3 | -33/+6 |
* | build: make C11 atomics mandatory | wm4 | 2020-03-13 | 1 | -14/+5 |
* | video/out/android_common: use jni helpers | Aman Gupta | 2020-03-12 | 1 | -10/+11 |
* | vo_gpu: generally allow non-storable FBOs | Niklas Haas | 2020-03-08 | 2 | -3/+12 |
* | vo_gpu: avoid error spam when ra_fbo fmt is non-storable | Niklas Haas | 2020-03-08 | 1 | -0/+2 |
* | filter: minor cosmetic naming issue | wm4 | 2020-03-08 | 6 | -41/+47 |
* | command: add libass-version property | wm4 | 2020-03-08 | 2 | -0/+20 |
* | sub: log libass version | wm4 | 2020-03-08 | 1 | -0/+2 |
* | player: rearrange libav* library check | wm4 | 2020-03-08 | 3 | -21/+12 |
* | stream_file: mark fd protocols as "unsafe" | wm4 | 2020-03-08 | 2 | -2/+11 |
* | wayland: always use the fs-screen id for fs | Dudemanguy | 2020-03-08 | 1 | -33/+31 |
* | stream_lavf: use smb:// for ffmpeg libsmbclient support | wm4 | 2020-03-07 | 2 | -2/+2 |
* | ci: remove libsmblient | wm4 | 2020-03-07 | 1 | -1/+0 |
* | player: move on_unload hook after frame step pausing | wm4 | 2020-03-07 | 1 | -2/+2 |
* | client API: always reset new_property_events fields | wm4 | 2020-03-07 | 1 | -1/+2 |
* | manpage: explicitly mention "tick" event as deprecated | wm4 | 2020-03-07 | 1 | -1/+1 |
* | demux: bump --cache-secs default value | wm4 | 2020-03-07 | 1 | -1/+1 |
* | demux: mark recently added debug option as deprecated | wm4 | 2020-03-07 | 1 | -1/+2 |
* | js: osd-overlay update: return the command result (match 7a76b577) | Avi Halachmi (:avih) | 2020-03-07 | 1 | -2/+1 |
* | js: osd-overlay update: support arbitrary key names | Avi Halachmi (:avih) | 2020-03-07 | 1 | -9/+11 |
* | client API: provide ways to finish property changes on file changes | wm4 | 2020-03-07 | 4 | -5/+104 |
* | client API: avoid returning stale value on property notifications | wm4 | 2020-03-06 | 1 | -4/+8 |
* | client API: remove deprecated qthelper.hpp header | wm4 | 2020-03-06 | 3 | -387/+11 |
* | command: remove legacy hook API | wm4 | 2020-03-06 | 5 | -104/+13 |
* | command: extend osd-overlay command with bounds reporting | wm4 | 2020-03-06 | 10 | -8/+161 |
* | manpage: fix typos | wm4 | 2020-03-06 | 1 | -2/+2 |
* | player: force update of cache properties even on inactive demuxer cache | wm4 | 2020-03-05 | 2 | -1/+7 |
* | build: disable RPI vendor blob auto-detection | wm4 | 2020-03-05 | 1 | -0/+1 |
* | demux: deprecate --cache-secs | wm4 | 2020-03-05 | 3 | -3/+17 |
* | player: reduce impact of blocking filters | wm4 | 2020-03-05 | 1 | -0/+1 |
* | manpage: make suggestion for --vd-queue dynamic config | wm4 | 2020-03-05 | 1 | -1/+3 |
* | f_decoder_wrapper: make decoder thread responsive while filling queue | wm4 | 2020-03-05 | 2 | -3/+8 |
* | f_decoder_wrapper: use proper log prefix for all involved filters | wm4 | 2020-03-05 | 1 | -1/+1 |
* | filter: add functions to suspend filtering temporarily | wm4 | 2020-03-05 | 2 | -1/+66 |
* | atomic: add atomic_exchange_explicit() fallback | wm4 | 2020-03-05 | 1 | -2/+7 |
* | dispatch: add strange mechanism for making worker threads responsive | wm4 | 2020-03-05 | 2 | -2/+26 |
* | f_decoder_wrapper: enable DR and hwdec with --vd-queue-enable | wm4 | 2020-03-05 | 1 | -0/+10 |
* | manpage: document how final queue size is determined | wm4 | 2020-03-05 | 1 | -0/+5 |
* | manpage: clarify writes to playlist-pos | wm4 | 2020-03-05 | 1 | -2/+8 |
* | stream_smb: remove this | wm4 | 2020-03-05 | 5 | -168/+0 |
* | drm_prime: double free bug | Sven Kroeger | 2020-03-05 | 3 | -15/+93 |
* | drm_prime: forward modifiers from FFMPEG to drm APIdrmprime-modifiers | Sven Kroeger | 2020-03-03 | 1 | -2/+9 |
* | demuxer-lavf: udp_multicast rtsp-transport option | mg | 2020-03-03 | 2 | -2/+5 |
* | manpage: suggest using the decoding queue with backward playback | wm4 | 2020-03-01 | 1 | -0/+3 |
* | f_decoder_wrapper: make most queue options runtime changeable | wm4 | 2020-03-01 | 2 | -13/+25 |
* | options: make decoder options local to decoder wrapper | wm4 | 2020-03-01 | 6 | -82/+96 |
* | demux: another hack to deal with track switching refresh | wm4 | 2020-02-29 | 1 | -1/+2 |
* | ad_lavc: disable decoder downmix by default | wm4 | 2020-02-29 | 2 | -2/+2 |
* | player: add optional separate video decoding thread | wm4 | 2020-02-29 | 5 | -55/+383 |
* | filter: add async queue filter | wm4 | 2020-02-29 | 4 | -1/+393 |
* | filter: decide how multi-threading is supposed to work | wm4 | 2020-02-29 | 2 | -8/+24 |
* | skip-logo.lua: remove lua 5.2 warning message | wm4 | 2020-02-29 | 1 | -1/+0 |
* | build: pick up Lua 5.2 by default | wm4 | 2020-02-29 | 1 | -4/+4 |
* | demux: add a way to block reading after seeks | wm4 | 2020-02-29 | 2 | -0/+7 |
* | ta: fix logging of unfreed child allocations | wm4 | 2020-02-29 | 1 | -1/+1 |
* | filter: fix possibly lost async wakeups | wm4 | 2020-02-29 | 1 | -5/+5 |
* | f_decoder_wrapper: replace most public fields with setters/getters | wm4 | 2020-02-29 | 7 | -68/+125 |
* | test: update img_formats.txt | wm4 | 2020-02-29 | 1 | -6/+27 |
* | player: remove delayed audio seek thing | wm4 | 2020-02-29 | 3 | -51/+0 |
* | demux_lavf: don't interpret errors as EOF | wm4 | 2020-02-28 | 1 | -3/+9 |
* | osc: use default hr-seek when dragging progress bar to seek | wm4 | 2020-02-28 | 2 | -7/+11 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 8 | -49/+74 |
* | player: attempt to fix playback end on hr-seeking past EOF again | wm4 | 2020-02-28 | 1 | -3/+6 |
* | player: set playback_pts in hr-seek past EOF case | wm4 | 2020-02-28 | 5 | -7/+11 |
* | player: remove stale last frame references | wm4 | 2020-02-28 | 1 | -2/+5 |
* | demux: make seek ranges work for static images + audio | wm4 | 2020-02-28 | 1 | -1/+3 |
* | demux_timeline: fix bad EOF reporting | wm4 | 2020-02-28 | 1 | -11/+10 |
* | command: remove unintended newline | wm4 | 2020-02-27 | 1 | -1/+1 |
* | demux_mkv: document probe-start-time option and enable it by default | wm4 | 2020-02-27 | 2 | -1/+8 |
* | demux: simplify some internals, stop trying to read packets after EOF | wm4 | 2020-02-27 | 2 | -27/+37 |
* | *.py: cosmetic changes | jnozsc | 2020-02-27 | 9 | -32/+40 |
* | sub: do not ignore demuxer wakeups | wm4 | 2020-02-27 | 1 | -6/+7 |
* | sub: fix typo in comment | wm4 | 2020-02-27 | 1 | -1/+1 |
* | sub, demux: improve behavior with negative subtitle delay/muxed subs | wm4 | 2020-02-27 | 3 | -8/+48 |
* | demux: avoid some queue management corner cases with subtitles | wm4 | 2020-02-27 | 1 | -2/+3 |
* | scripting: fix racy crash if loading .run files fails | wm4 | 2020-02-25 | 1 | -0/+3 |
* | OpenGL: Also detect softpipe as a software driver | linkmauve | 2020-02-25 | 1 | -0/+1 |
* | ipc: allow sending commands with named arguments | wm4 | 2020-02-24 | 2 | -23/+33 |
* | ipc: add more blabla that nobody reads | wm4 | 2020-02-24 | 1 | -0/+23 |
* | ipc: implement asynchronous commands | wm4 | 2020-02-24 | 2 | -11/+90 |
* | client API: minor clarification when asynchronous commands send events | wm4 | 2020-02-24 | 1 | -0/+5 |
* | ta: remove two pointless wrappers | wm4 | 2020-02-23 | 4 | -7/+3 |
* | ta: minor simplification | wm4 | 2020-02-23 | 1 | -2/+1 |
* | client API: fix race condition on client exit | wm4 | 2020-02-23 | 1 | -1/+1 |
* | ta: change API; ta_set_parent() and ta_set_destructor() never fail | wm4 | 2020-02-23 | 3 | -45/+22 |
* | ta: remove seperate internal "ext" header | wm4 | 2020-02-23 | 1 | -79/+54 |
* | ta: remove ta_find_parent() | wm4 | 2020-02-23 | 3 | -18/+0 |
* | ytdl_hook: fix URL extraction for manifests | sfan5 | 2020-02-23 | 1 | -4/+4 |
* | cocoa-cb: fix crash with some japanese characters | der richter | 2020-02-22 | 1 | -1/+2 |
* | mac, cocoa: fix UI updates on none main queue threads | der richter | 2020-02-22 | 2 | -5/+11 |
* | cocoa-cb: remove unnecessary semicolons | der richter | 2020-02-22 | 3 | -16/+16 |
* | mac: fix media key support for libmpv users | der richter | 2020-02-22 | 5 | -43/+33 |
* | x11: switch back to StaticGravity | wm4 | 2020-02-22 | 1 | -4/+1 |
* | ytdl_hook: prefer "format" over "format_note" field for track titles | wm4 | 2020-02-21 | 1 | -1/+1 |
* | ytdl_hook: use "format" as fallback for "format_note" for stream titles | wm4 | 2020-02-21 | 1 | -1/+1 |
* | ytdl_hook: fix audio codec with some extractors | wm4 | 2020-02-21 | 1 | -5/+11 |
* | ytdl_hook: fix Lua escapes | wm4 | 2020-02-21 | 1 | -3/+3 |
* | ytdl_hook, edl: add fps, samplerate codec parameters | wm4 | 2020-02-21 | 3 | -2/+18 |
* | manpage: directly link interface-changes.rst in changelog section | wm4 | 2020-02-21 | 1 | -4/+6 |
* | ytdl_hook: make codec mapping more declarative | wm4 | 2020-02-21 | 1 | -12/+9 |
* | ytdl_hook: remove some old playlist redirection hack | wm4 | 2020-02-21 | 1 | -6/+0 |
* | ytdl_hook: enable default selection via --ytdl-format with all_formats | wm4 | 2020-02-21 | 2 | -5/+32 |
* | edl: make it possible to set the track "default" flag | wm4 | 2020-02-21 | 2 | -0/+22 |
* | manpage: fix some path description details | wm4 | 2020-02-21 | 1 | -5/+4 |
* | manpage: suggest using PuTTY for accessing mpv IPC named pipes on win32 | wm4 | 2020-02-21 | 1 | -0/+3 |
* | ytdl_hook: add length parameter to delay-loaded tracks only once | wm4 | 2020-02-21 | 1 | -3/+3 |
* | demux_edl: correct warning on duplicate parameters | wm4 | 2020-02-21 | 1 | -2/+4 |
* | ytdl_hook: remove bitrate estimation from file size | wm4 | 2020-02-21 | 1 | -4/+0 |
* | ytdl_hook: use tbr for all tracks if vbr/abr not available | wm4 | 2020-02-21 | 1 | -0/+9 |
* | ytdl_hook: replace skip_muxed with force_all_formats option | wm4 | 2020-02-21 | 2 | -42/+43 |
* | manpage: reorganize ytdl_hook option descriptions | wm4 | 2020-02-21 | 1 | -51/+66 |
* | ytdl_hook: delay-load interleaved files | wm4 | 2020-02-21 | 1 | -23/+36 |
* | edl: make it possible to delay-load files with multiple tracks | wm4 | 2020-02-21 | 4 | -17/+65 |
* | demux_lavf: signal no seeking for RTSP streams without duration | wm4 | 2020-02-20 | 1 | -0/+5 |
* | demux_timeline: don't open every delayed-open track on seeking | wm4 | 2020-02-20 | 1 | -1/+1 |
* | demux: fix seek range caching with delay_open hack | wm4 | 2020-02-20 | 1 | -1/+2 |
* | ytdl_hook: signal duration in all_formats mode | wm4 | 2020-02-20 | 1 | -1/+6 |
* | ytdl_hook: attempt to filter out muxed streams if all_formats is used | wm4 | 2020-02-20 | 2 | -74/+159 |
* | ytdl_hook: remove forgotten debug message | wm4 | 2020-02-20 | 1 | -1/+0 |
* | ytdl_hook: use bitrate fields for bitrate metadata instead of file sizes | wm4 | 2020-02-20 | 1 | -1/+8 |
* | ytdl_hook: try to skip interleaved streams with all_formats | wm4 | 2020-02-20 | 1 | -2/+11 |
* | ytdl_hook: iterate format list by array order | wm4 | 2020-02-20 | 1 | -1/+1 |
* | demux_timeline: warn if streams are invisible | wm4 | 2020-02-20 | 1 | -0/+6 |
* | player: change bitrate in track listing back to kilobits | wm4 | 2020-02-20 | 1 | -1/+1 |
* | manpage: minor fixes | wm4 | 2020-02-19 | 2 | -11/+11 |
* | scripting: add a way to run sub processes as "scripts" | wm4 | 2020-02-19 | 8 | -20/+176 |
* | client API: document requirement about PID management | wm4 | 2020-02-19 | 1 | -0/+3 |
* | build: remove fchmod() check | wm4 | 2020-02-19 | 2 | -6/+0 |
* | ytdl_hook: add all_formats option | wm4 | 2020-02-19 | 2 | -18/+102 |
* | ytdl_hook: add a way to not pass --format to the command line | wm4 | 2020-02-19 | 2 | -4/+12 |
* | player: print manifest per-stream bitrate information to terminal | wm4 | 2020-02-19 | 2 | -2/+2 |
* | input: log commands with parameter names | wm4 | 2020-02-19 | 1 | -1/+12 |
* | audio: remove outdated comment | wm4 | 2020-02-19 | 1 | -2/+0 |
* | manpage: deprecated options in examples | xPMo | 2020-02-19 | 1 | -4/+4 |
* | video: drop NV24 alias | wm4 | 2020-02-18 | 2 | -4/+0 |
* | options: remove deprecation warning for "-foo bar" syntax | wm4 | 2020-02-17 | 1 | -3/+0 |
* | demux: cosmetic change | wm4 | 2020-02-17 | 1 | -2/+1 |
* | demux: update file-size property even when paused | wm4 | 2020-02-16 | 1 | -0/+3 |
* | stream_file: remove file size caching | wm4 | 2020-02-16 | 1 | -14/+7 |
* | demux: only query stream size at most once per second | wm4 | 2020-02-16 | 1 | -5/+9 |
* | demux: invert update_cache() locking | wm4 | 2020-02-16 | 1 | -9/+7 |
* | stream_file: use fstat() instead of lseek() to determine file size | wm4 | 2020-02-16 | 1 | -3/+8 |
* | manpage: improve command_native_async description | wm4 | 2020-02-16 | 1 | -6/+13 |
* | subprocess: implement proper detached processes on POSIX | wm4 | 2020-02-16 | 3 | -10/+66 |
* | subprocess: change to a fancier API | wm4 | 2020-02-16 | 3 | -83/+185 |
* | f_lavfi: don't propagate filter failure if creation fails | wm4 | 2020-02-16 | 1 | -3/+0 |
* | f_auto_filters: always fall back to hw-download+yadif if no hw deint filter | wm4 | 2020-02-16 | 1 | -3/+8 |
* | Remove remains of Libav compatibility | wm4 | 2020-02-16 | 21 | -257/+31 |
* | sub: add an option to filter subtitles by regex | wm4 | 2020-02-16 | 7 | -0/+160 |
* | sub: make filter_sdh a "proper" filter, allow runtime changes | wm4 | 2020-02-16 | 9 | -50/+217 |
* | TOOLS/lua/autoload.lua: update script comments | Thomas Carmichael | 2020-02-15 | 1 | -6/+6 |
* | manpage: fix a case of broken indentation | wm4 | 2020-02-15 | 1 | -15/+16 |
* | ytdl_hook.lua: delay load subtitles | wm4 | 2020-02-15 | 1 | -2/+12 |
* | f_decoder_wrapper, sd_add: accept "null" codec | wm4 | 2020-02-15 | 2 | -2/+12 |
* | edl: add mechanism for delay loading streams | wm4 | 2020-02-15 | 5 | -33/+219 |
* | demux_edl: warn if no_clip is used with multiple parts | wm4 | 2020-02-15 | 2 | -1/+5 |
* | demux_edl: allow a redundant new_stream at the beginning | wm4 | 2020-02-15 | 2 | -1/+16 |
* | demux_edl: accept protocol entries in EDL entries again | wm4 | 2020-02-15 | 1 | -1/+4 |
* | demux_edl: improve parsing slightly | wm4 | 2020-02-15 | 2 | -46/+101 |
* | demux_timeline: fix another cursed memory management issue | wm4 | 2020-02-15 | 1 | -3/+7 |
* | demux_timeline: fix a comment | wm4 | 2020-02-15 | 1 | -2/+2 |
* | demux_timeline: reorder some functions | wm4 | 2020-02-15 | 1 | -157/+153 |
* | msg: slightly improve --msg-time output | wm4 | 2020-02-14 | 2 | -2/+5 |
* | stream: early-out in stream_seek_skip() if nothing is skipped | wm4 | 2020-02-14 | 1 | -2/+7 |
* | stream_file: cache file size | wm4 | 2020-02-14 | 1 | -4/+11 |
* | manpage: clarify --player-operation-mode | wm4 | 2020-02-14 | 2 | -6/+13 |
* | wayland: make resizing better | Dudemanguy | 2020-02-13 | 2 | -6/+32 |
* | audio: slightly simplify pull underrun message printing | wm4 | 2020-02-13 | 3 | -20/+11 |
* | wayland: fix autofit and rotating issues | Dudemanguy | 2020-02-13 | 1 | -5/+7 |
* | player: consider audio buffer if AO driver does not report underruns | wm4 | 2020-02-13 | 8 | -23/+25 |
* | ao: avoid unnecessary wakeups | wm4 | 2020-02-13 | 3 | -9/+14 |
* | zimg: fix previous odd sizes commit | wm4 | 2020-02-13 | 1 | -4/+2 |
* | manpage: fix typo on sub-end | wm4 | 2020-02-12 | 1 | -1/+1 |
* | sws_utils: use zimg by default if available | wm4 | 2020-02-12 | 3 | -7/+6 |
* | zimg: correct output to odd (chroma un-aligned) sizes | wm4 | 2020-02-12 | 1 | -10/+18 |
* | zimg: fix typos in a comment | wm4 | 2020-02-12 | 1 | -3/+2 |
* | vo_drm, wo_wlshm: mention that it's software scaling | wm4 | 2020-02-11 | 2 | -2/+2 |
* | vo_x11: don't call X11 "crap" | wm4 | 2020-02-11 | 1 | -1/+1 |
* | zimg: add pal8 unpacker | wm4 | 2020-02-10 | 1 | -0/+39 |
* | img_format: add alias for ffmpeg pal8 format | wm4 | 2020-02-10 | 2 | -0/+4 |
* | manpage: add some blabla about zimg speed vs. libswscale | wm4 | 2020-02-10 | 1 | -1/+10 |
* | zimg: rename zplanes field | wm4 | 2020-02-10 | 1 | -4/+4 |
* | zimg: support gray/alpha conversion | wm4 | 2020-02-10 | 1 | -6/+19 |
* | zimg: fix some confusion about plane permutation | wm4 | 2020-02-10 | 1 | -4/+9 |
* | img_format: add gray/alpha planar formats | wm4 | 2020-02-10 | 3 | -2/+88 |
* | zimg: add alpha support | wm4 | 2020-02-09 | 2 | -18/+69 |
* | vo: fix typo in comment | wm4 | 2020-02-09 | 1 | -1/+1 |
* | vf_format: add w, h parameters | wm4 | 2020-02-09 | 2 | -3/+15 |
* | sub: enhance SDH filtering | Dan Oscarsson | 2020-02-09 | 1 | -0/+8 |
* | github: fix a typo in the contact links info | der richter | 2020-02-09 | 1 | -2/+2 |
* | github: ask users to first reproduce the issue with --no-config | der richter | 2020-02-09 | 4 | -0/+12 |
* | mac: always include the macOS config when cocoa is available | der richter | 2020-02-09 | 1 | -1/+1 |
* | bash completion: complete ao/af/vo/vf options | Philip Langdale | 2020-02-08 | 1 | -1/+1 |