]> git.sesse.net Git - vlc/commit
A lot of bug fixs for the BeOS side of VideoLAN:
authorJean-Marc Dressler <polux@videolan.org>
Mon, 21 Aug 2000 19:57:55 +0000 (19:57 +0000)
committerJean-Marc Dressler <polux@videolan.org>
Mon, 21 Aug 2000 19:57:55 +0000 (19:57 +0000)
commit0b5a98ad92c709457b3c00a358e4824cd7f86195
tree9f8c2cc6b381ed2b856a053c4ee40d55e09f513b
parentd2082e9df73f402bafc55d9f0ebfe7c80225311d
A lot of bug fixs for the BeOS side of VideoLAN:
- the vlc does not exhaust system resources anymore (it was creating a new
  mutex each picture so after a while there was no more mutex available in
  the entire system);
- the sound has been corrected and now it works perfectly;
- the window has now the right size (there was and additional line before).

The (BeOS) threads have also been improved especially with the cond vars
(but it is no more compliant with the pthread cond vars).

VideoLAN for BeOS now rocks and is ready for its first binary release.
include/threads.h
plugins/beos/aout_beos.cpp
plugins/beos/intf_beos.cpp
plugins/beos/vout_beos.cpp