aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avio.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: add protocol_whitelistMichael Niedermayer2016-02-021-4/+63
* avformat/avio: free url/avio optionsMichael Niedermayer2016-01-291-0/+1
* avformat/avio: Limit url option parsing to the documented casesMichael Niedermayer2016-01-201-2/+9
* lavf/avio: add ffurl_accept and ffurl_handshakeStephan Holljes2015-08-011-0/+20
* avformat/avio: Move avio_delete() avio_move() to avpriv_ namespaceMichael Niedermayer2015-06-291-2/+2
* lavf: set is_connected flag so url can be properly closedMariusz Szczepańczyk2015-06-241-0/+1
* lavf/avio: Extend API with avio_move() and avio_delete()Mariusz Szczepańczyk2015-06-221-0/+38
* avformat: clarify what package needs to be compiled with SSL supportwm42015-06-181-1/+1
* lavf/tls: Support Secure TransportRodger Combs2015-05-291-1/+3
* lavf: add directory listing APILukasz Marek2015-03-271-0/+74
* Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'Michael Niedermayer2015-03-121-1/+3
|\
| * lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-111-1/+3
| * avio: fix sizeof argumentMichael Niedermayer2014-10-201-1/+1
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Fix warning if https protocol was requested but isn't available.Carl Eugen Hoyos2014-08-121-1/+1
* | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer2014-07-271-1/+1
|\|
| * avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-261-1/+1
* | lavf: Use av_gettime_relative()Olivier Langlois2014-05-171-2/+2
* | avformat/avio: also set generic URL context optionsMichael Niedermayer2014-03-301-0/+2
* | lavf/avio: fix ffurl_alloc error checksLukasz Marek2014-03-061-2/+2
* | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-161-10/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-301-6/+1
|\|
| * lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-301-6/+1
| * avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-291-0/+7
* | Merge commit '53151723e377b9c43f876e20d7f27a17993256c8'Michael Niedermayer2013-10-281-40/+50
|\|
| * avio: K&R formatting cosmeticsLuca Barbato2013-10-281-40/+50
| * avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-211-1/+1
| * avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer2013-07-071-1/+1
* | avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-271-0/+7
* | retry_transfer_wrapper(): check for interrupt before operationAndrey Utkin2013-07-121-2/+2
* | Suggest recompilation with openssl or gnutls if the https protocol is not found.Carl Eugen Hoyos2013-07-101-0/+2
* | avformat/avio: Fix EOF handiling of ffurl_read_complete()Michael Niedermayer2013-06-241-1/+1
* | lavf/avio: check for : in filenames for protocols.Nicolas George2013-02-281-1/+3
* | lavf/avio: check that the protocol supports the open mode.Nicolas George2013-02-241-0/+10
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-281-5/+5
|\|
| * avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-271-5/+5
* | avio: fix sizeof argumentMichael Niedermayer2012-10-191-1/+1
* | url_alloc_for_protocol: fix use of uninitialized variableMichael Niedermayer2012-10-191-0/+1
* | avio: replace ETIMEDOUT by EIOMichael Niedermayer2012-09-081-1/+1
* | Add 'rw_timeout' into URLContextAndrey Utkin2012-08-291-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-0/+15
|\|
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-171-0/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-3/+2
|\|
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-221-3/+2
* | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-011-2/+9
* | lavf: use av_freep() in ffurl_close()Michael Niedermayer2012-06-011-1/+1
* | avio: fix "discards const qualifier from pointer target type" warningMichael Niedermayer2012-05-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-0/+7
|\|
| * avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-221-0/+7