]> git.sesse.net Git - vlc/history - src/video_output
Qt: use the theme icons for the system tray too
[vlc] / src / video_output /
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-25 Rémi Denis-Courmontvout: separate scale and autoscale callbacks
2013-05-25 Rémi Denis-Courmontvout: unused parameter
2013-05-01 Rémi Denis-Courmontvout: trigger callbacks also when reinitializing (fixes...
2013-05-01 Rémi Denis-Courmontvout: trigger zoom callback at startup (fixes #4027)
2013-05-01 Rémi Denis-Courmontvout: initialize "scale" before "zoom" (refs #4027)
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2013-04-26 Christoph MiebachString removal
2013-03-09 Rémi Denis-CourmontRemove picture qtype support code
2013-02-10 Rémi Denis-CourmontRevert "Emit a fullscreen toggle action on double click"
2013-01-31 Rémi Denis-Courmontvout: remove dead OSD code
2013-01-31 Rémi Denis-Courmontosd: privatize osd_ShowText(Absolute|Relative)
2012-12-19 Rémi Denis-Courmontvout: do not set "fullscreen" variable again (fixes...
2012-11-30 Rémi Denis-Courmontinhibit: add separate flags for audio and video
2012-11-30 Rémi Denis-Courmontinhibit: remove the window ID
2012-11-26 Rémi Denis-Courmontvout: remove wrong use of pl_Get()
2012-11-24 Rémi Denis-Courmontvout: fix segmentation fault if initialization fails
2012-11-10 Rémi Denis-CourmontMove osd_text.c to src/video_output/
2012-11-08 Rémi Denis-Courmontvout: use atomic variables for stats instead of spin...
2012-09-10 Rafaël CarréAvoid a few relocations
2012-08-22 Rémi Denis-Courmontvout: inherit variables from configuration (fixes ...
2012-08-21 Rémi Denis-CourmontUse str_format_time() instead of str_format() in outputs
2012-08-21 Rémi Denis-Courmontvout: add a warning
2012-08-19 Rémi Denis-CourmontRepack module_config_t
2012-07-25 Rémi Denis-Courmontvout: improve splitter event error message
2012-06-28 Rémi Denis-Courmontvideo output: remove a bunch of relocations
2012-06-28 Rémi Denis-Courmontvideo output: use ARRAY_SIZE()
2012-03-02 Francois CartegnieRevert "vlc_keys: define mouse's middle, 4 & 5 buttons...
2012-03-02 Francois Cartegnievlc_keys: define mouse's middle, 4 & 5 buttons.
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2012-01-05 Laurent AimarScale subpictures without AR to fill up the whole display.
2011-12-15 Pere Orgafix filename self-references
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-27 Rémi Denis-CourmontCorrect debug message
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-20 KO Myung-HunAdd vout window support for OS/2
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-06 Jean-Baptiste KempfChange the "intf-show" variable into a toggle.
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-08-15 Rémi Denis-CourmontRemove module_hold and module_release
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-18 Can Wuvo: don't call strlen() on same string once again in...
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-06-25 Laurent AimarAllowed to give the list of prefered chroma to "text...
2011-06-19 Rafaël Carréremove warnings
2011-06-14 Laurent AimarFixed "spu-elapsed" value set by the core.
2011-06-10 Laurent AimarRemoved unused "scale" object variable in text renderer.
2011-06-05 Laurent AimarFade for 1/4 of the display time.
2011-06-02 Laurent AimarUsed vlc_custom_create() to create vout_display_t objects.
2011-06-02 Laurent AimarRedraw vout subpicture only when needed.
2011-06-01 Laurent AimarConverted subpicture widget/epg to YUVP.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-23 Laurent AimarFixed OSD EPG and build it directly at the display...
2011-04-28 Laurent AimarNo functionnal changes (vout).
2011-04-26 Laurent AimarRendered text OSD at display size.
2011-04-20 Yuval TzeBackward compatibility: handle the "sub-filter" ambiguity
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-14 Laurent AimarImproved subtitiles/OSD quality when the rendering...
2011-04-14 Laurent AimarFixed i_original_picture_width/height fields of the...
2011-04-14 Juha JeronenInverse telecine deinterlacer
2011-03-29 Juha JeronenPhosphor deinterlacer
2011-03-05 Laurent AimarDo not allow direct rendering when the pictures provide...
2011-03-05 Laurent AimarUse the correct picture pool to render subtitles.
2011-02-20 Juha JeronenIncrease private_picture to 4 to accommodate filters...
2011-02-19 Rémi Denis-CourmontReplace vout_opengl_t with vlc_gl_t
2011-02-19 Rémi Denis-Courmontvlc_gl_t: abstract OpenGL provider
2011-02-13 Laurent AimarFixed a huge memory leak due to OSD.
2011-02-12 Laurent AimarFixed an invalid test when rendering subtitles.
2011-02-12 Laurent AimarConsider too large width/height as invalid.
2011-02-12 Laurent AimarHandle errors when no filter can be found to adapt...
2011-02-12 Laurent AimarAllowed rendering OSD at display resolution when possib...
2011-02-12 Laurent AimarFixed OSD widget rendering code to render at display...
2011-02-12 Laurent AimarFixed subpicture rendering when render size != source...
2011-02-12 Laurent AimarMade subtitle subpicture absolute only when rendering...
2011-01-11 Rémi Denis-Courmontvout_window: use custom entry callback
2011-01-09 Laurent AimarSet text scale only once per subpicture.
2011-01-09 Laurent AimarImproved SpuRenderSubpictures() output region linking.
2011-01-09 Laurent AimarClean up a bit vout_subpicture.c (no functionnal changes).
2011-01-09 Laurent AimarSimplify a bit text re-rendering.
2011-01-09 Laurent AimarMade SpuRegionPlace() code a bit more obvious.
2011-01-09 Laurent AimarReworked the code doing the blending in vout.
2011-01-09 Laurent AimarFixed typo in vout subpicture rendering regarding AR.
2011-01-09 Laurent AimarMerged vout_RenderWrapper/vout_DisplayWrapper directly...
2011-01-09 Laurent AimarAllowed a vout_display_t module to do the OSD/subtitles...
2011-01-09 Laurent AimarExtended spu_Render to accept a list of supported chrom...
2011-01-09 Laurent AimarCleaned up a bit vout_subpictures includes.
2011-01-09 Laurent AimarNo functionnal changes (spu).
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
2011-01-09 Laurent AimarUsed picture_BlendSubpicture for rendering OSD/subtitle...
2011-01-09 Laurent AimarRevert "Fix render picture out-of-memory handling"
2011-01-09 Laurent AimarProperly reset pictures created for vout filters.
2011-01-09 Laurent AimarChanged picture_fifo_Pop/picture_pool_Get to set pictur...
2011-01-05 Rémi Denis-CourmontFix render picture out-of-memory handling
2010-12-05 Rémi Denis-CourmontAdd left and right wheel buttons
2010-12-05 Rémi Denis-CourmontRemove useless mouse buttons table
2010-12-02 Laurent AimarFixed a small memleak (vout).
next