]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
LGPL
[vlc] / src / video_output / video_output.c
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-07-11 Rémi Denis-CourmontRemove VLC_OBJECT_VOUT
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
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-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-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-01-09 Laurent AimarReworked the code doing the blending in vout.
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 AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
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-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 AimarModified vout_SetDisplayAspect() to take a DAR instead...
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 AimarAllowed using filter changing their output formats...
2010-11-01 Laurent AimarCosmetics (vout).
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-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-11 Laurent AimarFixed invalid pointer usage after free (vout).
2010-08-11 Laurent AimarNo functionnal changes (vout).
2010-07-11 Laurent AimarAdded support for video filter that introduce latency...
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-12 Laurent AimarFixed vertical video alignment (close #3688).
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-27 Laurent AimarRemoved duplicated vout_Close description.
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 AimarUsed vout_control_Push for vout_PutSubpicture.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-20 Laurent AimarAllowed vout_display_DeleteWindow(vd, NULL) to destroy...
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-20 Laurent AimarAvoided recreating vout_thread_t in vout_Request().
2010-05-19 Laurent AimarFixed crop behavior (with a ratio) after AR changes.
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarCosmetics (vout).
2010-05-18 Laurent AimarPrepared for a better vout reuse.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-12 Laurent AimarClean up vout object creation/destruction.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-12 Laurent AimarNo functionnal changes (vout).
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarRemoved dead code (vout).
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDText/Message.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-04 Laurent AimarFixed picture clean up when closing vout.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-26 Laurent AimarConverted more commands to vout_control.
2010-04-26 Laurent AimarRemoved unused "intf-change" vout variable.
2010-04-26 Laurent AimarUsed vout_control for various commands (vout).
2010-04-26 Laurent AimarAdded API to simplify/clean up vout controls.
2010-04-26 Laurent AimarNo functionnal changes (vout)
2010-04-26 Laurent AimarSplit out interlacing/post-processing management from...
2010-04-26 Laurent AimarRemoved vlc_object_find_name in vout.
2010-04-26 Laurent AimarRemoved dead code (vout).
2010-04-24 Laurent AimarFixed :drop-late-frames= inheritance in vout.
2010-04-23 Laurent AimarFixed vout_Reset.
2010-04-23 Laurent AimarSplit vout_FixLeaks into vout_FixLeaks and vout_Reset.
2010-04-23 Laurent AimarNo functionnal changes (vout).
2010-04-23 Laurent AimarRemoved dead code.
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
2010-04-18 Laurent AimarMoved most of private vout_thread_t fields out of vlc_v...
next