]> git.sesse.net Git - vlc/history - src/video_output
contrib: vpx: try to set correct target for OSX
[vlc] / src / video_output /
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).
2010-11-26 Laurent AimarFixed opengl provider vout window selection.
2010-11-26 Laurent AimarFixed coding style (window.c).
2010-11-21 Rémi Denis-CourmontDisable screensaver preemption before destroying the...
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarCosmetics (vout).
2010-11-07 Laurent AimarFixed crop parameters when the decoded video has crop...
2010-11-07 Laurent AimarFixed support of crop coming from the decoder.
2010-11-07 Laurent AimarModified vout_SetDisplayAspect() to take a DAR instead...
2010-11-06 Rémi Denis-CourmontRemove __LIBVLC__ checks from src/
2010-11-04 Rémi Duraffortvout: remove dead assignement (and one mdate).
2010-11-02 Laurent AimarRemoved uneeded hack (vout).
2010-11-01 Laurent AimarCosmetic (vout).
2010-11-01 Laurent AimarReenabled mean and discard deinterlacer mode in the...
2010-11-01 Laurent AimarAllowed using filter changing their output formats...
2010-11-01 Laurent AimarCosmetics (vout).
2010-11-01 Laurent AimarDo not save deinterlace settings in the p_input object.
2010-10-25 Laurent AimarRenamed vout-filter in video-splitter.
2010-10-25 Laurent AimarMoved "vout-filter" change support from vout to playlist.
2010-10-25 Laurent AimarCosmetics (vout).
2010-10-25 Laurent AimarMoved vout_GetSnapshot() to video_output.c
2010-10-25 Laurent AimarFixed and simplify --monitor-par support.
2010-10-25 Laurent AimarRemoved non thread safe callbacks on video-title-show...
2010-10-25 Laurent AimarMerged vout_pictures.c with video_output.c.
2010-10-25 Laurent AimarMoved picture_t related functions to its own file.
2010-10-21 Laurent AimarFixed potential segfault in vout when not using DR...
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-08-18 Laurent AimarFixed a regression in vout when stepping or seeking...
2010-08-18 Laurent AimarReworked the way the vout select the pictures to be...
2010-08-18 Laurent AimarSeparated vout filter chain into static/interactive...
2010-08-16 Jean-Baptiste KempfFix snapshot height integer overflow creating mini...
2010-08-11 Laurent AimarFixed invalid pointer usage after free (vout).
2010-08-11 Laurent AimarNo functionnal changes (vout).
2010-08-11 Laurent AimarEnabled back bob, linear and yadif2x mode in vout.
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
next