| Commit message (Expand) | Author | Age | Files | Lines |
* | half-working alpha on windowswin32-alpha | wm4 | 2015-12-19 | 2 | -3/+25 |
* | vo_opengl: cocoa: output premultiplied alpha | wm4 | 2015-12-19 | 3 | -0/+4 |
* | vo_opengl: prefix per-backend source files with context_ | wm4 | 2015-12-19 | 13 | -13/+13 |
* | vo_opengl: split backend code from common.c to context.c | wm4 | 2015-12-19 | 16 | -275/+345 |
* | vo_opengl: x11egl: retrieve framebuffer depth | wm4 | 2015-12-19 | 6 | -2/+56 |
* | vo_opengl: refactor how framebuffer depth is passed from backends | wm4 | 2015-12-19 | 7 | -30/+22 |
* | vo_opengl: cocoa: implement alpha window support | wm4 | 2015-12-19 | 2 | -2/+11 |
* | man: fix grammar issues | Martin Herkt | 2015-12-19 | 9 | -65/+71 |
* | vo_opengl: fix "win" backend name | wm4 | 2015-12-19 | 1 | -1/+1 |
* | csputils: update MP_STEREO3D_COUNT | Paul B Mahol | 2015-12-19 | 1 | -1/+1 |
* | csputils: let mpv recognise frame sequenced 3D matroska videos | Paul B Mahol | 2015-12-18 | 1 | -0/+2 |
* | vf_stereo3d: add alternating modes | Paul B Mahol | 2015-12-18 | 1 | -0/+4 |
* | sub: remove unused video width/height headers | wm4 | 2015-12-18 | 4 | -17/+0 |
* | sub: rename sd_lavc_conv.c to lavc_conv.c | wm4 | 2015-12-18 | 3 | -2/+2 |
* | sub: remove subtitle filter chain concept | wm4 | 2015-12-18 | 6 | -293/+122 |
* | sub: do not clear subtitle list on seeking | wm4 | 2015-12-18 | 4 | -28/+38 |
* | demux: check embedded cuesheet refers to only one file | Kevin Mitchell | 2015-12-17 | 3 | -4/+25 |
* | demux_cue: remove cue tracks which have a null filename. | Kevin Mitchell | 2015-12-17 | 1 | -2/+12 |
* | demux_lavf: minor cleanups | wm4 | 2015-12-17 | 1 | -13/+5 |
* | sd_ass: remove dead code | wm4 | 2015-12-17 | 3 | -65/+7 |
* | sub: detect charset in demuxer | wm4 | 2015-12-17 | 5 | -51/+40 |
* | sub: remove sd_srt.c | wm4 | 2015-12-15 | 4 | -481/+0 |
* | sub: remove sd_microdvd.c | wm4 | 2015-12-15 | 4 | -348/+0 |
* | sub: remove sd_lavf_srt.c | wm4 | 2015-12-15 | 4 | -98/+0 |
* | sub: remove sd_movtext.c | wm4 | 2015-12-15 | 5 | -69/+13 |
* | vo_opengl: dxinterop: prevent crash after lost device | James Ross-Gowan | 2015-12-14 | 1 | -0/+13 |
* | vo_opengl: dxinterop: prevent crash with 0-size window | James Ross-Gowan | 2015-12-14 | 1 | -2/+3 |
* | vo_opengl: enable brightness/contrast controls for RGB | wm4 | 2015-12-12 | 2 | -9/+14 |
* | mixer: fix volume initialization with --af=volume | wm4 | 2015-12-11 | 1 | -0/+2 |
* | mixer: minor simplification | wm4 | 2015-12-11 | 1 | -4/+7 |
* | vo_opengl: add dxinterop backend | James Ross-Gowan | 2015-12-11 | 7 | -1/+689 |
* | demux: remove old subtitle parser | wm4 | 2015-12-10 | 4 | -842/+0 |
* | stream: drop PVR support | wm4 | 2015-12-10 | 8 | -1694/+0 |
* | player: init playback speed correctly | wm4 | 2015-12-10 | 1 | -0/+2 |
* | vo_opengl: remove one more XYZ special-case | wm4 | 2015-12-09 | 1 | -7/+2 |
* | vo_opengl: fix precision loss of fruit dithering matrix | Bin Jin | 2015-12-09 | 1 | -2/+9 |
* | csputils: rename "yuv2rgb" functions | wm4 | 2015-12-09 | 8 | -15/+15 |
* | csputils, vo_opengl: remove XYZ special case in color matrix retrieval | wm4 | 2015-12-09 | 3 | -14/+8 |
* | csputils: remove obscure int_bits matrix scaling | wm4 | 2015-12-09 | 5 | -37/+22 |
* | vo_opengl: fix shader compilation regression | wm4 | 2015-12-08 | 2 | -4/+5 |
* | sub: increase gap/overlap fixing threshold to 210ms | wm4 | 2015-12-07 | 2 | -3/+3 |
* | vo_opengl: enable colormatrix even for RGB input | wm4 | 2015-12-07 | 1 | -15/+13 |
* | vo_opengl: fix issues with some obscure pixel formats | wm4 | 2015-12-07 | 5 | -11/+39 |
* | vo_opengl: decrease default lookup texture size to 64 | Bin Jin | 2015-12-07 | 2 | -4/+4 |
* | vo_opengl: make LOOKUP_TEXTURE_SIZE configurable | Bin Jin | 2015-12-07 | 3 | -4/+14 |
* | vo_opengl: Fix minor LUT sampling error | Bin Jin | 2015-12-07 | 3 | -11/+22 |
* | filter_kernels: add warnings for potential LUT sampling error | Bin Jin | 2015-12-07 | 1 | -0/+6 |
* | cocoa: fix recent regression | wm4 | 2015-12-07 | 1 | -4/+6 |
* | win32: add option to set VO MMCSS profile | wm4 | 2015-12-06 | 5 | -1/+17 |
* | vo: get rid of vo_get_window_title() | wm4 | 2015-12-06 | 6 | -34/+28 |
* | sd_ass: slightly better heuristic for applying --sub-fix-timing | wm4 | 2015-12-06 | 1 | -1/+10 |
* | sub: another minor simplification | wm4 | 2015-12-06 | 1 | -6/+5 |
* | manpage: reflect recent subtitle changes | wm4 | 2015-12-06 | 2 | -10/+10 |
* | sub: minor simplifications | wm4 | 2015-12-05 | 1 | -30/+10 |
* | sub: move subtitle FPS adjustment to sd_ass.c | wm4 | 2015-12-05 | 3 | -31/+28 |
* | sub: move --sub-fix-timing handling to renderer | wm4 | 2015-12-05 | 2 | -36/+69 |
* | sd_lavc: remove small gaps between subtitles | wm4 | 2015-12-05 | 3 | -2/+10 |
* | sd_lavc: discard empty subtitles and improve sub_seek behavior | wm4 | 2015-12-05 | 1 | -27/+49 |
* | sd_lavc: implement sub_step/sub_seek | wm4 | 2015-12-05 | 1 | -0/+76 |
* | sub: allow feeding bitmap subs in advance | wm4 | 2015-12-05 | 5 | -10/+46 |
* | vd_lavc: fix avctx NULL checks | wm4 | 2015-12-05 | 1 | -1/+4 |
* | player: remove redundant check | wm4 | 2015-12-05 | 1 | -1/+1 |
* | vo_opengl_cb: avoid NULL pointer deref in corner cases | wm4 | 2015-12-05 | 1 | -1/+2 |
* | msg: remove redundant condition | wm4 | 2015-12-05 | 1 | -1/+1 |
* | vo_opengl: improve boundary check for polar filters | Bin Jin | 2015-12-05 | 1 | -2/+2 |
* | win32: fix console output with raw stdio functions | James Ross-Gowan | 2015-12-06 | 1 | -8/+7 |
* | player: don't make display-sync panic on timestamp discontinuities | wm4 | 2015-12-04 | 1 | -2/+2 |
* | player: resync audio only on larger timestamp discontinuities | wm4 | 2015-12-04 | 1 | -2/+2 |
* | win32: enable internal pthreads wrapper by default | wm4 | 2015-12-04 | 1 | -1/+0 |
* | win32: remove dwmapi.dll dynamic loading | wm4 | 2015-12-04 | 2 | -35/+6 |
* | filter_kernels: remove redundant corner case check | Bin Jin | 2015-12-04 | 1 | -1/+0 |
* | examples/qt_opengl: Use fbo of the widget and not the thread context | commander kotori | 2015-12-03 | 1 | -1/+1 |
* | examples/qt_opengl: remove redundant time-start property fetch | commander kotori | 2015-12-03 | 1 | -2/+1 |
* | vo_opengl: require --enable-gpl3 for nnedi | wm4 | 2015-12-03 | 6 | -2/+40 |
* | client API: disallow masking MPV_EVENT_SHUTDOWN | wm4 | 2015-12-02 | 1 | -0/+2 |
* | video: readd codec delay estimation | wm4 | 2015-12-02 | 3 | -0/+18 |
* | vo_opengl: fix backend=x11 on Intel | wm4 | 2015-12-02 | 1 | -1/+1 |
* | vo_opengl: add credits to NNEDI3 shader | Bin Jin | 2015-12-02 | 1 | -0/+16 |
* | vo_opengl: enable NNEDI3 prescaler on OpenGL ES 3.0 | Bin Jin | 2015-12-02 | 4 | -16/+21 |
* | path: cosmetics | lzmths | 2015-12-02 | 1 | -3/+5 |
* | manpage: fix a command name | wm4 | 2015-12-01 | 1 | -1/+1 |
* | build: install scalable svg icon as well | Christian Hesse | 2015-12-01 | 1 | -0/+4 |
* | manpage: ' can't be used for quoting | wm4 | 2015-11-30 | 1 | -2/+2 |
* | vo_opengl_cb: pass mpv_global to gl_video | wm4 | 2015-11-30 | 1 | -1/+1 |
* | manpage: explain behavior of "path" property | wm4 | 2015-11-29 | 1 | -1/+5 |
* | osd: do not let OSD messages overwrite --osd-msgN text | wm4 | 2015-11-29 | 1 | -14/+8 |
* | vo: cosmetics: split function | wm4 | 2015-11-29 | 1 | -41/+56 |
* | vo: make using estimated FPS more conservative | wm4 | 2015-11-29 | 1 | -0/+6 |
* | vo: remove redundant and broken code | wm4 | 2015-11-29 | 1 | -2/+0 |
* | sub: remove unused function, move another one | wm4 | 2015-11-29 | 3 | -40/+24 |
* | osd: fix and cleanup font style management | wm4 | 2015-11-29 | 2 | -48/+62 |
* | DOCS/interface-changes: add some recent changes | wm4 | 2015-11-29 | 1 | -1/+3 |
* | vo_opengl: make tscale=mitchell:tscale-clamp the default | wm4 | 2015-11-29 | 2 | -3/+5 |
* | vo_opengl: warn if interpolation is enabled, but not display-sync | wm4 | 2015-11-28 | 1 | -0/+10 |
* | osd: use the same ASS_Renderer for OSD text and progbar | wm4 | 2015-11-28 | 4 | -32/+43 |
* | vo: report when switching back to system-reported FPS too | wm4 | 2015-11-28 | 1 | -4/+11 |
* | vo: wait longer before abandoning system-reported display-fps | wm4 | 2015-11-28 | 1 | -1/+4 |
* | vo_opengl: fix interpolation with display-sync | wm4 | 2015-11-28 | 3 | -13/+11 |
* | player: fix commit 50bb209a | wm4 | 2015-11-28 | 1 | -1/+1 |
* | vo: change vo_frame field units | wm4 | 2015-11-27 | 4 | -10/+8 |
* | vo: switch back to system-reported display FPS if possible | wm4 | 2015-11-27 | 1 | -8/+10 |
* | vo: factor redundant timer calls | wm4 | 2015-11-27 | 1 | -3/+4 |
* | vo: fix audio-timing framedrop regressions | wm4 | 2015-11-27 | 1 | -4/+5 |
* | ao: disambiguate default device list entries | wm4 | 2015-11-27 | 1 | -2/+6 |
* | player: always disable display-sync on desyncs | wm4 | 2015-11-27 | 2 | -22/+13 |
* | vo: disregard system-reported display FPS if it's too imprecise | wm4 | 2015-11-27 | 1 | -13/+42 |
* | vo: improve vsync delay detection | wm4 | 2015-11-27 | 1 | -9/+15 |
* | player: make display-vdrop mode do what the manpage claims | wm4 | 2015-11-26 | 1 | -4/+7 |
* | w32_common: implement icc-profile-auto | James Ross-Gowan | 2015-11-26 | 2 | -8/+52 |
* | af_lavrresample: fix build on Libav | wm4 | 2015-11-26 | 1 | -1/+1 |
* | vo: smooth out reported vsync time | wm4 | 2015-11-25 | 1 | -18/+23 |
* | vo: add new frame drop detection | wm4 | 2015-11-25 | 1 | -0/+15 |
* | vo: do not use display FPS for framedrop | wm4 | 2015-11-25 | 2 | -43/+6 |
* | vo_opengl: disable interpolation without display-sync | wm4 | 2015-11-25 | 5 | -33/+14 |
* | command, vo: add estimated-display-fps property | wm4 | 2015-11-25 | 4 | -1/+117 |
* | player: log some more display-sync information | wm4 | 2015-11-25 | 1 | -3/+6 |
* | af_lavrresample: clamp float output to range | wm4 | 2015-11-25 | 1 | -0/+12 |
* | vo_rpi: set aspect ratio | wm4 | 2015-11-25 | 1 | -5/+8 |
* | vo_rpi: log subtitle render time | wm4 | 2015-11-25 | 1 | -0/+4 |
* | vo_rpi: add an option to disable OSD | wm4 | 2015-11-25 | 2 | -19/+29 |
* | vo_opengl: win32: test for exclusive mode | James Ross-Gowan | 2015-11-26 | 4 | -0/+130 |
* | vo_opengl: angle: don't load libGLESv2.dll | James Ross-Gowan | 2015-11-26 | 1 | -17/+1 |
* | ao_alsa: filter audio device list | wm4 | 2015-11-24 | 1 | -1/+15 |
* | ao_alsa: list bidirectional devices too | wm4 | 2015-11-24 | 1 | -1/+1 |
* | ao_wasapi: get rid of Vistablob hack | Kevin Mitchell | 2015-11-24 | 4 | -51/+6 |
* | manpage: deinterlace is now the lowercase d | Kevin Mitchell | 2015-11-23 | 3 | -8/+8 |
* | vo: remove VOCTRL_GET_RECENT_FLIP_TIME | wm4 | 2015-11-23 | 4 | -19/+1 |
* | demux: fix seeking in .ts | wm4 | 2015-11-23 | 1 | -1/+1 |
* | dxva2: reject 10 bit HEVC | wm4 | 2015-11-23 | 1 | -0/+4 |
* | manpage: clarify correct-downscaling description | wm4 | 2015-11-23 | 1 | -1/+2 |
* | win32: don't show progress indicator in idle mode | James Ross-Gowan | 2015-11-23 | 3 | -6/+16 |
* | sd_ass: fix secondary subtitle mode | wm4 | 2015-11-22 | 1 | -1/+1 |
* | command: export some per-video-frame information | wm4 | 2015-11-22 | 2 | -0/+38 |
* | README: add something about system requirements | wm4 | 2015-11-22 | 1 | -0/+16 |
* | vo_opengl: fix superxbr on GLES | wm4 | 2015-11-21 | 1 | -6/+6 |
* | vo_opengl: angle: allow using D3D9 backend | wm4 | 2015-11-21 | 1 | -22/+31 |
* | vo_opengl: use ANGLE by default if available (except for "hq" preset) | wm4 | 2015-11-21 | 4 | -14/+29 |
* | old-configure: add a missing config.h entry | wm4 | 2015-11-19 | 1 | -0/+1 |
* | vo_opengl: enable dumb-mode automatically if possible | wm4 | 2015-11-19 | 2 | -7/+48 |
* | vo_opengl: support 3D textures on ANGLE | wm4 | 2015-11-19 | 2 | -3/+13 |
* | vo_opengl: switch FBO format on GLES | wm4 | 2015-11-19 | 2 | -6/+13 |
* | vo_opengl: make 1D textures completely optional | wm4 | 2015-11-19 | 2 | -5/+6 |
* | vo_opengl: fix some more GLES shader issues | wm4 | 2015-11-19 | 1 | -6/+6 |
* | vo_opengl: create FBOs in a more GLES conformant way | wm4 | 2015-11-19 | 1 | -2/+40 |
* | vo_opengl: better check for float texture support | wm4 | 2015-11-19 | 1 | -7/+8 |
* | vo_opengl: check shader string before sscanfing it | Kevin Mitchell | 2015-11-19 | 1 | -1/+1 |
* | vo_opengl: add missing log newline | Kevin Mitchell | 2015-11-19 | 1 | -1/+1 |
* | ao_wasapi: only report per-app volume in shared mode | Kevin Mitchell | 2015-11-19 | 1 | -1/+2 |
* | vo_opengl: add RGBA8 framebuffer format, enable non-dumb mode for ES 3.0 | wm4 | 2015-11-19 | 1 | -1/+2 |
* | vo_opengl: don't mix floats and integers in dither shader | wm4 | 2015-11-19 | 1 | -3/+3 |
* | vo_opengl: fix ANGLE GLES3 mode | James Ross-Gowan | 2015-11-19 | 2 | -2/+9 |
* | ao_wasapi: work around DTS passthrough failure | wm4 | 2015-11-19 | 1 | -1/+18 |
* | x11: request bypassing compositor | wm4 | 2015-11-18 | 4 | -0/+13 |
* | player: replace mistimed-frame-count with vsync-ratio on status line | wm4 | 2015-11-18 | 2 | -6/+10 |
* | player: make timeline switching slightly nicer | wm4 | 2015-11-18 | 3 | -30/+27 |
* | .gitignore: add nnedi3_weights.inc | wm4 | 2015-11-18 | 1 | -0/+1 |
* | ao_openal: fix sign of speaker angle in comment | Kevin Mitchell | 2015-11-18 | 1 | -1/+1 |
* | ao_openal: fix virtual speaker positioning | Justas LaviĊĦius | 2015-11-18 | 1 | -10/+10 |
* | manpage: fix typo in vd-lavc-o example | Ellis Berner | 2015-11-18 | 1 | -1/+1 |
* | manpage: fix a typo | wm4 | 2015-11-18 | 1 | -1/+1 |
* | vo_opengl: add initial ANGLE support | James Ross-Gowan | 2015-11-18 | 4 | -0/+228 |
* | input.conf: add default bindings for changing window scale | wm4 | 2015-11-17 | 2 | -9/+8 |
* | demux_mkv: fix incremental indexing with single-keyframe files | wm4 | 2015-11-17 | 1 | -2/+1 |
* | videotoolbox: make decoder format customizable | wm4 | 2015-11-17 | 9 | -13/+54 |
* | vo_opengl: osx: error out if there is no IOSurface | wm4 | 2015-11-17 | 1 | -0/+4 |
* | ao_openal: accommodate more sample formats | Kevin Mitchell | 2015-11-17 | 1 | -7/+44 |
* | ao_openal: move uninit before init | Kevin Mitchell | 2015-11-17 | 1 | -12/+12 |
* | player: remove OSD subtitle render path | wm4 | 2015-11-17 | 10 | -127/+90 |
* | player: use demuxer ts offset to simplify timeline ts handling | wm4 | 2015-11-16 | 10 | -47/+16 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 13 | -44/+79 |
* | vo_opengl: force dumb mode if RG textures are not available | wm4 | 2015-11-16 | 1 | -3/+3 |
* | README: suggest uchardet instead of Enca as dependency | wm4 | 2015-11-16 | 1 | -1/+1 |
* | sub: remove an unneeded old hack for MicroDVD | wm4 | 2015-11-16 | 1 | -11/+0 |
* | vo_opengl: attempt to improve GLX vs. EGL backend detection | wm4 | 2015-11-16 | 3 | -37/+57 |
* | vo_opengl: fix backend autoprobing | wm4 | 2015-11-16 | 1 | -0/+9 |
* | win32: support taskbar button progress indicator | Martin Herkt | 2015-11-15 | 5 | -0/+67 |
* | vo_opengl: use glBlitFramebuffer to draw repeated frames | wm4 | 2015-11-15 | 3 | -16/+27 |
* | vo: fix unpausing with display-sync | wm4 | 2015-11-15 | 1 | -5/+3 |
* | vo: fix dropping frames with display-sync | wm4 | 2015-11-14 | 1 | -2/+0 |
* | player: account for minor VO underruns | wm4 | 2015-11-14 | 3 | -12/+18 |
* | player: remove unused field | wm4 | 2015-11-14 | 2 | -2/+0 |
* | player: fix audio drift computation at different playback speeds | wm4 | 2015-11-14 | 1 | -8/+9 |
* | player: stricter framedrop threshold | wm4 | 2015-11-13 | 1 | -3/+2 |
* | player: try to compensate actual audio drift | wm4 | 2015-11-13 | 2 | -0/+41 |
* | player: change display-sync audio speed only if needed | wm4 | 2015-11-13 | 1 | -38/+48 |
* | player: remove display_sync_disable_counter | wm4 | 2015-11-13 | 2 | -11/+8 |
* | command: add vsync-ratio property | wm4 | 2015-11-13 | 5 | -6/+42 |
* | player: compute required display-sync speed change differently | wm4 | 2015-11-13 | 1 | -22/+36 |
* | player: smooth out frame durations by averaging them | wm4 | 2015-11-13 | 1 | -1/+1 |
* | player: refactor display-sync frame duration calculations | wm4 | 2015-11-13 | 5 | -134/+98 |
* | player: always require a future frame with display-sync enabled | wm4 | 2015-11-13 | 1 | -2/+6 |
* | command: rename vo-missed-frame-count property | wm4 | 2015-11-13 | 6 | -25/+22 |
* | win32: avoid detection as exclusive fullscreen window | Martin Herkt | 2015-11-13 | 2 | -1/+5 |
* | vo_opengl_cb: do not block on flipping when redrawing | wm4 | 2015-11-12 | 1 | -0/+5 |
* | build: make vaapi-wayland depend on gl-wayland | wm4 | 2015-11-12 | 1 | -1/+1 |
* | demux_libass: remove this demuxer | wm4 | 2015-11-11 | 6 | -138/+1 |
* | demux_lavf: mark ASS tracks as always UTF-8 | wm4 | 2015-11-11 | 1 | -0/+4 |
* | player: less naive rounding | wm4 | 2015-11-11 | 1 | -1/+1 |
* | drm: fix setting up connectors | rr- | 2015-11-11 | 1 | -1/+1 |
* | af_lavrresample: simplify set_compensation usage | wm4 | 2015-11-11 | 1 | -13/+12 |
* | player: silence sporadic error messages on audio init | wm4 | 2015-11-10 | 1 | -1/+1 |
* | vd_lavc: be more careful with flushing the decoder | wm4 | 2015-11-10 | 2 | -5/+22 |
* | vo_opengl: move the glFlush() call to the renderer | wm4 | 2015-11-10 | 2 | -5/+5 |
* | vo_opengl_cb: better underflow reporting | wm4 | 2015-11-10 | 1 | -6/+12 |
* | vo_opengl: limit GLSL to version 3.3 | wm4 | 2015-11-10 | 1 | -0/+2 |
* | stream_libarchive: make libarchive seek callback lazy | Kevin Mitchell | 2015-11-09 | 1 | -3/+22 |
* | stream_libarchive: add multivolume support | Kevin Mitchell | 2015-11-09 | 2 | -16/+156 |
* | libarchive: remove redundant log prefix | Kevin Mitchell | 2015-11-09 | 2 | -4/+4 |
* | external_files: deduplicate bstr functions | Kevin Mitchell | 2015-11-09 | 1 | -20/+4 |
* | vo_opengl: fix 10-bit video prescaling | Bin Jin | 2015-11-09 | 5 | -24/+21 |
* | vo_opengl_cb: make operation more similar to normal VOs | wm4 | 2015-11-09 | 4 | -140/+61 |
* | vo_opengl: handle GL_ARB_uniform_buffer_object with low GLSL versions | wm4 | 2015-11-09 | 5 | -6/+19 |
* | vo_opengl: fix extension name | wm4 | 2015-11-09 | 1 | -1/+1 |
* | vo_opengl: simplify GLSL version detection | wm4 | 2015-11-09 | 1 | -10/+4 |
* | command: make display-fps property writable | wm4 | 2015-11-09 | 2 | -8/+10 |
* | vo_opengl: never load vaapi GLX interop by default | wm4 | 2015-11-09 | 5 | -8/+8 |
* | vo_opengl: always preload hwdec interop | wm4 | 2015-11-09 | 1 | -3/+6 |
* | vo_opengl: rename "drm_egl" to "drm-egl" | wm4 | 2015-11-09 | 2 | -3/+3 |
* | vo_opengl: disable drm_egl autopickup | rr- | 2015-11-09 | 1 | -0/+4 |
* | dec_audio: add missing include | wm4 | 2015-11-08 | 1 | -0/+1 |
* | win32: request MMCSS "Playback" profile | wm4 | 2015-11-08 | 2 | -1/+11 |
* | manpage: remove examples and authors section | wm4 | 2015-11-08 | 1 | -46/+0 |
* | manpage: slightly improve configuration files section | wm4 | 2015-11-08 | 1 | -2/+3 |
* | audio: interpolate audio timestamps | wm4 | 2015-11-08 | 1 | -2/+12 |
* | audio: move PTS setting out of the decoder | wm4 | 2015-11-08 | 4 | -18/+16 |
* | vo_drm: relicense to LGPL | rr- | 2015-11-08 | 3 | -10/+15 |
* | vo_drm: use bool rather than integer return values | rr- | 2015-11-08 | 4 | -78/+60 |
* | vo_opengl: add DRM EGL backend | rr- | 2015-11-08 | 6 | -8/+467 |
* | vo_drm: move initialization to drm_common | rr- | 2015-11-08 | 3 | -219/+278 |
* | vo_opengl: fix typo | rr- | 2015-11-07 | 1 | -1/+1 |
* | vo_opengl: rename fancy-downscaling to correct-downscaling | wm4 | 2015-11-07 | 3 | -12/+11 |
* | vo_opengl: fancy-downscaling: enable also for anamorphic clips | Avi Halachmi (:avih) | 2015-11-07 | 2 | -7/+12 |
* | x11: print Xlib errors in verbose mode if Xlib messages are silenced | wm4 | 2015-11-07 | 1 | -9/+5 |
* | demux_mkv: remove --demuxer-mkv-fix-timestamps | wm4 | 2015-11-07 | 2 | -29/+1 |
* | chmap: remove MPlayer layouts | wm4 | 2015-11-07 | 4 | -39/+0 |
* | ao_jack: remove "alsa" std-channel-layout choice | wm4 | 2015-11-07 | 2 | -11/+4 |
* | ao_alsa: remove the last bits of legacy channel map fallback | wm4 | 2015-11-07 | 1 | -3/+1 |
* | audio: fix af_fmt_change_bytes() with spdif formats | wm4 | 2015-11-07 | 1 | -1/+1 |
* | vo_opengl: x11: silence error messages when using legacy GL context | wm4 | 2015-11-06 | 3 | -2/+16 |
* | Remove some VLAs | wm4 | 2015-11-06 | 5 | -32/+24 |
* | w32: use DisplayConfig API to retrieve correct monitor refresh rate | James Ross-Gowan | 2015-11-06 | 5 | -19/+303 |
* | w32: always get screenrc from an HMONITOR | James Ross-Gowan | 2015-11-06 | 1 | -21/+41 |
* | w32: remove Win95 and NT4 monitor code | James Ross-Gowan | 2015-11-06 | 1 | -25/+4 |
* | video: increase avi pts buffer size | wm4 | 2015-11-06 | 1 | -1/+1 |
* | vo_opengl: simplify function loader slightly | wm4 | 2015-11-06 | 1 | -6/+0 |
* | vo_opengl: glBindBufferBase is not part of GL 2.1/GLES 2.0 | wm4 | 2015-11-06 | 2 | -2/+2 |
* | demux_mkv: dump mixing/writing app fields in verbose log | wm4 | 2015-11-06 | 1 | -0/+4 |
* | old-makefile: update with latest source additions | wm4 | 2015-11-05 | 1 | -0/+6 |
* | vo_opengl: implement NNEDI3 prescaler | Bin Jin | 2015-11-05 | 11 | -5/+403 |
* | file2string: mark question mark as non-safe | Bin Jin | 2015-11-05 | 1 | -2/+2 |
* | vo_opengl: add Super-xBR filter for upscaling | Bin Jin | 2015-11-05 | 8 | -7/+538 |
* | vo_opengl: make image size dynamic during rendering | Bin Jin | 2015-11-05 | 1 | -24/+33 |
* | options: enable mpeg2 hw decoding by default if hw decoding is requested | wm4 | 2015-11-05 | 2 | -4/+4 |
* | rpi: add support for codecs other than h264 | wm4 | 2015-11-05 | 3 | -7/+20 |
* | vo_vdpau: check VDP_RGBA_FORMAT_A8 support | wm4 | 2015-11-04 | 1 | -2/+6 |
* | player: use input instead of output format for spdif check | wm4 | 2015-11-04 | 1 | -1/+1 |
* | audio: do not require full audio chain reinit for speed changes | wm4 | 2015-11-04 | 2 | -60/+66 |
* | player: move audio speed adjustment code | wm4 | 2015-11-04 | 1 | -54/+60 |
* | af_lavcac3enc: simplify/fix AVPacket handling | wm4 | 2015-11-04 | 1 | -16/+21 |
* | audio: strictly align audio on spdif frames | wm4 | 2015-11-04 | 1 | -3/+7 |
* | options: handle terminal/logging settings eagerly | wm4 | 2015-11-04 | 5 | -19/+29 |
* | vo_opengl_cb: log some events | wm4 | 2015-11-04 | 1 | -0/+4 |
* | vo_opengl, vo_opengl_cb: drop unneeded vo_frame fields | wm4 | 2015-11-04 | 4 | -28/+6 |
* | ao_alsa: fix 7.1 over HDMI | wm4 | 2015-11-04 | 1 | -0/+26 |
* | ao_alsa: map mp_chmaps back to ALSA in a different way | wm4 | 2015-11-04 | 1 | -39/+54 |
* | ao_alsa: print more chmap info at debug verbosity | wm4 | 2015-11-04 | 1 | -9/+11 |
* | Revert "af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA" | wm4 | 2015-11-04 | 1 | -28/+5 |
* | TOOLS/gen-x11-icon.sh: fix for recent ImageMagick | James Ross-Gowan | 2015-11-04 | 1 | -1/+1 |
* | player: fix display-sync adrop speed limiting | wm4 | 2015-11-04 | 1 | -1/+2 |
* | vo: do not go to sleep if there's a new frame queued | wm4 | 2015-11-03 | 1 | -3/+3 |
* | player: limit speed change in display-sync adrop mode | wm4 | 2015-11-03 | 2 | -0/+9 |
* | vd_lavc: make hwdec fallback more tolerant | wm4 | 2015-11-03 | 3 | -8/+17 |
* | vo: fix display-sync frame drop accounting again | wm4 | 2015-11-03 | 1 | -1/+1 |
* | af_lavrresample: don't drop sl/sr channels for 7.1 on ALSA | wm4 | 2015-11-03 | 2 | -6/+29 |
* | ao_alsa: minor cleanups | wm4 | 2015-11-03 | 1 | -34/+18 |
* | ao_alsa: simplify dmix non-NA hack | wm4 | 2015-11-03 | 1 | -58/+43 |
* | ao_alsa: move channel map setting code out of main init function | wm4 | 2015-11-03 | 1 | -104/+125 |
* | ao_alsa: make failure of buffer parameter setting non-fatal | wm4 | 2015-11-03 | 1 | -4/+12 |
* | ao_alsa: disable resampling first thing | wm4 | 2015-11-03 | 1 | -7/+7 |
* | ao_alsa: set access type before format | wm4 | 2015-11-03 | 1 | -11/+13 |
* | ao_alsa: handle channel count mismatch safeguard after chmap negotiation | wm4 | 2015-11-03 | 1 | -12/+12 |
* | ao_alsa: apply non-NA fallback only if input is stereo | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: treat SND_CHMAP_UNKNOWN as NA channel too | wm4 | 2015-11-03 | 1 | -0/+1 |
* | ao_alsa: remove log message on pausing | wm4 | 2015-11-03 | 1 | -1/+2 |
* | vdpau: fix uninit when init fails | wm4 | 2015-11-01 | 2 | -5/+2 |
* | vo_opengl: win32: fix cross-compilation | wm4 | 2015-11-01 | 1 | -1/+1 |
* | vo_opengl: win32: always request MMCSS for DWM | wm4 | 2015-11-01 | 1 | -0/+5 |
* | vo_opengl: win32: try to enable DwmFlush by default | wm4 | 2015-11-01 | 3 | -11/+52 |
* | player: another fix to A/V difference calculation in display-sync mode | wm4 | 2015-11-01 | 1 | -1/+1 |
* | vo: fix no-audio mode with interpolation enabled/display-sync disabled | wm4 | 2015-11-01 | 1 | -1/+1 |
* | video: fix playback of pal8 | wm4 | 2015-11-01 | 1 | -1/+2 |
* | video: fix another A/V difference bug in display-sync mode | wm4 | 2015-10-31 | 1 | -2/+3 |
* | vo_direct3d: fix operation | wm4 | 2015-10-31 | 3 | -10/+3 |
* | SVG version of the icon (with symbolic counterpart) | Evgeny Kolesnikov | 2015-10-30 | 3 | -0/+352 |
* | vo_opengl: add vsync-fences option | wm4 | 2015-10-30 | 4 | -0/+41 |
* | vo_opengl: cosmetics: flip the order of 2 functions | wm4 | 2015-10-30 | 1 | -16/+16 |
* | vo_drm: uninstall signal handlers after quitting | rr- | 2015-10-30 | 1 | -0/+2 |
* | vo_drm: handle possible errors from sigaction | rr- | 2015-10-30 | 1 | -6/+17 |
* | vo_drm: check if signal already used | rr- | 2015-10-30 | 1 | -5/+23 |
* | stream/audio: fix unchecked strdups | wm4 | 2015-10-30 | 4 | -11/+23 |
* | command: add mistimed-frame-count property | wm4 | 2015-10-30 | 4 | -3/+26 |
* | video: fix framedrop accounting in display-sync mode | wm4 | 2015-10-30 | 2 | -2/+1 |
* | vo_opengl: cache frames only in display-sync mode | wm4 | 2015-10-30 | 1 | -1/+3 |
* | vo_opengl: do not attempt to cache frames in FBO in dumb-mode | wm4 | 2015-10-30 | 1 | -1/+1 |
* | manpage: briefly mention libmpv | wm4 | 2015-10-30 | 1 | -0/+9 |
* | vd_lavc: fix declarations | wm4 | 2015-10-30 | 1 | -6/+6 |
* | manpage: extend profile documentation | wm4 | 2015-10-29 | 1 | -1/+39 |
* | vo: take normal drop path when dropping in display-sync mode | wm4 | 2015-10-29 | 1 | -4/+3 |
* | vo_drm: show osd in audio only mode | Paul B Mahol | 2015-10-29 | 1 | -8/+13 |
* | player: raise display sync desync tolerance | wm4 | 2015-10-28 | 1 | -5/+2 |
* | player: reset AO stats on pause and other discontinuities | wm4 | 2015-10-28 | 1 | -1/+3 |
* | player: simplify display-adrop mode safeguard | wm4 | 2015-10-28 | 1 | -8/+1 |
* | player: minor refactor for A/V diff computation | wm4 | 2015-10-28 | 1 | -19/+27 |
* | player: fix display sync A/V difference estimation on drops | wm4 | 2015-10-28 | 1 | -0/+2 |
* | sub: remove use of semi-deprecated libass field | wm4 | 2015-10-28 | 1 | -1/+0 |
* | Replace deprecated av_free_packet() calls | wm4 | 2015-10-28 | 4 | -9/+9 |
* | demux_mkv: fix cluster skip with duration probing | wm4 | 2015-10-27 | 1 | -6/+7 |
* | vo: kill non-working missed frame detection | wm4 | 2015-10-27 | 1 | -6/+0 |
* | player: disable total-avsync-change update in display-sync mode | wm4 | 2015-10-27 | 1 | -0/+4 |
* | player: fix display-sync A/V calculation on high playback speeds | wm4 | 2015-10-27 | 1 | -0/+1 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 8 | -1/+66 |
* | player: simplify audio sync pts calculation | wm4 | 2015-10-27 | 1 | -1/+1 |
* | demux_mkv: fix duration probing for files with non-0 start time | wm4 | 2015-10-26 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: check for maximum channel count | wm4 | 2015-10-26 | 1 | -0/+6 |
* | client API: change error string if playback fails completely | wm4 | 2015-10-26 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: fallback to stereo on unknown channel layouts | wm4 | 2015-10-26 | 1 | -1/+10 |
* | ao_coreaudio_chmap: minor refactor | wm4 | 2015-10-26 | 1 | -26/+22 |
* | ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallback | wm4 | 2015-10-26 | 1 | -2/+5 |
* | ao_coreaudio: fix another minor memory leak | wm4 | 2015-10-26 | 1 | -1/+2 |
* | audio: bump maximum number of channels to 16 | wm4 | 2015-10-26 | 1 | -1/+1 |
* | audio: use AVFrames with more than 8 channels correctly | wm4 | 2015-10-26 | 3 | -8/+15 |
* | af_lavrresample: make planarization pass work with >8 channels | wm4 | 2015-10-26 | 1 | -4/+5 |
* | audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behavior | wm4 | 2015-10-26 | 1 | -2/+10 |
* | audio: always log channel maps before determining final map | wm4 | 2015-10-26 | 5 | -17/+33 |
* | ao_coreaudio: fix potential UB in error cases | wm4 | 2015-10-26 | 1 | -3/+2 |
* | ao_coreaudio_chmap: add more logging | wm4 | 2015-10-26 | 1 | -8/+10 |
* | af: prevent endless loop when removing filters due to spdif | wm4 | 2015-10-26 | 1 | -1/+2 |
* | ao_alsa: log format probing in verbose mode | wm4 | 2015-10-25 | 1 | -2/+1 |
* | vd_lavc: make software decoding fallback an option | Rodger Combs | 2015-10-25 | 2 | -1/+9 |
* | options: remove --use-text-osd | wm4 | 2015-10-24 | 5 | -17/+2 |
* | ytdl: disable --all-subs if "sub-lang" is in raw-options | Ricardo Constantino | 2015-10-24 | 1 | -1/+9 |
* | vo_opengl: remove source shader leftover | Bin Jin | 2015-10-24 | 2 | -3/+0 |
* | sd_lavc: take care of AVPicture deprecation | wm4 | 2015-10-23 | 3 | -3/+24 |
* | vo_opengl: always cache to an FBO when not interpolating | Niklas Haas | 2015-10-23 | 1 | -4/+29 |
* | vo: expose frame->num_vsyncs to the VO backend | Niklas Haas | 2015-10-23 | 1 | -1/+0 |
* | w32_common: disable IME | James Ross-Gowan | 2015-10-23 | 1 | -9/+16 |
* | vo_opengl: wayland: use a more standard symbol | wm4 | 2015-10-23 | 1 | -1/+2 |
* | vo_opengl: vaapi: fix compilation failure on older systems | wm4 | 2015-10-23 | 1 | -1/+2 |
* | command: make bitrate properties work correctly for external tracks | wm4 | 2015-10-23 | 1 | -2/+7 |
* | command: do not return 0 for bitrates if unknown | wm4 | 2015-10-23 | 2 | -2/+5 |
* | player: offset chapter display by start time | wm4 | 2015-10-23 | 1 | -1/+2 |
* | vo_opengl_cb: fix passing through some video equalizer properties | wm4 | 2015-10-23 | 1 | -2/+7 |
* | client API: fix typo and wording in a comment | wm4 | 2015-10-22 | 1 | -3/+3 |
* | demux: cosmetics: remove indirection | wm4 | 2015-10-22 | 1 | -4/+2 |
* | sub: adjust behavior on mismatching video/subtitle aspect mismatch | wm4 | 2015-10-21 | 1 | -7/+2 |
* | input: rename recently added HALF_SPACE | wm4 | 2015-10-21 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: fix build | wm4 | 2015-10-21 | 1 | -2/+2 |
* | input: add key name for U+3000 IDEOGRAPHIC SPACE | wm4 | 2015-10-21 | 1 | -0/+1 |
* | sd_lavc: extend subtitle resolution if images go outside | wm4 | 2015-10-21 | 1 | -0/+9 |
* | ao_coreaudio: do not accept unknown channel layouts | wm4 | 2015-10-21 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: deal with devices return different channel count | wm4 | 2015-10-21 | 3 | -1/+33 |
* | ao_coreaudio: avoid unnecessary format changes | wm4 | 2015-10-21 | 1 | -0/+6 |
* | ao_coreaudio: log current format before setting new format | wm4 | 2015-10-21 | 1 | -0/+2 |
* | ao_coreaudio: fix some minor memory leaks | wm4 | 2015-10-21 | 1 | -0/+6 |
* | vo_opengl: make the default debanding settings less excessive | Niklas Haas | 2015-10-21 | 2 | -8/+8 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 4 | -0/+15 |
* | TOOLS/autoload: avoid throwing an error when playing e.g. youtube | bitingsock | 2015-10-20 | 1 | -1/+6 |
* | ao_coreaudio: raise timeout for change-physical-format | wm4 | 2015-10-20 | 1 | -1/+1 |
* | Revert "vo_wayland: define opaque region" | Ricardo Vieira | 2015-10-20 | 1 | -9/+0 |
* | player: be slightly less prone to framedrop in display sync mode | wm4 | 2015-10-19 | 1 | -3/+7 |
* | player: do not use copysign() | wm4 | 2015-10-19 | 1 | -1/+1 |
* | vd_lavc: attempt to fallback from hwdec before anything is decoded | wm4 | 2015-10-19 | 1 | -4/+4 |
* | vd_lavc: continue decoding properly after decoding failure | wm4 | 2015-10-19 | 1 | -3/+7 |
* | demux_lavf: always copy codec headers | wm4 | 2015-10-19 | 1 | -1/+8 |
* | video: pass through libavformat has_b_frames field | wm4 | 2015-10-19 | 1 | -0/+1 |
* | vo_opengl: support all kinds of GBRP formats | wm4 | 2015-10-18 | 3 | -13/+15 |
* | demux: remove demux_add_packet() return value | wm4 | 2015-10-17 | 3 | -7/+7 |
* | build: remove explicit checks for VPP | wm4 | 2015-10-17 | 4 | -13/+3 |
* | vaapi: drop non-existing FourCC | wm4 | 2015-10-17 | 2 | -5/+0 |
* | build: bump required libva version | wm4 | 2015-10-17 | 2 | -10/+4 |
* | demux_mkv: probe start time | wm4 | 2015-10-16 | 1 | -10/+43 |
* | command: make time properties unavailable if timestamp is unknown | wm4 | 2015-10-16 | 5 | -15/+34 |
* | TOOLS/stats-conv: rewrite for pygtgraph | wm4 | 2015-10-15 | 1 | -14/+26 |
* | vo_opengl_cb: fix pausing and seeking if interpolation is enabled | wm4 | 2015-10-14 | 1 | -1/+20 |
* | player: fix an adjustment in display sync mode | wm4 | 2015-10-14 | 1 | -1/+1 |
* | af_lavrresample: fix unintended audio drift when setting playback speed | wm4 | 2015-10-14 | 1 | -3/+9 |
* | msg: remove the useless trailing comment from stats dumping | wm4 | 2015-10-14 | 1 | -4/+2 |
* | player: fix inverted condition | wm4 | 2015-10-13 | 1 | -1/+1 |
* | vo_opengl: x11egl: fix confused error status codes | wm4 | 2015-10-12 | 1 | -2/+2 |
* | vo_opengl: x11egl: reject nvidia drivers when autoprobing | wm4 | 2015-10-12 | 1 | -0/+6 |
* | vd_lavc: work around libavcodec nonsense causing hwdec init failure | wm4 | 2015-10-12 | 1 | -0/+3 |
* | demux_mkv: do not return subtitle packets that end before seek target | wm4 | 2015-10-12 | 1 | -2/+6 |
* | af_lavrresample: reinit resampler on large speed changes | wm4 | 2015-10-12 | 1 | -15/+19 |
* | ytdl: Set a proper label for external audio tracks | ChrisK2 | 2015-10-11 | 1 | -3/+3 |
* | vd_lavc: refuse to initialize vaapi with unknown profiles | wm4 | 2015-10-11 | 1 | -3/+1 |
* | cocoa: set application policy before creating window | wm4 | 2015-10-11 | 1 | -5/+4 |
* | DOCS/client_api_examples/README: add qt_opengl | wm4 | 2015-10-11 | 1 | -10/+16 |
* | DOCS/client_api_examples/qt_opengl: fix uninit | wm4 | 2015-10-11 | 1 | -0/+1 |
* | DOCS/client_api_examples: add qt widget + opengl-cb example | wang-bin | 2015-10-11 | 6 | -0/+272 |
* | ytdl: Remove DASH hacks, use DASH by default | ChrisK2 | 2015-10-11 | 3 | -16/+15 |
* | DOCS/client_api_examples/README: rewrite | wm4 | 2015-10-10 | 2 | -17/+106 |
* | player: fix missed wakeup on video EOF | wm4 | 2015-10-09 | 1 | -0/+3 |
* | manpage: font options do not support fontconfig patterns anymore | wm4 | 2015-10-09 | 1 | -2/+5 |
* | audio: add AO deviation logging | wm4 | 2015-10-08 | 2 | -0/+27 |
* | vo: log deviation from ideal vsync interval | wm4 | 2015-10-08 | 1 | -0/+5 |
* | demux_subreader: participate in probing only on Libav | wm4 | 2015-10-08 | 1 | -0/+4 |
* | af_lavrresample: use libswsresample dynamic rate adjustment feature | wm4 | 2015-10-07 | 1 | -9/+26 |
* | vo_xv: fix crash with --wid | wm4 | 2015-10-07 | 1 | -1/+1 |
* | audio: make spdif re-probe from normal decoding work | wm4 | 2015-10-06 | 2 | -2/+11 |
* | audio: re-probe spdif if AO is reloaded | wm4 | 2015-10-06 | 1 | -1/+3 |
* | demux: don't attempt to open a demuxer after abort signal was given | wm4 | 2015-10-06 | 1 | -0/+3 |
* | player: make stop command actually stop | wm4 | 2015-10-06 | 2 | -2/+2 |
* | README: link to Copyright instead of LICENSE file | wm4 | 2015-10-06 | 1 | -1/+1 |
* | video: fix base for --no-correct-pts | wm4 | 2015-10-06 | 2 | -9/+10 |
* | video: increase maximum number of buffered AVI pts samples | wm4 | 2015-10-06 | 1 | -1/+1 |
* | video: don't sort AVI pts samples | wm4 | 2015-10-06 | 1 | -14/+10 |
* | video: remove user-controllable PTS sorting (--pts-association-mode) | wm4 | 2015-10-06 | 7 | -80/+5 |
* | video: disable framedrop if avi-style timestamps are used | wm4 | 2015-10-06 | 1 | -0/+3 |
* | ytdl: Remove version check and minor cleanup | ChrisK2 | 2015-10-06 | 1 | -55/+22 |
* | ao_alsa: add debug messages for format search | Kevin Mitchell | 2015-10-06 | 1 | -0/+2 |
* | ao_alsa: fix failure to find any sampleformat | Kevin Mitchell | 2015-10-06 | 1 | -4/+7 |
* | README: clarify license statement | wm4 | 2015-10-06 | 1 | -2/+2 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 7 | -4/+24 |
* | ao: rework audio output driver probing | wm4 | 2015-10-05 | 1 | -38/+42 |
* | manpage: edit recommended VO remarks | wm4 | 2015-10-04 | 1 | -7/+4 |
* | player: add wav to list of external audio file extensions | wm4 | 2015-10-04 | 1 | -1/+2 |
* | video: remove codec delay estimation | wm4 | 2015-10-03 | 3 | -15/+2 |
* | video: cosmetics: remove trailing whitespace | wm4 | 2015-10-03 | 1 | -1/+1 |
* | video/out: remove an unused parameter | wm4 | 2015-10-03 | 27 | -45/+42 |
* | vo: change some defines to enums | wm4 | 2015-10-02 | 1 | -9/+13 |
* | vo_opengl: drop old backend API | wm4 | 2015-10-02 | 3 | -87/+26 |
* | vo_opengl: rpi: switch to new internal API | wm4 | 2015-10-02 | 3 | -39/+35 |
* | win32: cleanup: remove some unneeded things | wm4 | 2015-10-02 | 4 | -17/+10 |
* | vo_opengl: w32: switch to new internal API | wm4 | 2015-10-02 | 4 | -27/+36 |
* | vo_opengl: refactor DwmFlush crap | wm4 | 2015-10-02 | 3 | -42/+45 |
* | vo_opengl: remove leftover variable from vaglx in vaegl | Emmanuel Gil Peyrot | 2015-10-02 | 1 | -1/+0 |
* | vo: fix compilation failure when vaapi is enabled and x11 disabled | Emmanuel Gil Peyrot | 2015-10-02 | 1 | -1/+1 |
* | vo_opengl: wayland: switch to new internal API | wm4 | 2015-10-01 | 6 | -54/+44 |
* | vo_opengl: cocoa: switch to new internal API | wm4 | 2015-10-01 | 6 | -31/+37 |
* | cue: read more metadata | wm4 | 2015-10-01 | 4 | -26/+42 |
* | player: print tags under different log prefix | wm4 | 2015-10-01 | 1 | -2/+4 |
* | vo_opengl: make sw suboption work without explicit backend selection | wm4 | 2015-10-01 | 3 | -2/+3 |
* | vo_opengl: debanding requires GLSL 1.30 | wm4 | 2015-10-01 | 1 | -0/+4 |
* | x11: separate window creation and configuration | wm4 | 2015-09-30 | 8 | -36/+56 |
* | vo_opengl: cosmetics: coding style | wm4 | 2015-09-30 | 1 | -46/+45 |
* | vo_opengl: do not reset video queue when changing video equalizer | wm4 | 2015-09-30 | 1 | -1/+0 |
* | Revert "vo_x11: remove this video output" | wm4 | 2015-09-30 | 5 | -1/+461 |
* | stream: minor cleanup to verbose logging | wm4 | 2015-09-30 | 2 | -3/+4 |
* | ytdl: Don't override user-set format in no-video mode | ChrisK2 | 2015-09-30 | 1 | -11/+23 |
* | manpage: adjustments to hwdec remarks | wm4 | 2015-09-29 | 1 | -3/+9 |
* | video: replace vf_format outputlevels option with global option | wm4 | 2015-09-29 | 15 | -48/+39 |
* | Take care of libavcodec convergence_duration deprecation | wm4 | 2015-09-29 | 4 | -1/+17 |
* | Revert "vd_lavc: do not abort hardware decoding on errors" | wm4 | 2015-09-28 | 1 | -0/+1 |
* | vo_opengl: videotoolbox: cleanups | wm4 | 2015-09-28 | 1 | -43/+26 |
* | vo_opengl: rename hwdec_vda.c to hwdec_osx.c | wm4 | 2015-09-28 | 2 | -1/+1 |
* | video: remove VDA support | wm4 | 2015-09-28 | 14 | -177/+4 |
* | vd_lavc: remove some ancient cargo-culting | wm4 | 2015-09-28 | 1 | -1/+0 |
* | ao_alsa: improve handling of device disconnection | wm4 | 2015-09-28 | 1 | -3/+20 |
* | ao_coreaudio_utils: fix error handling in device listing code | wm4 | 2015-09-28 | 1 | -3/+10 |
* | vo_opengl: vaapi: add Wayland support | wm4 | 2015-09-27 | 4 | -2/+31 |
* | vo_opengl: refactor EGL context information callback | wm4 | 2015-09-27 | 5 | -17/+36 |
* | vaapi: remove dependency on X11 | wm4 | 2015-09-27 | 8 | -28/+103 |
* | manpage: fix broken example | wm4 | 2015-09-27 | 1 | -1/+1 |
* | vo_opengl: vaapi: provide symbols for missing extensions | wm4 | 2015-09-27 | 1 | -0/+14 |
* | vo_opengl: vaapi: redo how EGL extensions are loaded | wm4 | 2015-09-27 | 7 | -66/+35 |
* | vo_opengl: rpi: fix EGL comment | wm4 | 2015-09-27 | 1 | -4/+2 |
* | vo_opengl: probe for EGL by default | wm4 | 2015-09-26 | 2 | -5/+6 |
* | vo_opengl: x11egl: cleanup uninit path | wm4 | 2015-09-26 | 1 | -30/+26 |
* | vo_opengl: vaapi: probe the surface format | wm4 | 2015-09-26 | 1 | -2/+68 |
* | wscript: add missing entry to help output | wm4 | 2015-09-25 | 1 | -1/+1 |
* | vaapi: use GPU memcpy for reading back from HW surface | wm4 | 2015-09-25 | 3 | -2/+7 |
* | video: refactor GPU memcpy usage | wm4 | 2015-09-25 | 10 | -82/+112 |
* | vd_lavc: Fix recovery from vdpau preemption | Philip Langdale | 2015-09-25 | 1 | -3/+3 |
* | vo_rpi, wayland: fix build | wm4 | 2015-09-25 | 2 | -7/+7 |
* | vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on error | wm4 | 2015-09-25 | 1 | -2/+4 |
* | vaapi: cosmetics, minor fixes | wm4 | 2015-09-25 | 1 | -3/+3 |
* | vo_opengl: vaapi: handle YV12 correctly | wm4 | 2015-09-25 | 1 | -0/+3 |
* | vo_opengl: vaapi: document DRM fourcc upstream defines | wm4 | 2015-09-25 | 1 | -3/+4 |
* | vo_opengl: vaapi: use dummy image to determine plane layout | wm4 | 2015-09-25 | 1 | -9/+8 |
* | vo_opengl: vaapi: remove unnecessary loop | wm4 | 2015-09-25 | 1 | -2/+1 |
* | vo_opengl: vaapi: fix cleanup | wm4 | 2015-09-25 | 1 | -0/+2 |
* | vo_opengl: support new VAAPI EGL interop | wm4 | 2015-09-25 | 6 | -0/+262 |
* | vo_opengl: add mechanism to retrieve Display from EGL context | wm4 | 2015-09-25 | 3 | -1/+33 |
* | vo_opengl: load certain EGL extensions needed for VAAPI EGL interop | wm4 | 2015-09-25 | 6 | -1/+56 |
* | vo_opengl: enable X11 EGL backend by default | wm4 | 2015-09-24 | 1 | -1/+0 |
* | vo_opengl: actually set hardware decoder mapped texture format | wm4 | 2015-09-24 | 4 | -3/+6 |
* | client API: rename GL_MP_D3D_interfaces | wm4 | 2015-09-24 | 6 | -15/+46 |
* | vo_opengl: remove sharpen scalers, add sharpen sub-option | wm4 | 2015-09-23 | 7 | -53/+49 |
* | vo_opengl: move deband_opts declaration to where it's used | wm4 | 2015-09-23 | 2 | -8/+8 |
* | vo_opengl: remove unsued chroma_location field | wm4 | 2015-09-23 | 2 | -2/+0 |
* | vo_opengl: move shader file caching to video.c | wm4 | 2015-09-23 | 4 | -50/+44 |
* | player: fix another --force-window bug | wm4 | 2015-09-23 | 1 | -1/+1 |
* | vd_lavc: do not abort hardware decoding on errors | wm4 | 2015-09-23 | 1 | -8/+7 |
* | vf_vavpp: allocate output surfaces with the same size as input | wm4 | 2015-09-23 | 3 | -1/+15 |
* | va_vavpp: set input/output processing region | wm4 | 2015-09-23 | 1 | -2/+2 |
* | vd_lavc: minor cleanup to hwdec fallback code | wm4 | 2015-09-23 | 1 | -15/+8 |
* | DOCS: update client API changes for release | Martin Herkt | 2015-09-23 | 1 | -1/+1 |
* | DOCS: update release policy | Martin Herkt | 2015-09-23 | 1 | -27/+69 |
* | win32: allow multiple windows at the same time | wm4 | 2015-09-22 | 1 | -6/+1 |
* | build: allow disabling vapoursynth completely | wm4 | 2015-09-22 | 1 | -7/+8 |