]> git.sesse.net Git - vlc/history - plugins/idct/idctaltivec.c
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / plugins / idct / idctaltivec.c
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-04-19 Sam Hocevar * ALL: internationalized all configuration strings.
2002-02-15 Sam Hocevar * ALL: got rid of *_Probe functions because most...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-12-06 Christophe MassiotFixed dumb renaming of #define's for altivec :-p.
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-09-28 Christophe MassiotFixed bugs in the MacOS X port.
2001-09-28 Christophe MassiotFaster configure script and as-yet untested Darwin...
2001-09-28 Christophe MassiotFixed a stupid mistake in NormScan().
2001-09-25 Christophe MassiotAltivec IDCT and motion compensation, courtesy of Miche...
2001-09-11 Christophe MassiotFixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
2001-09-06 Christophe MassiotFixed a warning.
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-07-11 Sam Hocevar * libdvdcss enhancements by Billy Biggs <vektor@dumbt...
2001-06-03 Sam Hocevar * Various little fixes
2001-05-30 Sam Hocevar * Fixed the BeOS compile typo.
2001-05-15 Sam Hocevar * AC3 IMDCT and downmix functions are now in plugins...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-04-15 Sam Hocevar * Beginning of the built-in modules support.
2001-03-26 Sam Hocevar - fixed SDL compilation, thanks to Colin.
2001-03-21 Sam Hocevar * Fixed a typo in the Altivec iDCT module declaration.
2001-03-20 Christophe Massiot* Added IDCT Altivec optimization [MacOS X port]. Untes...