]> git.sesse.net Git - vlc/history - modules/video_filter/logo.c
Merge branch 1.0-bugfix
[vlc] / modules / video_filter / logo.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi Denis-CourmontLogo: thread safety fix
2009-05-19 Rémi Denis-CourmontLogo: expansion safety
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-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-02 Laurent AimarFixed a lot of issues regarding fullscreen/mouse in...
2009-03-31 Rémi Duraffortvideo_filter/logo: fix compilation.
2009-03-31 Rémi Denis-Courmontlogo-file is NOT 6 characters. strcmp() is -hopefully...
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
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-09-09 Antoine CellerierFix use of logo and erase filters in the Qt extended...
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-19 Laurent AimarUse filter helpers.
2008-07-18 Laurent AimarUse picture helpers (Yield,Release,CopyProperties).
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarFixed filters implemented as vout (Init/End can be...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-22 Rémi DuraffortRemove unnedeeded msg_Error.
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Antoine CellerierRemove useless NULL check (p_sys->p_vout can never...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-01 Ilkka Ollakkafix align setting, p_spu->p_region is null there
2008-01-29 Rafaël Carrévideo_filter: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-07 Antoine CellerierSame change as marq for positioning code.
2007-10-12 Rafaël Carrélogo filter: fail early if the logo hasn't been specifi...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontMore libvlc_global presumed abuse
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-06-21 Jean-Baptiste KempfLogo: Correction spotted by ILEoo and patched by Bernie...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-05-16 Jean-Paul SamanFix another bunch of: (near initialization for `fmt...
2007-04-15 Antoine CellerierDon't delete variables that don't exist.
2007-03-25 Antoine CellerierAdd support for config chain option parsing.
2007-03-25 Antoine CellerierWoops, forgot to remove this reference to p_libvlc_glob...
2007-03-24 Antoine CellerierRegister variables as callback. Don't store module...
2007-02-11 Antoine CellerierFix #675.
2006-12-11 Derk-Jan Hartman* motion_detect: use playlist_Control's "lock" argument
2006-12-02 Derk-Jan Hartman* forwardport [18201]
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-01 Antoine Cellerieruse config chain stuff in logo, rss and mosaic sub...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-31 Christophe Mutricytypo
2006-08-10 Derk-Jan Hartman* p_input->p_libvlc == p_filter->p_libvlc: remove p_inp...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-02-17 Antoine CellerierLogo filter(s) now takes a list of images, delays and...
2006-01-12 Antoine CellerierFSF address change.
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-08-27 Jean-Paul SamanMerged OSD functionality on the same core functions...
2005-08-17 Antoine Cellerierremove tabs and trailing spaces
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-04 Mark MoriartyMake logo-x, logo-y operate relative to upper left...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-16 Gildas Bazin* modules/video_filter/logo.c: --logo-transparency...
2004-12-16 Gildas Bazincompilation fixes.
2004-12-16 Gildas Bazinmodules/video_filter/logo.c: use image handler.
2004-12-16 Clément StenacFix a bug with preferences
2004-12-11 Clément StenacImprovements to preferences
2004-11-11 Mark MoriartyChanged logo and marq control variables to attach to...
2004-11-09 Gildas Bazin* modules/video_filter/logo.c: whole bunch of fixes.
2004-11-09 Mark MoriartyOTF transparency and file name. Needs work.
2004-11-08 Gildas Bazin* modules/video_filter/logo.c: set sample aspect ratio.
2004-11-07 Mark MoriartyOn-the-fly control of logo positiion
2004-11-06 Yoann Peronneau* modules/video_filter/blend.c: added an i_alpha parame...
2004-09-27 Gildas Bazin* modules/video_filter/logo.c: implemented --logo-posit...
2004-09-27 Gildas Bazin* modules/video_filter/logo.c: new --logo-position...
next