]> git.sesse.net Git - vlc/history - src/misc/modules.c
* Ported Glide and MGA plugins to the new module API. MGA never worked,
[vlc] / src / misc / modules.c
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-18 Jean-Marc Dressler The BeOS port seems to work again.
2001-02-17 Sam Hocevar * Tried to fix the BeOS interface and video output...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-08 Sam Hocevar This commit is a bit early, but it'll save Stef...
2001-02-07 Christophe Massiot* Centralized clock management, preparing for stream...
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-16 Sam Hocevar . merged the YUV plugins in the same directory to...
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-13 Sam Hocevar . the IDCT functions are now located in modules :...
2001-01-10 Sam Hocevar . complete commenting of modules_core.h and small...
2001-01-07 Sam Hocevar . all plugins now compile with -fPIC.
2001-01-07 Henri Fallon- Order : if a then b are initialized, release b then a ;
2001-01-07 Henri Fallon- Added vlc_mutex_destroy and vlc_cond_destroy function...
2001-01-06 Sam Hocevar . should compile & run on Solaris with ./configure...
2001-01-05 Sam Hocevar . src/misc/modules.c is in a workable state now.
2001-01-05 Sam Hocevar . splitted modules.h into modules.h and modules_core...
2001-01-05 Sam Hocevar . Added files needed for the forthcoming module manage...