]> git.sesse.net Git - vlc/history - modules/video_filter/remoteosd.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_filter / remoteosd.c
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-01 Laurent AimarUpdated remoteosd to new sub-filter mouse API.
2010-04-22 Christophe MutricyTypos
2010-04-17 Laurent AimarRemoved useless include in remoteosd.
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-10-20 Rémi Duraffortremoteosd: remove unneded VLC_COMMON_MEMBERS.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-06-30 Rémi DuraffortGlobal headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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-01-27 Rémi Denis-CourmontTrailing ;
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-21 Laurent AimarFixed scaled output mouse tracking in remoteosd.
2008-07-21 Laurent AimarFixed unitialized memory passed to write().
2008-07-21 Laurent AimarClean up remoteosd (use picture_*, fix a few race condi...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-10 Rafaël CarréRemoteosd: initialise gcrypt
2008-06-09 Antoine CellerierRemove executable permission from source files. (btw...
2008-06-08 Matthias BauerAdded plugin RemoteOSD, a VNC client as video-filter