]> git.sesse.net Git - vlc/history - src/video_output/vout_intf.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / video_output / vout_intf.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-12 Laurent AimarClean up vout object creation/destruction.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarRemoved unused variable.
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 a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
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-23 Laurent AimarNo functionnal changes (vout).
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 write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-03-30 Jean-Baptiste KempfAdd 2.35 and 2.39 AR
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-28 Rémi Denis-CourmontFix warning
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-10 Rémi Denis-CourmontDo not clutter the instance with the fullscreen status
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-26 Laurent AimarRedirected "zoom" on "scale" (vout_thread_t).
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-08-29 Erwan Tulousnapshot: replace vout_snapshottaken with snapshot...
2009-08-24 Laurent AimarRevert "vout_pictures: Use unsigned for width and heigh...
2009-08-20 Pierre d'Herbemontvout_pictures: Use unsigned for width and height in...
2009-08-01 Laurent AimarMoved out snapshot code to a standalone file.
2009-08-01 Laurent AimarModified vout_window_t to be completly independant...
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-16 Rémi DuraffortRemove uneeded asprintf.
2009-06-29 Pierre d'Herbemontvout: vout_EnableFilter takes a const char *.
2009-06-14 Laurent AimarAdd temporary hack for video splitter filters in vout_E...
2009-06-14 Cyril MathéAdd sub-filter and video-filter to vout_EnableFilter
2009-06-05 Laurent AimarRemoved useless date check when using vlc_cond_timedwait.
2009-06-04 Derk-Jan Hartmancore vout: Fix snapshots
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 Laurent AimarUsed subpicture_NewFromPicture in snapshot code.
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 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-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-04-27 Dylan YudakenAdd bounds checking to crop
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-03-08 Laurent AimarRemoved libvlc "object:" snapshot hack.
2009-03-08 Laurent AimarAdded a vout_GetSnapshot to retreive snapshot from...
2009-03-08 Laurent AimarClean up snapshot code (vout).
2009-03-08 Laurent AimarFirst pass to clean up snapshot code (vout).
2009-03-08 Laurent AimarUse picture_Export in vout_Snapshot.
2009-02-15 Rémi Denis-CourmontMinor cleanup
2009-02-15 Rémi Denis-CourmontStay polite
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 Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-02 Rémi Denis-CourmontRemove old core drawable support
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-26 Laurent AimarFixed compilation warning (missing return value).
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
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-20 Rémi Denis-CourmontDocument vout_Re(quest|lease)Window
2009-01-14 Rémi Denis-Courmontsccanf supports %p, use it instead of hacky %ju
2009-01-08 Rémi Denis-CourmontRevert "* src/video_output/vout_intf.c: small kludge...
2009-01-05 Laurent AimarImproved osd title display in vout.
2009-01-05 Rémi Denis-CourmontUse var_TriggerCallback as appropriate
2008-12-30 basOS GSnapshot naming: fix thread safety
2008-12-29 basOS GChanged snapshot naming format to be prefix-YYMMDD...
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-11 basoslibvlc_MediaPlayerSnapshotTaken Event creation
2008-12-09 Rémi Denis-CourmontFix vout window capability name
2008-10-27 Olivier Aubertvout_intf: do not vlc_object_release() the cache object...
next