index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
http.c
Age
Commit message (
Expand
)
Author
2007-06-24
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-23
use new string functions
Måns Rullgård
2007-05-17
Use usleep instead of sleep, some MinGW versions lack sleep.
Alex Beregszaszi
2007-04-07
typos/grammar
Diego Biurrun
2007-03-19
expose av_base64_decode and av_base64_encode
Luca Barbato
2007-03-12
Properly initialize filesize during input buffer initialization.
Ronald S. Bultje
2007-03-06
handle http error codes
Alex Beregszaszi
2007-03-04
Close connection on EOF
Ronald S. Bultje
2007-03-04
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...
Ronald S. Bultje
2007-02-28
Reverting stray commit part II, r8156 had the base64 export patch mixed with ...
Luca Barbato
2007-02-28
Reverting stray commit part I
Luca Barbato
2007-02-28
get_packetheader() forgot to read the header_checksum in big packets
Luca Barbato
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-04
move networking #includes into separate file
Ramiro Polla
2007-01-25
use more portable PRIu64
Guillaume Poirier
2007-01-18
The long awaited BeOS cleanup, phase 1
François Revol
2007-01-14
add support for HTTP seeking
Ronald S. Bultje
2006-10-29
switch to common base64 routines in lavf
Ryan Martell
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-19
Fix memleak, patch by I. Po % yyymmmm # gmail O com %
I. Po
2006-07-18
simplify b64_encode()
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-01-08
integer overflows, heap corruption
Michael Niedermayer
2004-08-12
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...
Petr Doubek
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-03-14
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...
Michael Niedermayer
2003-12-08
using LIBAVFORMAT_IDENT
Alex Beregszaszi
2003-09-08
removed ctype.h header
Fabrice Bellard
2003-03-09
simplified
Alex Beregszaszi
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-11-25
renamed libav to libavformat
Fabrice Bellard