| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | player: fix excessive CPU usage in audio-only mode | wm4 | 2015-09-22 | 1 | -3/+4 |
* | player: some more --force-window fixes | wm4 | 2015-09-21 | 2 | -12/+17 |
* | player: do not destroy VO prematurely when initializing playback | wm4 | 2015-09-20 | 1 | -1/+2 |
* | player: rename and move find_subfiles.c | wm4 | 2015-09-20 | 6 | -5/+5 |
* | player: add opus to list of external audio file extensions | wm4 | 2015-09-20 | 1 | -1/+1 |
* | player: make force-window in auto-profiles actually work | wm4 | 2015-09-20 | 4 | -29/+36 |
* | player: make force-window=immediate work in auto-profiles | wm4 | 2015-09-20 | 1 | -0/+3 |
* | vf_yadif: add hack for Libav compatibility | wm4 | 2015-09-20 | 1 | -3/+12 |
* | audio/filter: remove reentrancy flag | wm4 | 2015-09-20 | 5 | -22/+1 |
* | TOOLS/zsh.pl: only check the actual exit code when calling mpv | Philip Sequeira | 2015-09-20 | 1 | -2/+2 |
* | vf_vdpaurb: query_format is still required | Philip Langdale | 2015-09-18 | 1 | -0/+6 |
* | vf_vdpaurb: Pass through non-hardware-decoded content | Philip Langdale | 2015-09-15 | 1 | -9/+8 |
* | manpage: add a note about libavfilter | wm4 | 2015-09-11 | 2 | -0/+8 |
* | video/filter: remove some vf_lavfi wrappers | wm4 | 2015-09-11 | 8 | -380/+0 |
* | vf_lavfi: cosmetics: fix coding style | wm4 | 2015-09-11 | 1 | -11/+11 |
* | af_lavfi: implement af-metadata property | wm4 | 2015-09-11 | 6 | -10/+63 |
* | af: use generic statuc codes | wm4 | 2015-09-11 | 1 | -7/+7 |
* | player: prefer logical current directory path | wm4 | 2015-09-11 | 1 | -0/+4 |
* | vf: vf_stereo3d depends on libavfilter | wm4 | 2015-09-11 | 2 | -2/+2 |
* | ao_lavc: minor simplification | wm4 | 2015-09-11 | 1 | -2/+2 |
* | ao_alsa: use sample format determination code | Kevin Mitchell | 2015-09-10 | 1 | -12/+10 |
* | ao_alsa: add double to sample format list | Kevin Mitchell | 2015-09-10 | 1 | -0/+1 |
* | ao_alsa: put spdif formats into find_alsa_format | Kevin Mitchell | 2015-09-10 | 1 | -9/+9 |
* | audio/format: revise af_format_conversion_score | Kevin Mitchell | 2015-09-10 | 1 | -8/+13 |
* | video: make --field-dominance set interlaced flag | Kevin Mitchell | 2015-09-10 | 2 | -4/+10 |
* | vo_rpi: fix compilation | wm4 | 2015-09-11 | 1 | -2/+2 |
* | ao_oss: use new sample format determination code | wm4 | 2015-09-10 | 1 | -1/+2 |
* | ao_lavc: use new sample format determination code | wm4 | 2015-09-10 | 3 | -24/+16 |
* | audio/format: add function for determining sample conversion candidates | wm4 | 2015-09-10 | 2 | -0/+32 |
* | audio/format: fix interlaved vs. non-interleaved conversions | wm4 | 2015-09-10 | 1 | -1/+1 |
* | audio/format: actually prefer float over double sample format | wm4 | 2015-09-10 | 1 | -1/+1 |
* | video: do not use deprecated libavutil pixdesc fields | wm4 | 2015-09-10 | 3 | -5/+27 |
* | vo_opengl: fix shader compilation with debanding and OSX hwdec | wm4 | 2015-09-10 | 3 | -8/+10 |
* | vo_opengl: move sampler type mapping to a function | wm4 | 2015-09-10 | 2 | -7/+14 |
* | command: make "add <property> 0" not change the value | wm4 | 2015-09-10 | 3 | -5/+10 |
* | cache: do not include backbuffer size in total stream cache size | wm4 | 2015-09-10 | 2 | -2/+4 |
* | DOCS: cleanup API changes version markers | wm4 | 2015-09-10 | 2 | -10/+11 |
* | vo_opengl: fix deband sub-option handling | wm4 | 2015-09-09 | 1 | -1/+6 |
* | vo_opengl: implement debanding (and remove source-shader) | Niklas Haas | 2015-09-09 | 7 | -98/+228 |
* | old-makefile: update for recent OpenGL refactors | wm4 | 2015-09-09 | 1 | -9/+14 |
* | vo_opengl: move self-contained shader routines to a separate file | Niklas Haas | 2015-09-09 | 5 | -348/+425 |
* | vo_opengl: reduce code duplication for scaler options | Niklas Haas | 2015-09-09 | 1 | -33/+16 |
* | vo_opengl: remove gl_ prefixes from files in video/out/opengl | Niklas Haas | 2015-09-09 | 27 | -56/+56 |
* | vo_opengl: move gl_* files to their own subdir | Niklas Haas | 2015-09-09 | 27 | -40/+40 |
* | vo_opengl: minor refactor | Niklas Haas | 2015-09-09 | 1 | -5/+5 |
* | Use setfield, not --field-dominance. See #2297. | Rudolf Polzer | 2015-09-09 | 1 | -6/+6 |
* | vo_opengl: filter allowed options in dumb-mode | wm4 | 2015-09-08 | 1 | -14/+14 |
* | vo_opengl: move gl_video_opts copying code to separate function | wm4 | 2015-09-08 | 2 | -15/+22 |
* | af_lavrresample: remove unnecessary indirections | wm4 | 2015-09-08 | 1 | -35/+30 |
* | af_lavrresample: add normalize suboption | wm4 | 2015-09-08 | 2 | -1/+13 |
* | vo_opengl: restore single pass optimization as separate code path | wm4 | 2015-09-07 | 3 | -31/+92 |
* | vo_opengl: move video source rectangle computation to a function | wm4 | 2015-09-07 | 1 | -18/+29 |
* | vo_opengl: comsetics: remove unnecessary line break | wm4 | 2015-09-07 | 1 | -4/+2 |
* | vo_opengl: require FBOs and get rid of the single-pass optimization | Niklas Haas | 2015-09-07 | 2 | -91/+42 |
* | osd: delay libass initialization as far as possible | wm4 | 2015-09-07 | 2 | -5/+11 |
* | options: fix --no-config | wm4 | 2015-09-05 | 4 | -5/+5 |
* | DOCS/client_api_examples/sdl: make the window resizable | wm4 | 2015-09-04 | 1 | -1/+2 |
* | af_lavrresample: add missing include statement | wm4 | 2015-09-04 | 1 | -0/+1 |
* | vo_opengl: use the correct attribute name for vertex position | wm4 | 2015-09-04 | 1 | -2/+2 |
* | audio/filter: remove af_bs2b too | wm4 | 2015-09-04 | 7 | -202/+0 |
* | audio/filter: remove some useless filters | wm4 | 2015-09-03 | 24 | -4132/+0 |
* | player: log error code on playback exit | wm4 | 2015-09-03 | 1 | -0/+2 |
* | ebml: warn if an EBML has unknown length | wm4 | 2015-09-03 | 1 | -0/+4 |
* | manpage: fix typo | wm4 | 2015-09-03 | 1 | -1/+1 |
* | vd_lavc: better hwdec log output | wm4 | 2015-09-02 | 2 | -4/+17 |
* | vd_lavc: factor all hwdec fallbacks into the same function | wm4 | 2015-09-02 | 1 | -24/+19 |
* | vo_opengl: improve robustness against PBO failure | wm4 | 2015-09-02 | 1 | -29/+40 |
* | vo_opengl: enable pbo by default with opengl-hq | wm4 | 2015-09-02 | 2 | -1/+2 |
* | vo_opengl: slightly simplify plane size determination | wm4 | 2015-09-02 | 1 | -2/+5 |
* | vo_opengl: don't distinguish "real" and texture size | wm4 | 2015-09-02 | 3 | -34/+28 |
* | vo_opengl: simplify PBO copy | wm4 | 2015-09-02 | 1 | -6/+2 |
* | vo_opengl: rename get_image to map_image | wm4 | 2015-09-02 | 1 | -2/+2 |
* | vo_opengl: remove redundant statement in PBO code | wm4 | 2015-09-02 | 2 | -5/+0 |
* | screenshot: avoid confusing template error message with no file | Kevin Mitchell | 2015-09-02 | 1 | -9/+11 |
* | sub: always try to use libavcodec text subtitle converter | wm4 | 2015-09-01 | 1 | -12/+4 |
* | vo_opengl: remove some leftovers | wm4 | 2015-09-01 | 1 | -4/+0 |
* | vo_opengl, vda: return to old state | wm4 | 2015-09-01 | 2 | -31/+5 |
* | sub: fix --sub-codepage UTF-8 with fallback | wm4 | 2015-09-01 | 1 | -0/+4 |
* | vo_rpi, vo_opengl: do not globally terminate EGL on VO uninit | wm4 | 2015-08-31 | 1 | -2/+1 |
* | vo_opengl: fix alpha video in one case | wm4 | 2015-08-30 | 1 | -0/+2 |
* | video: make container vs. bitstream aspect ratio configurable | wm4 | 2015-08-30 | 7 | -18/+59 |
* | w32: shift drag and drop appends | Kevin Mitchell | 2015-08-30 | 1 | -2/+4 |
* | x11: drag and drop append with modifier | Kevin Mitchell | 2015-08-30 | 2 | -1/+8 |
* | input: add append argument to file drop event | Kevin Mitchell | 2015-08-30 | 6 | -12/+21 |
* | osc: reinit on playlist changes | Kevin Mitchell | 2015-08-29 | 1 | -0/+1 |
* | player: slightly better error reporting when opening file fails | wm4 | 2015-08-28 | 1 | -2/+7 |
* | client API: improve an error message | wm4 | 2015-08-28 | 1 | -1/+1 |
* | osc: exit tick immediately if disabled. | torque | 2015-08-28 | 1 | -0/+2 |
* | sd_ass: assume negative durations are unknown durations, and handle them | wm4 | 2015-08-27 | 1 | -5/+27 |
* | ytdl: catch bogous extractor info | ChrisK2 | 2015-08-27 | 1 | -12/+12 |
* | demux_mkv: discard broken index | wm4 | 2015-08-26 | 1 | -4/+17 |
* | demux_mkv: don't read index twice | wm4 | 2015-08-26 | 1 | -1/+1 |
* | video: disable interpolation during framestepping | wm4 | 2015-08-25 | 1 | -0/+1 |
* | vo_opengl: force redraw when framestepping with interpolation | wm4 | 2015-08-25 | 1 | -1/+3 |
* | ao_alsa: fix minor memory leak | wm4 | 2015-08-25 | 1 | -8/+11 |
* | vd_lavc: bump number of allocated surfaces for hwdec with HEVC | wm4 | 2015-08-24 | 1 | -1/+4 |
* | vaapi: add HEVC profile entries | wm4 | 2015-08-24 | 1 | -0/+10 |
* | demux_libarchive: don't allow probing to read unlimited data | wm4 | 2015-08-24 | 1 | -5/+17 |
* | vda, videotoolbox: guard against unexpected pixel format | wm4 | 2015-08-23 | 1 | -0/+4 |
* | audio: don't sleep when finishing audio resync | wm4 | 2015-08-23 | 1 | -1/+1 |
* | vda, videotoolbox: fix broken condition in screenshot code | wm4 | 2015-08-23 | 1 | -1/+1 |
* | stream_libarchive: read tar only in "unsafe" mode | wm4 | 2015-08-22 | 1 | -2/+4 |
* | player: add --playlist-pos option | wm4 | 2015-08-22 | 5 | -1/+24 |
* | vo_opengl: remove dead code | wm4 | 2015-08-22 | 1 | -9/+0 |
* | docs: correct typo for 'ingore-chmap' | Ellis Berner | 2015-08-22 | 1 | -1/+1 |
* | command: make the playback-time property writable | wm4 | 2015-08-21 | 2 | -2/+9 |
* | player: return better guess for playback time during seeks | wm4 | 2015-08-21 | 1 | -13/+27 |
* | options: sub-file replaces subfile, instead of sub | Stian Eikeland | 2015-08-21 | 1 | -1/+1 |
* | gl_wayland: Wait for frame callbacks | Jari Vetoniemi | 2015-08-21 | 1 | -0/+5 |
* | vo_wayland: Wait for frame callbacks | Jari Vetoniemi | 2015-08-21 | 3 | -18/+84 |
* | gl_wayland: eglSwapInterval(0) to avoid blocking | Jari Vetoniemi | 2015-08-21 | 3 | -18/+14 |
* | TOOLS/lua/autoload: fix adding more files at end of auto-playlist | Ricardo Constantino | 2015-08-20 | 1 | -2/+5 |
* | TOOLS/lua/autoload: add all files on start< |