]> git.sesse.net Git - vlc/history - src/video_output/vout_wrapper.c
macosx: fix wrong ref counting in media info
[vlc] / src / video_output / vout_wrapper.c
2014-11-04 Rémi Denis-CourmontRevert "vout: fix picture lock/unlock with private...
2014-11-01 Rémi Denis-Courmontvout: fix picture lock/unlock with private pool
2014-11-01 Rémi Denis-Courmontpicture_pool: remove ..._Delete(), use ..._Release...
2013-07-23 Rafaël Carrévout_ManageWrapper: reset display pool after we reset...
2013-07-02 Rémi Denis-Courmontvout: remove the dummy display pool
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-05-01 Rémi Denis-Courmontvout: use var_Inherit*() for video-title* variables
2012-11-24 Rémi Denis-Courmontvout: fix segmentation fault if initialization fails
2012-01-09 Jean-Baptiste KempfWin32: Merge direct3d-desktop and video-wallpaper to...
2011-12-15 Pere Orgafix filename self-references
2011-11-27 Jean-Baptiste KempfLGPL
2011-03-05 Laurent AimarDo not allow direct rendering when the pictures provide...
2011-02-20 Juha JeronenIncrease private_picture to 4 to accommodate filters...
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...
2010-11-07 Laurent AimarImproved support for crop/ar changes.
2010-11-07 Laurent AimarFixed support of crop coming from the decoder.
2010-11-02 Laurent AimarRemoved uneeded hack (vout).
2010-10-21 Laurent AimarFixed potential segfault in vout when not using DR...
2010-06-10 Laurent AimarFixed the value of the dpb size that we got after reque...
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-12 Laurent AimarNo functionnal changes (vout).
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-04-26 Laurent AimarConverted more commands to vout_control.
2010-04-26 Laurent AimarNo functionnal changes.
2010-04-23 Laurent AimarNo functionnal changes (vout).
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
2010-04-18 Laurent AimarFixed win32 build.
2010-04-18 Laurent AimarMoved most of private vout_thread_t fields out of vlc_v...
2010-04-18 Laurent AimarRemoved picture_heap_t::i_aspect/width/height/chroma.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-17 Laurent AimarEnabled support for video splitter directly at the...
2010-04-17 Laurent AimarMoved "video output" -> "vout display" wrapper to the...