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
2017-06-24avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint
2017-02-14HTTP: improve performance by reducing forward seeksJoel Cunningham
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-24avio: Add an option 'rw_timeout'Andrey Utkin
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '832a202c47a246ed15e3edc6b05dfcfa7d82c4b2'Derek Buitenhuis
2016-02-29Merge commit '7d61dc95d741ca134d59b1f34c4e10c4c4e36f56'Derek Buitenhuis
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22protocols: make the list of protocols staticAnton Khirnov
2016-02-22lavf: move urlcontext_child_class_next() to protocols.cAnton Khirnov
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-02avformat: add protocol_whitelistMichael Niedermayer
2015-08-01lavf/avio: add ffurl_accept and ffurl_handshakeStephan Holljes
2015-06-22lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk
2015-03-27lavf: add directory listing APILukasz Marek
2014-10-18Merge commit 'fb238f8230c1b0314985482207add548c68f83cf'Michael Niedermayer
2014-10-18urlprotocol: remove unused url_interrupt_cb declarationAnton Khirnov
2014-07-27Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2013-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-30lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-06-17Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2012-08-29Add 'rw_timeout' into URLContextAndrey Utkin
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-17avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23avio: Add a function for signalling end of reading/writingSamuel Pitoiset
2012-03-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-19url: Document the expected behaviour of url_readNicolas George
2012-03-17url: document url_read exact behaviour.Nicolas George
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov
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-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-13avio: add avio_open2, taking an interrupt callback and optionsMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov
2011-11-13avio: add and use ffurl_protocol_next().Anton Khirnov
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö
2011-11-13avio: Add an internal utility function for checking the new interrupt callbackMartin Storsjö
2011-11-13avio: Add AVIOInterruptCBMartin Storsjö