Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mms: remove dependency on MAX_STREAM API | Aurelien Jacobs | 2010-10-04 | 1 | -1/+7 |
| | | | | Originally committed as revision 25335 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamically | Ronald S. Bultje | 2010-08-13 | 1 | -0/+3 |
| | | | | | | allocate the array. Originally committed as revision 24794 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation. | Zhentan Feng | 2010-08-13 | 1 | -1/+6 |
| | | | | | | | | This fixes playback of at least one MMST stream. Patch by Zhentan Feng <spyfeng gmail com>. Originally committed as revision 24793 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add missing mms.c from r24779. | Ronald S. Bultje | 2010-08-11 | 1 | -0/+111 |
Originally committed as revision 24780 to svn://svn.ffmpeg.org/ffmpeg/trunk |