beos/mov/adpcm patch by François Revol <revol at free dot fr>
authorFrançois Revol <revol@free.fr>
Sat, 20 Jul 2002 20:05:50 +0000 (20:05 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 20 Jul 2002 20:05:50 +0000 (20:05 +0000)
commit0147f198569a8e8d857df184d29ad22c8089b91e
tree706f7175941b7874bab8f3d79da53fe148c4f0e3
parente1707f52d5a431bd645eb6026801e1ddaf9c79c5
beos/mov/adpcm patch by François Revol <revol at free dot fr>
* Some BeOS fixes:
- errno stuff
- nanosleep() replacement
- added a doc/README.beos

* mov reader still has problems with most videos (skips many chunks),
- It should now read .mov files with zlib-compressed moov headers (aka cmov)
- added SVQ1 support.
- removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
- added IMA4 support. (tested)
- fixed frame rate (it reported 0 fps or something before)
- extended file probing ('wide' and 'free' atoms)
- improved .mov/.mp4 detection (or so I think)

* adpcm
* added zlib support, with header file and lib check

Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
berrno.h
configure
doc/README.beos [new file with mode: 0644]
libav/mov.c
libav/wav.c
libavcodec/Makefile
libavcodec/adpcm.c [new file with mode: 0644]
libavcodec/allcodecs.c
libavcodec/avcodec.h