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
Showing
- berrno.h 3 additions, 0 deletionsberrno.h
- configure 29 additions, 0 deletionsconfigure
- doc/README.beos 23 additions, 0 deletionsdoc/README.beos
- libav/mov.c 167 additions, 6 deletionslibav/mov.c
- libav/wav.c 7 additions, 1 deletionlibav/wav.c
- libavcodec/Makefile 1 addition, 1 deletionlibavcodec/Makefile
- libavcodec/adpcm.c 406 additions, 0 deletionslibavcodec/adpcm.c
- libavcodec/allcodecs.c 5 additions, 0 deletionslibavcodec/allcodecs.c
- libavcodec/avcodec.h 15 additions, 3 deletionslibavcodec/avcodec.h
Loading
Please register or sign in to comment