]> git.sesse.net Git - vlc/history - src/video_output
Replace vout_opengl_t with vlc_gl_t
[vlc] / src / video_output /
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
2010-07-21 Jean-Baptiste KempfMerge branch 'master' of git.videolan.org:vlc
2010-07-21 Juho Vähä-HerttuaAdd nsobject support to vout_window_t
2010-07-17 Rémi Denis-CourmontAlways re-arm the cursor hide timeout on movement ...
2010-07-15 Laurent AimarFixed a compilation warning.
2010-07-11 Laurent AimarEnabled back yadif deinterlacer mode in the vout.
2010-07-11 Laurent AimarAdded support for video filter that introduce latency...
2010-07-11 Laurent AimarFixed deinterlacer mode configuration (vout).
2010-07-11 Laurent AimarUsed the right picture to get the date we have to wait on.
2010-07-11 Laurent AimarMoved out the code retreiving a decoded picture from...
2010-07-08 Rémi Denis-CourmontAdd a window variable to select the window provider
2010-06-27 Laurent AimarFixed a segfault with opengl provider.
2010-06-12 Laurent AimarFixed vertical video alignment (close #3688).
2010-06-10 Laurent AimarFixed the value of the dpb size that we got after reque...
2010-06-10 Erwan Tuloucore: fix a wrong division
2010-06-06 Laurent AimarAdded a missing vlc_join() in vout.
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-05-30 Laurent AimarFixed vout display key event thread destruction.
2010-05-30 Laurent AimarAdded vout_display_info_t::has_event_thread.
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-27 Laurent AimarRemoved duplicated vout_Close description.
2010-05-26 Laurent AimarRemoved dead code (spu).
2010-05-26 Laurent AimarImplemented filter_GetInputAttachments for text rendere...
2010-05-26 Laurent AimarImproved spu_SortSubpictures.
2010-05-26 Laurent AimarCosmetic.
2010-05-25 Laurent AimarReimplemented vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarRevert "Used vout_control_Push for vout_RegisterSubpict...
2010-05-25 Laurent AimarDestroyed the spu object inside vout_Close.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarUsed Used vout_control_Push for vout_FlushSubpictureCha...
2010-05-25 Laurent AimarAdded vout_control_PushInteger.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_PutSubpicture.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
next