]> git.sesse.net Git - ffmpeg/history - libavformat/http.c
Bump Major version, this commit is almost just renaming bits_per_sample to
[ffmpeg] / libavformat / http.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-02 Reimar DöffingerRemove a pointless cast.
2008-02-02 Reimar DöffingerMissing 'const' in cast.
2007-12-28 Michael NiedermayerRevert hack which should have never been commited.
2007-11-22 Ramiro Pollaos_support.h is also needed for usleep and lseek on...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-23 Måns Rullgårduse new string functions
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-04-07 Diego Biurruntypos/grammar
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-03-12 Ronald S. BultjeProperly initialize filesize during input buffer initia...
2007-03-06 Alex Beregszaszihandle http error codes
2007-03-04 Ronald S. BultjeClose connection on EOF
2007-03-04 Ronald S. Bultjemake HTTP MOVED messages also work in ffmpeg (302 is...
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-25 Guillaume Poirieruse more portable PRIu64
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2007-01-14 Ronald S. Bultjeadd support for HTTP seeking
2006-10-29 Ryan Martellswitch to common base64 routines in lavf
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-19 I. PoFix memleak, patch by I. Po % yyymmmm # gmail O com %
2006-07-18 Michael Niedermayersimplify b64_encode()
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 Michael Niedermayerno read loop tcp/http and http CRLF fix by (Leon van...
2003-12-08 Alex Beregszasziusing LIBAVFORMAT_IDENT
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-03-09 Alex Beregszaszisimplified
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat