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
staring at headers of real ASF files. ASFRecorder and avifile were
other useful sources.
Originally committed as revision 457 to svn://svn.ffmpeg.org/ffmpeg/trunk
AC3 set avcodec_context->channels to the desired number channels, if the
setting is 0 AC3 decoder will set it to the channels found in the
stream.
- Changed ffmpeg to cope with the new "way" of AC3 decoding.
- ASF muxer now uses Tickers for PTS calculations.
Originally committed as revision 393 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