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