]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
Gives the input_thread_t to use to vout_Request().
[vlc] / src / video_output / video_output.c
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...
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 AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarTypo (vout).
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarRemoved dead code in vout.
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-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-17 Laurent AimarDo not show non working deinterlacing modes until it...
2010-04-17 Laurent AimarMoved "video output" -> "vout display" wrapper to the...
2010-04-17 Laurent AimarLet mouse events go through vout filter chain.
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-13 Antoine CellerierAttach the vout object to parent before spu creation...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-11 Jean-Paul Samanlibvlc: add mouse events as libvlc_MediaPlayerEvents
2010-02-07 Rémi Denis-Courmontvout: remove leading underscores
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-17 Rémi Denis-Courmontvideo output core: use var_Inherit
2010-01-11 Rémi Denis-CourmontRemove dead old <sys/times.h> use
2010-01-10 Rémi Denis-CourmontWrapper: remove hard-coded plugin list
2009-12-22 Erwan Tulouvlc core: remove a hack that seems no longer needed
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-11-10 Rémi Duraffortvideo_output: really fix use of uninitialized value.
2009-11-08 Laurent AimarFixed an uninitiliazed value regarding deinterlacing...
2009-10-20 Laurent AimarDo not hold change_lock while loading the vout module.
2009-10-06 Laurent AimarFixed a typo after auto deinterlace.
2009-10-06 Laurent AimarImplemented auto deinterlace mode.
2009-10-06 Sébastien Escudiervideo_output fix compilation
2009-10-05 Laurent AimarModified deinterlace selection.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-04 Laurent AimarAdded a new "deinterlace" configuration option.
2009-10-04 Laurent AimarAdded new deinterlacing modes to vout.
2009-08-31 Laurent AimarLoad and unload the vout module in the vout thread.
2009-08-31 Laurent AimarCosmetics.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...
2009-08-01 Laurent AimarMoved out video statistics to its own file and use...
2009-08-01 Laurent AimarMoved out snapshot code to a standalone file.
2009-07-29 Laurent AimarFixed some corner case errors with SPU.
2009-07-27 Laurent AimarImproved subtitle rendering accuracy and fixed pause...
2009-06-23 Rémi DuraffortTypo.
2009-06-03 Derk-Jan HartmanPostproc: Set a description string for the postprocess...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Erwan Tulousnapshot core : correct aspect ratio issue (trac #2705)
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
next