]> git.sesse.net Git - vlc/commit
Commited BeOS changes by Richard Shepherd and Tony Castley.
authorSam Hocevar <sam@videolan.org>
Sun, 4 Mar 2001 16:20:16 +0000 (16:20 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 4 Mar 2001 16:20:16 +0000 (16:20 +0000)
commit9014b46011d9d55b9469d339509a99b3ff3e85d8
treeb76d7173c0abaa3bc1bd1bdfe25586cf8105155c
parent3fab36dc418a39430c0b6dd71a475c150819a48c
   Commited BeOS changes by Richard Shepherd and Tony Castley.

   include/video_output.h
    * Added boolean_t b_YCbr to vout_thread_s structure to flag YUV-YCbCr
      decoding needed instead of YUV-RGB
    * Will be removed later when video_output.c rewritten

   src/video_output.c
    * vout_CreateThread() initialises b_YCbr to zero

   plugins/beos/*
    * New BeOS video plugin that supports hardware overlays and new
      MediaPlayer compatible interface

   plugins/*
    * Added YUV-YCbCr transforms
22 files changed:
AUTHORS
Makefile.in
include/video_output.h
plugins/beos/Bitmaps.h [new file with mode: 0644]
plugins/beos/DrawingTidbits.cpp [new file with mode: 0644]
plugins/beos/DrawingTidbits.h [new file with mode: 0644]
plugins/beos/InterfaceWindow.h [moved from plugins/beos/window.h with 71% similarity]
plugins/beos/MsgVals.h [new file with mode: 0644]
plugins/beos/TransportButton.cpp [new file with mode: 0644]
plugins/beos/TransportButton.h [new file with mode: 0644]
plugins/beos/VideoWindow.h [new file with mode: 0644]
plugins/beos/intf_beos.cpp
plugins/beos/vout_beos.cpp
plugins/yuv/transforms_yuv.c
plugins/yuv/transforms_yuvmmx.c
plugins/yuv/transforms_yuvmmx.h
plugins/yuv/video_common.h
plugins/yuv/video_yuv.c
plugins/yuv/video_yuvmmx.c
src/misc/beos_specific.cpp
src/video_output/video_output.c
src/video_output/video_text.c