aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* video: add VO framedropping modeGravatar wm42014-08-15
* vo: eliminate a redundant variableGravatar wm42014-08-15
* vo: remove unused libavutil includeGravatar wm42014-08-14
* vo: fix mingw compilationGravatar wm42014-08-14
* wayland: pointer interface is created after themeGravatar Alexander Preisinger2014-08-13
* vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failureGravatar Alessandro Ghedini2014-08-13
* vo_vdpau: fix screenshots with anamorphic videoGravatar wm42014-08-13
* x11: vdpau GLX interop needs X11 threadsGravatar wm42014-08-13
* video: fix and simplify video format changes and last frame displayGravatar wm42014-08-12
* video: move display and timing to a separate threadGravatar wm42014-08-12
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* vaapi: fix uninitialized value readGravatar wm42014-08-11
* vf_vapoursynth: print more diagnostics on errorGravatar wm42014-08-11
* vdpau: allocate surfaces by ageGravatar wm42014-08-11
* vo_sdl: fix redrawing issueGravatar wm42014-08-10
* video: remove "hard" framedrop modeGravatar wm42014-08-09
* vo_direct3d: allow resizing before video initGravatar wm42014-08-06
* win32: never call GetClientRect(0, ...)Gravatar wm42014-08-06
* wayland: remove redundant lineGravatar Alexander Preisinger2014-08-06
* wayland: changes for nested compositorsGravatar Alexander Preisinger2014-08-06
* cocoa: macosx_application needs cocoa-applicationGravatar FRAU KOUJIRO2014-08-06
* cocoa: move handleFilesArray: to macosx_eventsGravatar FRAU KOUJIRO2014-08-06
* win32: fix buildGravatar wm42014-08-05
* win32: create OpenGL context on the GUI threadGravatar wm42014-08-05
* win32: cleanup OpenGL context creationGravatar wm42014-08-05
* vdpau: don't crash on flipped imagesGravatar wm42014-08-05
* gl_wayland: Don't try to resize the egl_window before it existsGravatar Michael Forney2014-08-04
* Improve setting AVOptionsGravatar wm42014-08-02
* win32: fix assertion failureGravatar wm42014-08-01
* vda: only support the new hwaccel 1.2 API (remove old code)Gravatar Stefano Pigozzi2014-08-01
* video/filter: add vf_bufferGravatar wm42014-07-30
* vdpau: don't upload video images in advanceGravatar wm42014-07-29
* vo_x11: fix build with older Libav versionsGravatar wm42014-07-28
* video: add a default color space for files with no videoGravatar Niklas Haas2014-07-28
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* win32: remove minor non-senseGravatar wm42014-07-26
* win32: move window handling to a separate threadGravatar wm42014-07-26
* vo: hack to avoid threading issues with mouse inputGravatar wm42014-07-26
* win32: use gcc TLS instead of WM_NCCREATE tricks for window contextGravatar wm42014-07-26
* win32: make a flag explicitGravatar wm42014-07-26
* win32: simplify some --wid embedding codeGravatar wm42014-07-26
* win32: don't use CS_OWNDCGravatar wm42014-07-26
* win32: remove worthless doxygen commentsGravatar wm42014-07-26
* win32: make private struct private, refactorGravatar wm42014-07-26
* cocoa: don't send messages to uninitialized gl contextsGravatar Stefano Pigozzi2014-07-19
* cocoa: fix regression preventing window resizeGravatar Stefano Pigozzi2014-07-15
* cocoa: fix compilation on OS X 10.8Gravatar Stefano Pigozzi2014-07-14
* Remove some mp_msg calls with no trailing \nGravatar wm42014-07-13
* video/out: use strcmp() instead of strcasecmp() for equalizersGravatar wm42014-07-10