Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-05lavf: forward protocol_whitelist for the remaining casesAndreas Cadhalpun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
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-18mmsh: 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-06avio: 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-11-01mmsh_read_seek: skip headerMichael Niedermayer
2011-11-01mmsh:_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-04Remove 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