1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/modules/video_output/directx
Sam Hocevar 6e8f9504cb * ./src/misc/objects.c: two big changes in the object API: now objects can
only have one parent, because I don't want to deal with cycles, and each
    created object is indexed in a global array. This feature is unused yet,
    but it will speed up vlc_object_find(FIND_ANYWHERE).
  * ./debian/rules: activated the faad codec.
  * ./doc/fortunes.txt: new fortune cookies.
  * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach.
  * ./modules/audio_output/oss.c: fixed two compilation warnings.
2002-08-12 09:34:15 +00:00
..
.cvsignore * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
aout.c * ./src/misc/objects.c: two big changes in the object API: now objects can 2002-08-12 09:34:15 +00:00
directx.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
events.c * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
Makefile * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00
vout.c * ./src/misc/objects.c: two big changes in the object API: now objects can 2002-08-12 09:34:15 +00:00
vout.h * ./modules/*: moved plugins to the new tree. Yet untested builds include 2002-08-04 17:23:44 +00:00