]> git.sesse.net Git - vlc/history - modules/video_filter/logo.c
s/vout_Destroy/vlc_object_release/ - A cat is a cat
[vlc] / modules / video_filter / logo.c
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...
2004-09-20 Gildas Bazin* modules/video_filter/logo.c: fixed memleak.
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: oops, broke something.
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: couple of sanity check.
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: transparency fix by...
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: fixed case when no trans...
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: remove the comment about...
2004-09-19 Gildas Bazin* modules/video_filter/logo.c: convert all pngs to...
2004-09-17 Gildas Bazin* modules/video_filter/logo.c: small fix.
2004-09-17 Gildas Bazin* modules/video_filter/logo.c: implemented a logo subpi...
2004-09-10 Gildas Bazin* modules/video_filter/logo.c: complete rewrite using...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-07-12 Clément StenacFix segfault when child vout creation fails
2004-06-28 Felix Paul Kühne* ALL: minor spelling fixes
2004-04-23 Gildas Bazin* modules/video_filter/*: implemented a forwarding...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-25 Sigmund Augdal Helbergmodules/video_filter/logo.c:
2004-01-25 Gildas Bazin* modules/video_filter/logo.c: compilation fixes.
2004-01-25 Derk-Jan Hartman* stringreview
2003-12-22 Sam Hocevar * toolbox:
2003-11-23 Alexis de Lattre- Updated French translation (still a lot of work to...
2003-10-15 Gildas Bazin* modules/video_filter/*: forward fullscreen event...
2003-09-18 Simon Latapie * fixed some bugs in logo filter
2003-07-04 Eric Petit logo.c : gcc != 3 compile fix
2003-07-03 Simon Latapie * logo.c : a little filter to put a PNG picture on...