view DOCS/MAINTAINERS @ 1347:448d1bf28f5a

Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANON attempt on such a system. The code tries mmap with /dev/zero and MIT-shm next. Fix a possible filedesc leak, when the code tries to mmap shared memeory via /dev/zero. Reuse the already open /dev/zero from a previous shmem_alloc call. (same change; now without changing the indentation of the code)
author jkeil
date Thu, 19 Jul 2001 20:32:13 +0000
parents 0bddc179f042
children e7778832010d
line wrap: on
line source

MPlayer code & doc maintainers:
===============================

Documentation:
~~~~~~~~~~~~~~
Homepage:
   Design:  Chass
   Content: Gabucino
English docs:
   tech-*.txt, BUGS: A'rpi
   others: Gabucino
DOCS translations:
   Hungarian:  Gabucino & Tibcu
   Spanish:    TeLeNiEkO
   Russian:    Nick Kurshev

Platforms/ports:
~~~~~~~~~~~~~~~~
DEBIAN packaging:  Dariush Pietrzak
FreeBSD support:   Vladimir Kushnir
Solaris 8 support: Jürgen Keil

MPlayer code:
~~~~~~~~~~~~~
fileformat detection, demuxers: A'rpi
DVD support: LGB
network streaming: Bertrand BAUDET
A-V sync code: A'rpi
subtitles file parser/reader: Lez
config files & commandline parser: Szabi
fastmemcpy: Nick
LIRC support: Acki

libvo drivers:
~~~~~~~~~~~~~~
vo_3dfx.c   - OBSOLOTED, use xv
vo_dga.c    - Acki
vo_fbdev.c  - Szabi
vo_fsdga.c  - OBSOLOTED, use dga
vo_ggi.c    - al3x
vo_gl.c     - A'rpi
vo_md5.c    - A'rpi
vo_mga.c    - A'rpi
vo_null.c   - A'rpi
vo_odivx.c  - A'rpi
vo_pgm.c    - A'rpi
vo_png.c    - Atmos
vo_sdl.c    - Atmos
vo_svga.c   - se7en
vo_syncfb.c - OBSOLOTED, use mga
vo_x11.c    - Pontscho
vo_xmga.c   - Pontscho
vo_xv.c     - Pontscho

libao2 drivers:
~~~~~~~~~~~~~~~
ao_alsa5.c  - al3x
ao_alsa9.c  - al3x
ao_null.c   - A'rpi
ao_oss.c    - A'rpi
ao_pcm.c    - Atmos
ao_sdl.c    - Atmos
ao_sun.c    - Jürgen Keil