aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* sws_utils: remove custom GBRP conversionGravatar wm42014-04-10
* vo_vdpau: add an additional check for timestamp robustnessGravatar wm42014-04-08
* vo_vdpau: document what WRAP_ADD doesGravatar wm42014-04-08
* vo_vdpau: simplify previous vsync timestamp calculationGravatar wm42014-04-08
* vo_vdpau: simplify time management and make it more robustGravatar wm42014-04-07
* gl_lcms: properly expand the cache filename being writtenGravatar Stefano Pigozzi2014-04-05
* vo_vdpau: more debugging outputGravatar wm42014-04-03
* gl_lcms: fix build when lcms2 is not availableGravatar Stefano Pigozzi2014-03-31
* vo_corevideo: remove unused variableGravatar Stefano Pigozzi2014-03-31
* vo_opengl, cocoa: allow to autoselect a color profileGravatar Stefano Pigozzi2014-03-31
* vf_eq: don't malloc priv structGravatar wm42014-03-30
* Fix compilation on OSX and win32Gravatar wm42014-03-29
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* mp_image: add missing field to mp_image_params_equals()Gravatar wm42014-03-28
* vo_opengl: runtime icc profile switchingGravatar wm42014-03-24
* x11_common: fix some problems with window draggingGravatar wm42014-03-22
* vdpau: remove pointer indirection for a fieldGravatar wm42014-03-19
* vdpau: fix decoder init return valueGravatar wm42014-03-19
* x11: implement window dragging by grabbingGravatar wm42014-03-18
* vaapi: solve potential problem with ambiguous image formatsGravatar wm42014-03-17
* vaapi: simplifyGravatar wm42014-03-17
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* mp_image_pool: add features needed for use with hwaccelGravatar wm42014-03-17
* vdpau: remove legacy pixel formatsGravatar wm42014-03-17
* vdpau: remove unused typeGravatar wm42014-03-17
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* img_format: AV_PIX_FMT_FLAG_ALPHA is always availableGravatar wm42014-03-17
* vd_lavc: reinit hwdec on profile changesGravatar wm42014-03-17
* video: fix FFmpeg or Libav being a special snowflakeGravatar wm42014-03-16
* vd_lavc: remove unused fieldGravatar wm42014-03-16
* vd_lavc: reduce hardware decoder mid-stream reinitializationsGravatar wm42014-03-16
* encode: use new AVFrame APIGravatar wm42014-03-16
* image_writer: use new AVFrame APIGravatar wm42014-03-16
* vf_delogo: remove internal implementationGravatar wm42014-03-16
* vf_hqdn3d: remove internal implementationGravatar wm42014-03-16
* vf_yadif: remove internal implementationGravatar wm42014-03-16
* vf_unsharp: remove internal implementationGravatar wm42014-03-16
* vf_gradfun: remove internal implementationGravatar wm42014-03-16
* build: simplify libavfilter configure checksGravatar wm42014-03-16
* Remove some more unneeded version checksGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* vd_lavc: ridiculous workaround for Libav 9 compatibilityGravatar wm42014-03-16
* w32_common: prevent MOUSE_BTN0 sticking after dragGravatar James Ross-Gowan2014-03-12
* w32_common: capture mouse inputGravatar James Ross-Gowan2014-03-12
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vo_opengl: Correct and clarify gl_check_featuresGravatar Niklas Haas2014-03-10
* vo_opengl: Simplify and clarify color correction codeGravatar Niklas Haas2014-03-10
* vo_opengl: Use bt709_expand on OSD for :srgbGravatar Niklas Haas2014-03-10
* encode: add lockingGravatar wm42014-03-09