summaryrefslogtreecommitdiff
path: root/libavformat/mmsh.c
Commit message (Expand)AuthorAge
* mmsh: fix integer overflow in mmsh_seek()Michael Niedermayer2012-10-20
* 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 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
| * mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-11
|\|
| * mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-10
* | mmsh: add return value for mmsh_open()Michael Niedermayer2011-11-01
* | mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer2011-11-01
* | mmsh_read_seek: skip headerMichael Niedermayer2011-10-31
* | mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer2011-10-31
* | mmsh: mmsh_read_seek()Michael Niedermayer2011-10-31
* | mmsh: split out mmsh_open_internal()Michael Niedermayer2011-10-31
* | mmsh: move location storage into contextMichael Niedermayer2011-10-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-03
| * mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* | mmsh: fix 400 bad requestKirill Zorin2011-06-16
* | mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
* | 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-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * avio: make url_close() internal.Anton Khirnov2011-04-04
| * avio: make url_read_complete() internal.Anton Khirnov2011-04-04
| * avio: make url_connect internal.Anton Khirnov2011-04-04
| * avio: make url_alloc internal.Anton Khirnov2011-04-04
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Check return value of get_chunk_header(). Since enum can be unsigned, theRonald S. Bultje2010-09-29
* Fix two compiler arnings related to printf-format of sizeof()-statements.Ronald S. Bultje2010-08-28
* stream_selection can be freed in the fail case, in which case it's unassigned.Zhentan Feng2010-08-28
* MMSH support, the most popular and widely used of all MMS variants. Written byRonald S. Bultje2010-08-21