| Commit message (Expand) | Author | Age | Files | Lines |
* | Split out http authentication handling into a separate file | Martin Storsjö | 2010-03-24 | 1 | -10/+25 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Reindent | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -2/+2 |
* | Use ff_url_join for assembling URLs, instead of snprintf | Martin Storsjö | 2010-03-05 | 1 | -6/+2 |
* | restore old buffer content when seek failed in http protocol, fix issue #1631 | Baptiste Coudurier | 2010-01-13 | 1 | -0/+7 |
* | Reindent after r21166. | Ronald S. Bultje | 2010-01-12 | 1 | -1/+1 |
* | Use chunked encoding for HTTP uploads. Patch by Tomas Härdin | Tomas Härdin | 2010-01-12 | 1 | -2/+35 |
* | Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). | Peter Holik | 2009-06-23 | 1 | -1/+31 |
* | Cosmetics : Use dprintf instead of printf. | Peter Holik | 2009-06-06 | 1 | -8/+6 |
* | Cosmetics : Fix indentation after last commit. | Jai Menon | 2009-06-06 | 1 | -7/+7 |
* | Introduce http_get_line and modify http_connect to use http_get_line. | Peter Holik | 2009-06-06 | 1 | -15/+27 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+8 |
* | Reduce allocated length of the HTTP authentication request field buffer, as | Ronald S. Bultje | 2009-03-03 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun | 2008-10-03 | 1 | -4/+4 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -3/+3 |
* | Remove a pointless cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Missing 'const' in cast. | Reimar Döffinger | 2008-02-02 | 1 | -1/+1 |
* | Revert hack which should have never been commited. | Michael Niedermayer | 2007-12-28 | 1 | -1/+0 |
* | os_support.h is also needed for usleep and lseek on MinGW. | Ramiro Polla | 2007-11-22 | 1 | -0/+1 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -5/+5 |
* | replace the uses of old string functions that Reimar missed | Måns Rullgård | 2007-06-24 | 1 | -2/+2 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -1/+2 |
* | Use usleep instead of sleep, some MinGW versions lack sleep. | Alex Beregszaszi | 2007-05-17 | 1 | -1/+1 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -2/+2 |
* | expose av_base64_decode and av_base64_encode | Luca Barbato | 2007-03-19 | 1 | -2/+3 |
* | Properly initialize filesize during input buffer initialization. | Ronald S. Bultje | 2007-03-12 | 1 | -0/+1 |
* | handle http error codes | Alex Beregszaszi | 2007-03-06 | 1 | -0/+3 |
* | Close connection on EOF | Ronald S. Bultje | 2007-03-04 | 1 | -0/+1 |
* | make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ... | Ronald S. Bultje | 2007-03-04 | 1 | -1/+1 |
* | Reverting stray commit part II, r8156 had the base64 export patch mixed with ... | Luca Barbato | 2007-02-28 | 1 | -0/+348 |
* | Reverting stray commit part I | Luca Barbato | 2007-02-28 | 1 | -351/+0 |
* | get_packetheader() forgot to read the header_checksum in big packets | Luca Barbato | 2007-02-28 | 1 | -2/+5 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 1 | -5/+1 |
* | use more portable PRIu64 | Guillaume Poirier | 2007-01-25 | 1 | -1/+1 |
* | The long awaited BeOS cleanup, phase 1 | François Revol | 2007-01-18 | 1 | -5/+1 |
* | add support for HTTP seeking | Ronald S. Bultje | 2007-01-14 | 1 | -25/+92 |
* | switch to common base64 routines in lavf | Ryan Martell | 2006-10-29 | 1 | -36/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix memleak, patch by I. Po % yyymmmm # gmail O com % | I. Po | 2006-07-19 | 1 | -1/+4 |
* | simplify b64_encode() | Michael Niedermayer | 2006-07-18 | 1 | -23/+9 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -13/+13 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -2/+2 |
* | integer overflows, heap corruption | Michael Niedermayer | 2005-01-08 | 1 | -4/+8 |
* | HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d... | Petr Doubek | 2004-08-12 | 1 | -6/+55 |
* | sweeping change from -EIO -> AVERROR_IO | Mike Melanson | 2004-06-19 | 1 | -4/+4 |
* | no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst... | Michael Niedermayer | 2004-03-14 | 1 | -26/+16 |