1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/plugins/idct
Gildas Bazin c40571df60 This is the first part of the new configuration architecture for vlc.
Two other parts will follow soon:
- config file implementation
- gtk configuration interface.

This part won't change much for end-users as these changes are mostly
internal, you will however notice that the command line interface has
changed. It will maybe be less user-friendly as I almost removed the
short options but it shouldn't a big problem when the config file is
implemented.

What as changed is that it is really easy now to add configuration
options to vlc. Plugins can also implement configuration options. All
you have to do is to declare a MODULE_CONFIG section in your plugin.
If you want to know more about this look at configuration.h and for some
example: main.c, dsp.c or xvideo.c

It would be nice if every developper could now start using configuration
options in there plugins and also enhance old plugins.

That's it, now let's hope I didn't break too many things ;-)
2002-02-24 20:51:10 +00:00
..
.cvsignore Some heavy changes today: 2001-12-30 07:09:56 +00:00
block_c.h * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec 2001-09-05 16:07:50 +00:00
block_mmx.h * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec 2001-09-05 16:07:50 +00:00
idct_decl.h * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
idct_sparse.h * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec 2001-09-05 16:07:50 +00:00
idct.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
idct.h * Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec 2001-09-05 16:07:50 +00:00
idctaltivec.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
idctclassic.c This is the first part of the new configuration architecture for vlc. 2002-02-24 20:51:10 +00:00
idctmmx.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
idctmmxext.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
Makefile Some heavy changes today: 2001-12-30 07:09:56 +00:00
vdec_block_c.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00
vdec_block_mmx.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00