Commit History

Author SHA1 Message Date
  Josh Allmann 0f3254b83d Modify the behaviour of http_open to implicitly delay connection establishment 14 years ago
  Martin Storsjö dd798dcd11 http: Set http_code to 200 when doing a POST 14 years ago
  Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 14 years ago
  Martin Storsjö 9405f733d9 Split out http authentication handling into a separate file 14 years ago
  Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 14 years ago
  Martin Storsjö f984dcf6dd Reindent 14 years ago
  Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 14 years ago
  Martin Storsjö 57b5555c91 Use ff_url_join for assembling URLs, instead of snprintf 14 years ago
  Baptiste Coudurier 08c8e66a99 restore old buffer content when seek failed in http protocol, fix issue #1631 14 years ago
  Ronald S. Bultje 2edabfdfdb Reindent after r21166. 14 years ago
  Tomas Härdin 08f7a8ac32 Use chunked encoding for HTTP uploads. Patch by Tomas Härdin 14 years ago
  Peter Holik 7995ed8e69 Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). 15 years ago
  Peter Holik a52dc730cf Cosmetics : Use dprintf instead of printf. 15 years ago
  Jai Menon 2b01a52031 Cosmetics : Fix indentation after last commit. 15 years ago
  Peter Holik 682d49f4ea Introduce http_get_line and modify http_connect to use http_get_line. 15 years ago
  Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 15 years ago
  Ronald S. Bultje d176f90387 Reduce allocated length of the HTTP authentication request field buffer, as 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Reimar Döffinger 2907abed17 Remove a pointless cast. 16 years ago
  Reimar Döffinger b630a39ecd Missing 'const' in cast. 16 years ago
  Michael Niedermayer 359154bc1b Revert hack which should have never been commited. 17 years ago
  Ramiro Polla a5e979f42c os_support.h is also needed for usleep and lseek on MinGW. 17 years ago
  Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
  Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 17 years ago
  Måns Rullgård 75e61b0e88 use new string functions 17 years ago
  Alex Beregszaszi c8df9c6358 Use usleep instead of sleep, some MinGW versions lack sleep. 17 years ago
  Diego Biurrun e42dba481f typos/grammar 17 years ago
  Luca Barbato bd03c380ce expose av_base64_decode and av_base64_encode 17 years ago
  Ronald S. Bultje ecb4a895b2 Properly initialize filesize during input buffer initialization. 17 years ago
  Alex Beregszaszi 7b19aa64dc handle http error codes 17 years ago
  Ronald S. Bultje 167c553176 Close connection on EOF 17 years ago
  Ronald S. Bultje a3fd2bd87d make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). 17 years ago
  Luca Barbato 558b86a5d0 Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 17 years ago
  Luca Barbato 9fca9c0316 Reverting stray commit part I 17 years ago
  Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 17 years ago
  François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 17 years ago
  Ramiro Polla 42572ef53f move networking #includes into separate file 17 years ago
  Guillaume Poirier 706c0d6509 use more portable PRIu64 17 years ago
  François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 17 years ago
  Ronald S. Bultje fb2b4fc50a add support for HTTP seeking 17 years ago
  Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 18 years ago
  Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
  I. Po cfc4bd4695 Fix memleak, patch by I. Po % yyymmmm # gmail O com % 18 years ago
  Michael Niedermayer 7028259a0d simplify b64_encode() 18 years ago
  Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 18 years ago
  Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
  Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 19 years ago
  Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago