summaryrefslogtreecommitdiffstats
path: root/libavformat/http.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a pointless cast.Reimar Döffinger2008-02-021-1/+1
* Missing 'const' in cast.Reimar Döffinger2008-02-021-1/+1
* Revert hack which should have never been commited.Michael Niedermayer2007-12-281-1/+0
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-221-0/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-5/+5
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-241-2/+2
* use new string functionsMåns Rullgård2007-06-231-1/+2
* Use usleep instead of sleep, some MinGW versions lack sleep.Alex Beregszaszi2007-05-171-1/+1
* typos/grammarDiego Biurrun2007-04-071-2/+2
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-2/+3
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-121-0/+1
* handle http error codesAlex Beregszaszi2007-03-061-0/+3
* Close connection on EOFRonald S. Bultje2007-03-041-0/+1
* make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje2007-03-041-1/+1
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-281-0/+348
* Reverting stray commit part ILuca Barbato2007-02-281-351/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-2/+5
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* move networking #includes into separate fileRamiro Polla2007-02-041-5/+1
* use more portable PRIu64Guillaume Poirier2007-01-251-1/+1
* The long awaited BeOS cleanup, phase 1François Revol2007-01-181-5/+1
* add support for HTTP seekingRonald S. Bultje2007-01-141-25/+92
* switch to common base64 routines in lavfRyan Martell2006-10-291-36/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix memleak, patch by I. Po % yyymmmm # gmail O com %I. Po2006-07-191-1/+4
* simplify b64_encode()Michael Niedermayer2006-07-181-23/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-13/+13
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-2/+2
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-4/+8
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-121-6/+55
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-4/+4
* no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...Michael Niedermayer2004-03-141-26/+16
* using LIBAVFORMAT_IDENTAlex Beregszaszi2003-12-081-2/+2
* removed ctype.h headerFabrice Bellard2003-09-081-1/+0
* simplifiedAlex Beregszaszi2003-03-091-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-3/+3
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+290
OpenPOWER on IntegriCloud