summaryrefslogtreecommitdiff
path: root/libavformat/avio.c
Commit message (Expand)AuthorAge
* Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-15
|\
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | Fix warning if https protocol was requested but isn't available.Carl Eugen Hoyos2014-08-12
* | Merge commit 'ec4f04da1a3462dac429b9d15dee5f027309da15'Michael Niedermayer2014-07-27
|\|
| * avformat: Mark argument in av_{i|o}format_next/ffurl_protocol_next as constDiego Biurrun2014-07-26
* | lavf: Use av_gettime_relative()Olivier Langlois2014-05-17
* | avformat/avio: also set generic URL context optionsMichael Niedermayer2014-03-30
* | lavf/avio: fix ffurl_alloc error checksLukasz Marek2014-03-06
* | lavf/avio: Introduce avio_find_protocol_nameAlexander Strasser2014-02-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-30
|\|
| * lavf: Remove a now useless parameter to ffurl_register_protocolMartin Storsjö2013-10-30
| * avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-29
* | Merge commit '53151723e377b9c43f876e20d7f27a17993256c8'Michael Niedermayer2013-10-28
|\|
| * avio: K&R formatting cosmeticsLuca Barbato2013-10-28
| * avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato2013-10-21
| * avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer2013-07-07
* | avio: Check for memory allocation failure of private dataDerek Buitenhuis2013-10-27
* | retry_transfer_wrapper(): check for interrupt before operationAndrey Utkin2013-07-12
* | Suggest recompilation with openssl or gnutls if the https protocol is not found.Carl Eugen Hoyos2013-07-10
* | avformat/avio: Fix EOF handiling of ffurl_read_complete()Michael Niedermayer2013-06-24
* | lavf/avio: check for : in filenames for protocols.Nicolas George2013-02-28
* | lavf/avio: check that the protocol supports the open mode.Nicolas George2013-02-24
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-28
|\|
| * avio: fix pointer type mismatches in avio_enum_protocols()Mans Rullgard2012-10-27
* | avio: fix sizeof argumentMichael Niedermayer2012-10-19
* | url_alloc_for_protocol: fix use of uninitialized variableMichael Niedermayer2012-10-19
* | avio: replace ETIMEDOUT by EIOMichael Niedermayer2012-09-08
* | Add 'rw_timeout' into URLContextAndrey Utkin2012-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-18
|\|
| * avio: add (ff)url_get_multi_file_handle() for getting more than one fdJordi Ortiz2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-22
|\|
| * Replace usleep() calls with av_usleep()Mans Rullgard2012-06-22
* | url: add ffurl_closep() which also sets the context pointer to NULLMichael Niedermayer2012-06-01
* | lavf: use av_freep() in ffurl_close()Michael Niedermayer2012-06-01
* | avio: fix "discards const qualifier from pointer target type" warningMichael Niedermayer2012-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-23
|\|
| * avio: Add a function for signalling end of reading/writingSamuel Pitoiset2012-05-22
* | avio: change ffurl_alloc return code.Nicolas George2012-04-28
* | avio: Fix "warning: initialization from incompatible pointer type"Michael Niedermayer2012-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruftAnton Khirnov2012-01-27
| * lavf: remove disabled FF_API_OLD_AVIO cruftAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-06
|\|
| * avio: Only do implicit network initialization for network protocolsMartin Storsjö2012-01-05
* | avio: fix handling of , in urlsMichael Niedermayer2011-12-23
* | avio: Fix handling of filenames that contain :Michael Niedermayer2011-11-24
* | avio: Support private options in URLProtocolsMichael Niedermayer2011-11-22
* | avio: allow any chars in protocolsMichael Niedermayer2011-11-22