1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/plugins/motion
Sam Hocevar 48cbd8f360 * ALL: got rid of *_Probe functions because most of them were duplicates
of the real _Init or _Create functions. That's 1000 lines of code gained.
  * ./src/misc/modules.c: we try not to keep the global lock in module_Need,
    which should speed up output spawning.
  * ./plugins/dummy/input_dummy.c: fixed vlc:quit command.
  * ./plugins/gtk/gtk_playlist.c: compilation fix.
  * ./plugins/macosx/*: preliminary fixes for the vout4 port.

   Notes on the *_Probe eradication:
  o I probably broke the DirectX video output, because of the "must init and
    run in the same thread" issue. I'll fix this ASAP.
  o Subtitles are broken (or at least, pretty ugly) in RGB mode.
  o The input plugins still have *_Probe functions. This will disappear when
    meuuh is finished with the access plugins.
  o The decoder plugins still have *_Probe functions. This is probably not
    going to change, it looks OK to me.
2002-02-15 13:32:54 +00:00
..
.cvsignore Some heavy changes today: 2001-12-30 07:09:56 +00:00
Makefile Some heavy changes today: 2001-12-30 07:09:56 +00:00
motion3dnow.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
motion.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
motionaltivec.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
motionmmx.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
motionmmxext.c * ALL: got rid of *_Probe functions because most of them were duplicates 2002-02-15 13:32:54 +00:00
vdec_motion_common.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00
vdec_motion_inner_mmx.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00
vdec_motion_inner_mmxext.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00
vdec_motion_inner.c * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground 2001-12-09 17:01:37 +00:00