aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mmsh.c
AgeCommit message (Expand)Author
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2013-07-07mmsh: reimplement seekingMichael Niedermayer
2013-06-17mmsh: dont close context on seeking failureMichael Niedermayer
2013-06-17mmsh/mmsh_close: use ffurl_closep()Michael Niedermayer
2013-06-17mmsh/mmsh_close: use av_freep()Michael Niedermayer
2012-10-20mmsh: fix integer overflow in mmsh_seek()Michael Niedermayer
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-05avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-01proto: Realign struct initializersMartin Storsjö
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-12-01mmsh: Properly clean up if the second ffurl_alloc failedMartin Storsjö
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10mms: Set http custom headers via the AVOptionMartin Storsjö
2011-11-01mmsh: add return value for mmsh_open()Michael Niedermayer
2011-11-01mmsh: do not try to seek to negative tiimestamps, it does not workMichael Niedermayer
2011-10-31mmsh_read_seek: skip headerMichael Niedermayer
2011-10-31mmsh:_implement a minimal mmsh_seek() so the stream position can be found out.Michael Niedermayer
2011-10-31mmsh: mmsh_read_seek()Michael Niedermayer
2011-10-31mmsh: split out mmsh_open_internal()Michael Niedermayer
2011-10-31mmsh: move location storage into contextMichael Niedermayer
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Remove return statements following infinite loops without breakMans Rullgard
2011-06-16mmsh: fix 400 bad requestKirill Zorin
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-29Replace dprintf with av_dlogLuca Barbato
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò