]> git.sesse.net Git - vlc/commit
* ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
authorSam Hocevar <sam@videolan.org>
Sat, 1 Jun 2002 13:52:24 +0000 (13:52 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 1 Jun 2002 13:52:24 +0000 (13:52 +0000)
commit23379347d1a9b87795f717c9ffaee06d0b42e938
treebc37545aaf2730cf788caee250c52857a995f268
parent9e3ab283c258cba17e4ca6730d84f9d00d49b068
  * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the
    vlc_thread_create / vlc_thread_ready scheme to signal readiness.
  * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t.
  * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which
    belongs to plugins/mpeg_vdec.
  * ./ChangeLog: imported the 0_4_1_branch changelog.
  * ./plugins/chroma/i420_yuy2.h: imported a 0_4_1_branch fix.
13 files changed:
ChangeLog
include/vdec_ext-plugins.h
plugins/chroma/i420_yuy2.h
plugins/mpeg_vdec/video_decoder.h
plugins/mpeg_vdec/video_parser.c
plugins/mpeg_vdec/vpar_blocks.c
plugins/mpeg_vdec/vpar_headers.c
plugins/mpeg_vdec/vpar_pool.c
plugins/mpeg_vdec/vpar_pool.h
plugins/mpeg_vdec/vpar_synchro.c
po/en_GB.po
src/misc/beos_specific.cpp
src/misc/objects.c