for the begining it's major rewrite of asf parsing code
(tested only inside avifile at this moment)
it handles descrambling (though without WMA it's probably
useless inside ffmpeg...
* extended AVStream structure to return information about
stream time length
* extended AVStream to export extra data found after standard
headers - not really usefull for ffmpeg - but Windows codecs
need them.
* asf parsing is not yet finished but works nicely already
(at 100% better them before :))
Originally committed as revision 846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- This stuff could be done in AVCodecContext and the real frame rate
calculated in utils.c, but we don't changes in that by now ;)
Originally committed as revision 497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- Bug fix in wav muxer for MP2 audio.
- ffmpeg/libavcodec version in MPEG-4 user data.
Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
(and fix) stream copying. By now force_pts it's just honoured by the MPEG
muxer. ASF could honour this also, but it should be fixed to use Tickers
first.
- MPEG audio decoder exports it's frame size in bytes.
- Hope this fix the floating point exception found in ffserver.
Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk