]> git.sesse.net Git - vlc/history - plugins/filter/distort.c
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / plugins / filter / distort.c
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ./mozilla/Makefile: fixed dependencies on .h files.
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-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-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-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-30 Sam HocevarSome heavy changes today:
2001-12-19 Sam Hocevar * --filter distort:ripple (Ok, ok, I promise it's...
2001-12-19 Sam Hocevar * Initialize SDL before opening the SDL audio output.