]> git.sesse.net Git - vlc/history - plugins/filter/wall.c
* ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
[vlc] / plugins / filter / wall.c
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-06-11 Gildas Bazin* ./include/configuration.h: renamed MODULE_CONFIG_...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-30 Gildas Bazin* changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macro...
2002-05-28 Sam Hocevar * ./plugins/filters/*: fixed inconsistencies.
2002-05-27 Sam Hocevar * ./plugins/filter/*: filters are now configurable...
2002-05-19 Gildas Bazin* filters were using memalign but freeing p_data instea...
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-03-11 Gildas Bazin* New GTK configuration interface. This interface is...
2002-02-27 Sam Hocevar * ./include/common.h: BeOS compile fixes.
2002-02-24 Gildas BazinThis is the first part of the new configuration archite...
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2002-01-30 Sam Hocevar * Fixed stuff in the wall filter. Extended syntax:
2002-01-09 Sam Hocevar * ./include/modules_inner.h: replaced _X with __VLC_S...
2002-01-07 Sam Hocevar ./debian/control: updated list of supported architect...
2002-01-07 Sam Hocevar * ./plugins/mga/mga.c: removed the mgammx module...
2002-01-05 Sam Hocevar * ./configure.in: fix for obscure architectures like...
2002-01-04 Sam Hocevar * ./BUGS: added a list of known bugs. Please add...
2002-01-02 Sam Hocevar * ./ChangeLog: imported the 0.2.92 changes, unrolled...
2001-12-31 Sam Hocevar * Fixed detection of the esd plugin.
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.
2001-12-17 Sam Hocevar * CPU detection under BeOS.