summaryrefslogtreecommitdiff
path: root/libavformat/mms.c
Commit message (Expand)AuthorAge
* avformat/mms: add logging context to logSteven Liu2019-10-08
* avformat/mms: Add missing chunksize checkMichael Niedermayer2018-07-06
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '93c1b04abfc0dd31211a18bf2c0041d69cd16919'Michael Niedermayer2015-03-22
|\|
| * mms: Check memory allocationFederico Tomassetti2015-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-26
|\|
| * mms: Remove non-utf8 charactersLuca Barbato2013-12-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * MMS: also discover streams in extended stream properties objectMarton Balint2011-02-19
* | MMS: also discover streams in extended stream properties objectMarton Balint2011-02-20
|/
* mms: remove dependency on MAX_STREAM APIAurelien Jacobs2010-10-04
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-13
* Set fixed chunksize for ASF header in MMS streams, as per MSDN documentation.Zhentan Feng2010-08-13
* Add missing mms.c from r24779.Ronald S. Bultje2010-08-11