aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* vo_opengl: cosmetics: coding styleGravatar wm42015-09-30
* vo_opengl: do not reset video queue when changing video equalizerGravatar wm42015-09-30
* Revert "vo_x11: remove this video output"Gravatar wm42015-09-30
* video: replace vf_format outputlevels option with global optionGravatar wm42015-09-29
* Revert "vd_lavc: do not abort hardware decoding on errors"Gravatar wm42015-09-28
* vo_opengl: videotoolbox: cleanupsGravatar wm42015-09-28
* vo_opengl: rename hwdec_vda.c to hwdec_osx.cGravatar wm42015-09-28
* video: remove VDA supportGravatar wm42015-09-28
* vd_lavc: remove some ancient cargo-cultingGravatar wm42015-09-28
* vo_opengl: vaapi: add Wayland supportGravatar wm42015-09-27
* vo_opengl: refactor EGL context information callbackGravatar wm42015-09-27
* vaapi: remove dependency on X11Gravatar wm42015-09-27
* vo_opengl: vaapi: provide symbols for missing extensionsGravatar wm42015-09-27
* vo_opengl: vaapi: redo how EGL extensions are loadedGravatar wm42015-09-27
* vo_opengl: rpi: fix EGL commentGravatar wm42015-09-27
* vo_opengl: probe for EGL by defaultGravatar wm42015-09-26
* vo_opengl: x11egl: cleanup uninit pathGravatar wm42015-09-26
* vo_opengl: vaapi: probe the surface formatGravatar wm42015-09-26
* vaapi: use GPU memcpy for reading back from HW surfaceGravatar wm42015-09-25