| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: Use av_gettime_relative() | Olivier Langlois | 2014-05-17 | 1 | -2/+2 |
* | avformat/avio: also set generic URL context options | Michael Niedermayer | 2014-03-30 | 1 | -0/+2 |
* | lavf/avio: fix ffurl_alloc error checks | Lukasz Marek | 2014-03-06 | 1 | -2/+2 |
* | lavf/avio: Introduce avio_find_protocol_name | Alexander Strasser | 2014-02-16 | 1 | -10/+29 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-30 | 1 | -6/+1 |
|\ |
|
| * | lavf: Remove a now useless parameter to ffurl_register_protocol | Martin Storsjö | 2013-10-30 | 1 | -6/+1 |
| * | avio: Check for memory allocation failure of private data | Derek Buitenhuis | 2013-10-29 | 1 | -0/+7 |
* | | Merge commit '53151723e377b9c43f876e20d7f27a17993256c8' | Michael Niedermayer | 2013-10-28 | 1 | -40/+50 |
|\| |
|
| * | avio: K&R formatting cosmetics | Luca Barbato | 2013-10-28 | 1 | -40/+50 |
| * | avio: Use AVERROR_PROTOCOL_NOT_FOUND | Luca Barbato | 2013-10-21 | 1 | -1/+1 |
| * | avio: Handle AVERROR_EOF in the same way as the return value 0 | Michael Niedermayer | 2013-07-07 | 1 | -1/+1 |
* | | avio: Check for memory allocation failure of private data | Derek Buitenhuis | 2013-10-27 | 1 | -0/+7 |
* | | retry_transfer_wrapper(): check for interrupt before operation | Andrey Utkin | 2013-07-12 | 1 | -2/+2 |
* | | Suggest recompilation with openssl or gnutls if the https protocol is not found. | Carl Eugen Hoyos | 2013-07-10 | 1 | -0/+2 |
* | | avformat/avio: Fix EOF handiling of ffurl_read_complete() | Michael Niedermayer | 2013-06-24 | 1 | -1/+1 |
* | | lavf/avio: check for : in filenames for protocols. | Nicolas George | 2013-02-28 | 1 | -1/+3 |
* | | lavf/avio: check that the protocol supports the open mode. | Nicolas George | 2013-02-24 | 1 | -0/+10 |
* | | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26' | Michael Niedermayer | 2012-10-28 | 1 | -5/+5 |
|\| |
|
| * | avio: fix pointer type mismatches in avio_enum_protocols() | Mans Rullgard | 2012-10-27 | 1 | -5/+5 |
* | | avio: fix sizeof argument | Michael Niedermayer | 2012-10-19 | 1 | -1/+1 |
* | | url_alloc_for_protocol: fix use of uninitialized variable | Michael Niedermayer | 2012-10-19 | 1 | -0/+1 |
* | | avio: replace ETIMEDOUT by EIO | Michael Niedermayer | 2012-09-08 | 1 | -1/+1 |
* | | Add 'rw_timeout' into URLContext | Andrey Utkin | 2012-08-29 | 1 | -2/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-18 | 1 | -0/+15 |
|\| |
|
| * | avio: add (ff)url_get_multi_file_handle() for getting more than one fd | Jordi Ortiz | 2012-08-17 | 1 | -0/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 1 | -3/+2 |
|\| |
|
| * | Replace usleep() calls with av_usleep() | Mans Rullgard | 2012-06-22 | 1 | -3/+2 |
* | | url: add ffurl_closep() which also sets the context pointer to NULL | Michael Niedermayer | 2012-06-01 | 1 | -2/+9 |
* | | lavf: use av_freep() in ffurl_close() | Michael Niedermayer | 2012-06-01 | 1 | -1/+1 |
* | | avio: fix "discards const qualifier from pointer target type" warning | Michael Niedermayer | 2012-05-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 1 | -0/+7 |
|\| |
|
| * | avio: Add a function for signalling end of reading/writing | Samuel Pitoiset | 2012-05-22 | 1 | -0/+7 |
* | | avio: change ffurl_alloc return code. | Nicolas George | 2012-04-28 | 1 | -1/+1 |
* | | avio: Fix "warning: initialization from incompatible pointer type" | Michael Niedermayer | 2012-02-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -132/+0 |
|\| |
|
| * | lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft | Anton Khirnov | 2012-01-27 | 1 | -23/+0 |
| * | lavf: remove disabled FF_API_OLD_AVIO cruft | Anton Khirnov | 2012-01-27 | 1 | -111/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-06 | 1 | -3/+5 |
|\| |
|
| * | avio: Only do implicit network initialization for network protocols | Martin Storsjö | 2012-01-05 | 1 | -3/+5 |
* | | avio: fix handling of , in urls | Michael Niedermayer | 2011-12-23 | 1 | -1/+2 |
* | | avio: Fix handling of filenames that contain : | Michael Niedermayer | 2011-11-24 | 1 | -3/+3 |
* | | avio: Support private options in URLProtocols | Michael Niedermayer | 2011-11-22 | 1 | -0/+25 |
* | | avio: allow any chars in protocols | Michael Niedermayer | 2011-11-22 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-19 | 1 | -1/+9 |
|\| |
|
| * | avio: Mark the old interrupt callback mechanism as deprecated | Martin Storsjö | 2011-11-18 | 1 | -1/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-14 | 1 | -32/+85 |
|\| |
|
| * | avio: add avio_open2, taking an interrupt callback and options | Martin Storsjö | 2011-11-13 | 1 | -2/+2 |
| * | avio: add support for passing options to protocols. | Anton Khirnov | 2011-11-13 | 1 | -9/+46 |