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
2015-08-01lavf/avio: add ffurl_accept and ffurl_handshakeStephan Holljes
2015-06-29avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer
2015-06-24lavf: set is_connected flag so url can be properly closedMariusz Szczepańczyk
2015-06-22lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk
2015-06-18avformat: clarify what package needs to be compiled with SSL supportwm4
2015-05-29lavf/tls: Support Secure TransportRodger Combs
2015-03-27lavf: add directory listing APILukasz Marek
2015-03-12Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'Michael Niedermayer
2015-03-12lavf: Explicitly convert types at function pointer assignmentDiego Biurrun
2014-10-20avio: fix sizeof argumentMichael Niedermayer
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-12Fix warning if https protocol was requested but isn't available.Carl Eugen Hoyos
2014-07-27Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer
2014-07-27avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun
2014-05-17lavf: Use av_gettime_relative()Olivier Langlois
2014-03-30avformat/avio: also set generic URL context optionsMichael Niedermayer
2014-03-06lavf/avio: fix ffurl_alloc error checksLukasz Marek
2014-02-17lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser
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-29avio: Check for memory allocation failure of private dataDerek Buitenhuis
2013-10-28Merge commit '53151723e377b9c43f876e20d7f27a17993256c8'Michael Niedermayer
2013-10-28avio: K&R formatting cosmeticsLuca Barbato
2013-10-27avio: Check for memory allocation failure of private dataDerek Buitenhuis
2013-10-21avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato
2013-07-12retry_transfer_wrapper(): check for interrupt before operationAndrey Utkin
2013-07-10Suggest recompilation with openssl or gnutls if the https protocol is not found.Carl Eugen Hoyos
2013-07-07avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer
2013-06-24avformat/avio: Fix EOF handiling of ffurl_read_complete()Michael Niedermayer
2013-02-28lavf/avio: check for : in filenames for protocols.Nicolas George
2013-02-24lavf/avio: check that the protocol supports the open mode.Nicolas George
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer
2012-10-27avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard
2012-10-20avio: fix sizeof argumentMichael Niedermayer
2012-10-20url_alloc_for_protocol: fix use of uninitialized variableMichael Niedermayer
2012-09-08avio: replace ETIMEDOUT by EIOMichael Niedermayer
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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22Replace usleep() calls with av_usleep()Mans Rullgard
2012-06-01url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer
2012-06-01lavf: use av_freep() in ffurl_close()Michael Niedermayer
2012-05-26avio: fix "discards const qualifier from pointer target type" warningMichael 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-04-28avio: change ffurl_alloc return code.Nicolas George
2012-02-06avio: Fix "warning: initialization from incompatible pointer type"Michael Niedermayer
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer