aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* common, vo_opengl: add/use helper for formatted strings on the stackGravatar wm42017-07-24
* vo_opengl: check format on some printf-like callsGravatar wm42017-07-24
* vo_opengl: add direct rendering supportGravatar wm42017-07-24
* mp_image: expose some image allocation code as helpers, refactorGravatar wm42017-07-23
* mp_image_pool: disallow adding read only framesGravatar wm42017-07-23
* vo_opengl: osd: remove stale declarationGravatar wm42017-07-23
* vo_opengl: add printf format checking to pass_describe()Gravatar wm42017-07-22
* vo_opengl: make VAO helper private, remove old VAO mechanismGravatar wm42017-07-22
* vo_opengl: osd: use new VAO mechanismGravatar wm42017-07-22
* vo_opengl: add mechanism to create/cache VAO on the flyGravatar wm42017-07-22
* vo_opengl: osd: refactor and simplifyGravatar wm42017-07-22
* options: drop --video-aspect-method=hybridGravatar wm42017-07-21
* options: kill --field-dominanceGravatar wm42017-07-21
* csputils: fix mp_colorspace_equal missing fieldGravatar Niklas Haas2017-07-18
* vo_opengl: avoid constant divisionsGravatar Niklas Haas2017-07-17
* vo_opengl: styleGravatar Niklas Haas2017-07-16
* vo_opengl: use MP_ALIGN_UP instead of FFALIGNGravatar Niklas Haas2017-07-16
* vo_opengl: use glBufferSubData instead of glMapBufferRangeGravatar Niklas Haas2017-07-16
* Replace remaining avcodec_close() callsGravatar wm42017-07-16
* vo_opengl: update BufferData usage hintsGravatar Niklas Haas2017-07-15
* vo_opengl: coalesce intra-plane PBOsGravatar Niklas Haas2017-07-15
* img_format: fix a commentGravatar wm42017-07-15
* vo_opengl: generalize --scale-clamp etc.Gravatar Niklas Haas2017-07-12
* vo_opengl: remove redundant gl_video_setup_hooks callGravatar Niklas Haas2017-07-12
* vo_opengl: fix type of glsl variable frameGravatar Aman Gupta2017-07-11
* vo_opengl: don't make assumptions about plane orderGravatar wm42017-07-10
* vo_opengl: hwdec_dxva2egl: probe whether ANGLE mapping worksGravatar wm42017-07-10
* vd_lavc: fix crashes with old hwaccelsGravatar wm42017-07-10
* vo_opengl: fix dumb_mode chroma transformation fixupGravatar Niklas Haas2017-07-10
* vo_opengl: describe the remainder passes after user shadersGravatar Niklas Haas2017-07-09
* vo_opengl: support tone-mapping-param for `clip`Gravatar Niklas Haas2017-07-07
* vo_opengl: rework --opengl-dumb-modeGravatar Niklas Haas2017-07-07
* vo_opengl: correct off-by-one in scale=oversampleGravatar Niklas Haas2017-07-07
* vo_opengl: do not use vaapi-over-GLXGravatar wm42017-07-07
* vo_opengl: prevent desat from blowing up for negativeGravatar Niklas Haas2017-07-07
* ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context()Gravatar wm42017-07-06
* vo_opengl: also expose NAME_mul for user shadersGravatar Niklas Haas2017-07-06
* vo_opengl: prevent division by zero in shaderGravatar Niklas Haas2017-07-06
* vo_opengl: add --tone-mapping-desaturateGravatar Niklas Haas2017-07-06
* vo_opengl: get rid of weird double-bind in pass_read_fboGravatar Niklas Haas2017-07-05
* vo_opengl: remove redundant left-over lineGravatar Niklas Haas2017-07-05
* vo_opengl: use textureGatherOffset for polar filtersGravatar Niklas Haas2017-07-05
* vd_lavc: fix build with old FFmpeg/Libav versionsGravatar wm42017-07-04
* w32_common: use sent messages to wake up the Win32 threadGravatar James Ross-Gowan2017-07-04
* vd_lavc: remove unused hwaccel support codeGravatar wm42017-07-04
* vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccelsGravatar wm42017-07-04
* d3d: fix behavior with deprecated FFmpeg J pixel formatsGravatar wm42017-07-04
* vo_opengl: make the pass info mechanism more robustGravatar Niklas Haas2017-07-03
* w32_common: use SWP_NOSENDCHANGING when resizing childGravatar James Ross-Gowan2017-07-03
* filter_kernels: add radius cutoff functionalityGravatar Niklas Haas2017-07-03