summaryrefslogtreecommitdiff
path: root/libavformat/mms.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* mms: Check memory allocationFederico Tomassetti2015-03-21
| | | | | | Bug-Id: CID 1258462 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* mms: Remove non-utf8 charactersLuca Barbato2013-12-26
| | | | | | Certain softwares get badly confused. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* MMS: also discover streams in extended stream properties objectMarton Balint2011-02-19
| | | | | | | Allows playback of nonprimary audio streams in multiple bitrate sources, such as mmsh://wmscr1.dr.dk/e02ch03m Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-04
| | | | Originally committed as revision 25335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
| | | | | | 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 Feng2010-08-13
| | | | | | | | 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. Bultje2010-08-11
Originally committed as revision 24780 to svn://svn.ffmpeg.org/ffmpeg/trunk