summaryrefslogtreecommitdiff
path: root/libavformat/mmsh.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun2016-08-051-0/+9
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+2
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-1/+1
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-6/+6
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-2/+2
* | mmsh: reimplement seekingMichael Niedermayer2013-07-071-16/+17
* | mmsh: dont close context on seeking failureMichael Niedermayer2013-06-171-2/+4
* | mmsh/mmsh_close: use ffurl_closep()Michael Niedermayer2013-06-171-1/+1
* | mmsh/mmsh_close: use av_freep()Michael Niedermayer2013-06-171-2/+2
* | mmsh: fix integer overflow in mmsh_seek()Michael Niedermayer2012-10-201-1/+1
* | 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 Niedermayer2011-12-021-13/+10
|\ \ | |/
| * 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
| * mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö2011-12-011-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-291-1/+0
|\ \ | |/
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-4/+6
|\ \ | |/
| * avio: add support for passing options to protocols.Anton Khirnov2011-11-131-2/+2
| * avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö2011-11-131-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-2/+3
|\ \ | |/
| * mms: Set http custom headers via the AVOptionMartin Storsjö2011-11-101-2/+3
* | mmsh: add return value for mmsh_open()Michael Niedermayer2011-11-011-1/+1
* | mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer2011-11-011-1/+2
* | mmsh_read_seek: skip headerMichael Niedermayer2011-10-311-0/+3
* | mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer2011-10-311-1/+11
* | mmsh: mmsh_read_seek()Michael Niedermayer2011-10-311-0/+20
* | mmsh: split out mmsh_open_internal()Michael Niedermayer2011-10-311-2/+8
* | mmsh: move location storage into contextMichael Niedermayer2011-10-311-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-031-1/+0
| * mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* | mmsh: fix 400 bad requestKirill Zorin2011-06-161-2/+2
* | mmsh: fixed printf injection bug in mmsh requestKirill Zorin2011-06-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-1/+1
|\ \ | |/
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-2/+2
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-2/+2
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-051-11/+12
|\ \ | |/
| * avio: make url_close() internal.Anton Khirnov2011-04-041-2/+2
| * avio: make url_read_complete() internal.Anton Khirnov2011-04-041-5/+5