summaryrefslogtreecommitdiffstats
path: root/libavformat/mmst.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-5/+5
|\
| * mmst: Use AVUNERROR() to convert error codes to the right range for strerrorMartin Storsjö2012-06-191-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\ \ | |/
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-031-1/+1
|\ \ | |/
| * Fix a bunch of typos.Diego Biurrun2012-01-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-9/+6
|\ \ | |/
| * proto: Realign struct initializersMartin Storsjö2011-12-011-4/+4
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-5/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-1/+2
|\ \ | |/
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-1/+1
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-1/+2
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+4
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-1/+1
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-071-7/+7
|\ \ | |/
| * mmst: get rid of deprecated AVERRORsAnton Khirnov2011-04-061-7/+7
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-7/+8
|\ \ | |/
| * avio: make url_close() internal.Anton Khirnov2011-04-041-1/+1
| * avio: make url_write() internal.Anton Khirnov2011-04-041-1/+1
| * avio: make url_read_complete() internal.Anton Khirnov2011-04-041-4/+4
| * avio: make url_open() internal.Anton Khirnov2011-04-041-1/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
| * mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-141-2/+1
| * mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-131-1/+1
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-10/+10
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
| * lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-211-2/+1
* | avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-1/+2
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* | mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje2011-02-141-2/+1
* | mmst: print packet type with error status code messageFrancesco Cosoleto2011-02-141-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-10/+10
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
* | lavf: move ff_put_str16_nolen from asf to avio and rename itAnton Khirnov2011-01-231-2/+1
|/
* Set proper error if server flags indicate that it doesn't support mmst. Thisqrtt12010-10-051-1/+5
* Remove use of MAX_STREAMS in MMSContext->streams[] array. Instead, dynamicallyRonald S. Bultje2010-08-131-0/+1
* Fix wrong command prefix for timing test in MMST protocol.Zhentan Feng2010-08-131-1/+1
* Move functions and structs shared between MMSH and MMST into their own file,Zhentan Feng2010-08-111-119/+5
* Extract fields that are to be shared between MMST/MMSH into a common struct,Zhentan Feng2010-08-111-84/+97
* Use FFALIGN() in mmst.c where appropriate. Noticed by Benoit Fouet.Ronald S. Bultje2010-08-111-1/+1
* Move read_mms_packet() code to be inlined in the calling function.Zhentan Feng2010-08-041-50/+43
* Remove is_playing variable.Zhentan Feng2010-08-041-19/+10
* Move send_media_packet_request() and clear_stream_buffers() up.Zhentan Feng2010-08-041-24/+24
OpenPOWER on IntegriCloud