aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_opengl: do not attempt to cache frames in FBO in dumb-modeGravatar wm42015-10-30
* vd_lavc: fix declarationsGravatar wm42015-10-30
* vo: take normal drop path when dropping in display-sync modeGravatar wm42015-10-29
* vo_drm: show osd in audio only modeGravatar Paul B Mahol2015-10-29
* Replace deprecated av_free_packet() callsGravatar wm42015-10-28
* vo: kill non-working missed frame detectionGravatar wm42015-10-27
* vd_lavc: make software decoding fallback an optionGravatar Rodger Combs2015-10-25
* vo_opengl: remove source shader leftoverGravatar Bin Jin2015-10-24
* vo_opengl: always cache to an FBO when not interpolatingGravatar Niklas Haas2015-10-23
* vo: expose frame->num_vsyncs to the VO backendGravatar Niklas Haas2015-10-23
* w32_common: disable IMEGravatar James Ross-Gowan2015-10-23
* vo_opengl: wayland: use a more standard symbolGravatar wm42015-10-23
* vo_opengl: vaapi: fix compilation failure on older systemsGravatar wm42015-10-23
* vo_opengl_cb: fix passing through some video equalizer propertiesGravatar wm42015-10-23
* vo_opengl: make the default debanding settings less excessiveGravatar Niklas Haas2015-10-21
* Revert "vo_wayland: define opaque region"Gravatar Ricardo Vieira2015-10-20
* vd_lavc: attempt to fallback from hwdec before anything is decodedGravatar wm42015-10-19
* vd_lavc: continue decoding properly after decoding failureGravatar wm42015-10-19
* vo_opengl: support all kinds of GBRP formatsGravatar wm42015-10-18
* vaapi: drop non-existing FourCCGravatar wm42015-10-17
* build: bump required libva versionGravatar wm42015-10-17
* vo_opengl_cb: fix pausing and seeking if interpolation is enabledGravatar wm42015-10-14
* vo_opengl: x11egl: fix confused error status codesGravatar wm42015-10-12
* vo_opengl: x11egl: reject nvidia drivers when autoprobingGravatar wm42015-10-12
* vd_lavc: work around libavcodec nonsense causing hwdec init failureGravatar wm42015-10-12
* vd_lavc: refuse to initialize vaapi with unknown profilesGravatar wm42015-10-11
* cocoa: set application policy before creating windowGravatar wm42015-10-11
* vo: log deviation from ideal vsync intervalGravatar wm42015-10-08
* vo_xv: fix crash with --widGravatar wm42015-10-07
* video: fix base for --no-correct-ptsGravatar wm42015-10-06
* video: increase maximum number of buffered AVI pts samplesGravatar wm42015-10-06
* video: don't sort AVI pts samplesGravatar wm42015-10-06
* video: remove user-controllable PTS sorting (--pts-association-mode)Gravatar wm42015-10-06
* video: disable framedrop if avi-style timestamps are usedGravatar wm42015-10-06
* video: remove codec delay estimationGravatar wm42015-10-03
* video: cosmetics: remove trailing whitespaceGravatar wm42015-10-03
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo: change some defines to enumsGravatar wm42015-10-02
* vo_opengl: drop old backend APIGravatar wm42015-10-02
* vo_opengl: rpi: switch to new internal APIGravatar wm42015-10-02
* win32: cleanup: remove some unneeded thingsGravatar wm42015-10-02
* vo_opengl: w32: switch to new internal APIGravatar wm42015-10-02
* vo_opengl: refactor DwmFlush crapGravatar wm42015-10-02
* vo_opengl: remove leftover variable from vaglx in vaeglGravatar Emmanuel Gil Peyrot2015-10-02
* vo: fix compilation failure when vaapi is enabled and x11 disabledGravatar Emmanuel Gil Peyrot2015-10-02
* vo_opengl: wayland: switch to new internal APIGravatar wm42015-10-01
* vo_opengl: cocoa: switch to new internal APIGravatar wm42015-10-01
* vo_opengl: make sw suboption work without explicit backend selectionGravatar wm42015-10-01
* vo_opengl: debanding requires GLSL 1.30Gravatar wm42015-10-01
* x11: separate window creation and configurationGravatar wm42015-09-30