summaryrefslogtreecommitdiff
path: root/libavformat/mmst.c
Commit message (Expand)AuthorAge
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-26
|\
| * mms: Remove non-utf8 charactersLuca Barbato2013-12-26
* | avformat/mmst: propagate error code from avio_put_str16le()Michael Niedermayer2013-11-13
* | Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer2013-09-27
|\|
| * lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer2013-09-19
|\|
| * avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö2012-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-03
|\|
| * Fix a bunch of typos.Diego Biurrun2012-01-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-02
|\|
| * proto: Realign struct initializersMartin Storsjö2011-12-01
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-14
|\|
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-13
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-13
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-07
|\|
| * mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-06
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * avio: make url_close() internal.Anton Khirnov2011-04-04
| * avio: make url_write() internal.Anton Khirnov2011-04-04
| * avio: make url_read_complete() internal.Anton Khirnov2011-04-04
| * avio: make url_open() internal.Anton Khirnov2011-04-04
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-14
| * mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-13
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-21
* | avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-14
* | mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-14
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-23
|/
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-05