]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/http.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / http.c
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 rbultjeFix allocated length of the HTTP authentication request...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-05-09 diegoUse full path for #includes from another directory.
2008-02-02 reimarRemove a pointless cast.
2008-02-02 reimarMissing 'const' in cast.
2007-12-28 michaelRevert hack which should have never been commited.
2007-11-22 ramiroos_support.h is also needed for usleep and lseek on...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-24 mrureplace the uses of old string functions that Reimar...
2007-06-23 mruuse new string functions
2007-05-17 alexuse usleep instead sleep
2007-04-07 diegotypos/grammar
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-03-12 diegoProperly initialize filesize during input buffer initia...
2007-03-06 alexhandle http error codes
2007-03-04 gpoirierClose connection on EOF
2007-03-04 gpoiriermake HTTP MOVED messages also work in ffmpeg (302 is...
2007-02-28 lu_zeroReverting stray commit part II, r8156 had the base64...
2007-02-28 lu_zeroReverting stray commit part I
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-04 mrumove networking #includes into separate file
2007-01-25 gpoirieruse more portable PRIu64
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2007-01-14 gpoirieradd support for HTTP seeking
2006-10-29 gpoirierswitch to common base64 routines in lavf
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-19 gpoirierFix memleak, patch by I. Po % yyymmmm # gmail O com %
2006-07-18 michaelsimplify b64_encode()
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 michaelinteger overflows, heap corruption
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 michaelno read loop tcp/http and http CRLF fix by (Leon van...
2003-12-08 alexusing LIBAVFORMAT_IDENT
2003-09-08 bellardremoved ctype.h header
2003-03-09 al3xsimplified
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat