]> git.sesse.net Git - vlc/history - src/video_output/video_output.c
Removed write only vout_thread_t::i_zoom.
[vlc] / src / video_output / video_output.c
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
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Laurent AimarUsed vlc_fourcc_GetCodec in vout core.
2009-05-01 Laurent AimarCheck against invalid i_title_timeout value.
2009-04-26 Laurent AimarReplaced ReduceHeight by GCD (vout).
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-18 Rémi Denis-CourmontUse gettext() as per gettext standard for non-constant...
2009-04-08 Laurent AimarFixed spu_t attach/detach sequence.
2009-04-02 Rémi DuraffortFix memleak and use var_Get(Integer|String|...) when...
2009-03-31 Rémi Denis-CourmontUnused parameters
2009-03-17 Laurent AimarTry to use video-filter instead of vout-filter for...
2009-03-17 Laurent AimarCosmetics (vout, deinterlace).
2009-03-11 Rémi Denis-CourmontAlmost wait-free snapshot handling in the vout thread
2009-03-08 Laurent AimarFirst pass to clean up snapshot code (vout).
2009-03-08 Laurent AimarFixed 2 compilation warnings (vout).
2009-03-06 Rémi Denis-CourmontFix the same vout leak when vlc_clone fails
2009-03-06 Rémi Denis-CourmontFix massive leak when --vout-filter or --vout module_Ne...
2009-03-06 basos gVOUT Add debug messages
2009-02-17 Laurent AimarAdded a "postprocess" vout variable.
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontVOUT_SET_STAY_ON_TOP: call vout_Control in a thread...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-12 Rémi Denis-Courmontvout: trivial code factorization
2009-01-12 Rémi Denis-Courmontvout: stop using the object lock, we have the change_lo...
2009-01-05 Laurent AimarFixed vout_FixLeaks logic.
2009-01-05 Laurent AimarImproved osd title display in vout.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-04 Laurent AimarFixed vout leak.
next