]> git.sesse.net Git - vlc/history - modules/video_output/caca.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / video_output / caca.c
2010-05-30 Laurent AimarRevert "CACA: use key thread (partially fix #3661)"
2010-05-30 Rémi Denis-CourmontCACA: use key thread (partially fix #3661)
2010-05-20 Laurent AimarCalled vout_display_DeleteWindow(vd, NULL) for vout...
2009-12-30 Pierre d'Herbemontcaca: On Mac OS X use the ncurses video driver by default.
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-11-01 Laurent AimarDo not filter out mouse coordinates (caca).
2009-10-07 Rémi Denis-CourmontKEY_SPACE = 32, simplify several outputs and interfaces
2009-09-26 Laurent AimarUpdated vou display module after vout_display_SendEvent...
2009-08-20 Pierre d'Herbemontcaca: Fix a warning about unsigned.
2009-08-04 Laurent AimarConverted vout caca to "vout display" API.
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-03-17 Rémi DuraffortFix compilation of caca vout.
2009-03-17 Rémi Duraffortvout_caca: fix potential memleak.
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-15 Jean-Baptiste KempfDon't use deprecated functions.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-01-28 Rafaël Carrévideo_output: avoids unused parameter warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rafaël Carréfix #1387 (update to new libcaca api)
2007-10-06 Christophe MutricyFix header order
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacPwet pwet
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-01 Sam Hocevar * Mouse motion and mouse click support in the libcaca...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-06-01 Christophe Mutricycaca.c: compile fix
2006-06-01 Sam Hocevar * modules/video_output/caca.c: fixed typedefs for...
2006-06-01 Sam Hocevar * modules/video_output/caca.c: many code simplifications.
2006-04-24 Sam Hocevar * modules/video_output/caca.c: synced caca output...
2006-03-22 Sam Hocevar * modules/video_output/caca.c: Compilation fixes.
2006-03-19 Christophe Mutricycaca.c: Typo
2006-03-19 Sam Hocevar * Support for newer libcaca/libcucul versions.
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-11 Clément StenacImprovements to preferences
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-01-26 Clément StenacString review
2004-01-18 Sam Hocevar * modules/video_output/caca.c:
2004-01-12 Gildas Bazin* modules/video_output/caca.c: ported to win32.
2004-01-08 Sam Hocevar * modules/video_output/caca.c:
2004-01-04 Sam Hocevar * modules/video_output/caca.c:
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-22 Sam Hocevar * modules/video_output/caca.c: Oops, compilation...
2003-11-22 Sam Hocevar * configure.ac:
2003-11-16 Sam Hocevar * modules/video_output/caca.c: color ASCII art video...