• François Revol's avatar
    beos/mov/adpcm patch by François Revol <revol at free dot fr> · 0147f198
    François Revol authored
    * 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
    0147f198
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile Loading commit data...
asf.c Loading commit data...
au.c Loading commit data...
audio.c Loading commit data...
avformat.h Loading commit data...
avi.h Loading commit data...
avidec.c Loading commit data...
avienc.c Loading commit data...
avio.c Loading commit data...
avio.h Loading commit data...
aviobuf.c Loading commit data...
crc.c Loading commit data...
ffm.c Loading commit data...
file.c Loading commit data...
gif.c Loading commit data...
grab.c Loading commit data...
http.c Loading commit data...
img.c Loading commit data...
jpeg.c Loading commit data...
mov.c Loading commit data...
mpeg.c Loading commit data...
mpegts.c Loading commit data...
raw.c Loading commit data...
rm.c Loading commit data...
rtp.c Loading commit data...
rtp.h Loading commit data...
rtpproto.c Loading commit data...
rtsp.c Loading commit data...
rtsp.h Loading commit data...
rtspcodes.h Loading commit data...
swf.c Loading commit data...
tcp.c Loading commit data...
tick.h Loading commit data...
udp.c Loading commit data...
utils.c Loading commit data...
wav.c Loading commit data...