index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a pointless cast.
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Missing 'const' in cast.
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Revert hack which should have never been commited.
Michael Niedermayer
2007-12-28
1
-1
/
+0
*
os_support.h is also needed for usleep and lseek on MinGW.
Ramiro Polla
2007-11-22
1
-0
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-5
/
+5
*
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-24
1
-2
/
+2
*
use new string functions
Måns Rullgård
2007-06-23
1
-1
/
+2
*
Use usleep instead of sleep, some MinGW versions lack sleep.
Alex Beregszaszi
2007-05-17
1
-1
/
+1
*
typos/grammar
Diego Biurrun
2007-04-07
1
-2
/
+2
*
expose av_base64_decode and av_base64_encode
Luca Barbato
2007-03-19
1
-2
/
+3
*
Properly initialize filesize during input buffer initialization.
Ronald S. Bultje
2007-03-12
1
-0
/
+1
*
handle http error codes
Alex Beregszaszi
2007-03-06
1
-0
/
+3
*
Close connection on EOF
Ronald S. Bultje
2007-03-04
1
-0
/
+1
*
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...
Ronald S. Bultje
2007-03-04
1
-1
/
+1
*
Reverting stray commit part II, r8156 had the base64 export patch mixed with ...
Luca Barbato
2007-02-28
1
-0
/
+348
*
Reverting stray commit part I
Luca Barbato
2007-02-28
1
-351
/
+0
*
get_packetheader() forgot to read the header_checksum in big packets
Luca Barbato
2007-02-28
1
-2
/
+5
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
move networking #includes into separate file
Ramiro Polla
2007-02-04
1
-5
/
+1
*
use more portable PRIu64
Guillaume Poirier
2007-01-25
1
-1
/
+1
*
The long awaited BeOS cleanup, phase 1
François Revol
2007-01-18
1
-5
/
+1
*
add support for HTTP seeking
Ronald S. Bultje
2007-01-14
1
-25
/
+92
*
switch to common base64 routines in lavf
Ryan Martell
2006-10-29
1
-36
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Fix memleak, patch by I. Po % yyymmmm # gmail O com %
I. Po
2006-07-19
1
-1
/
+4
*
simplify b64_encode()
Michael Niedermayer
2006-07-18
1
-23
/
+9
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-13
/
+13
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-2
/
+2
*
integer overflows, heap corruption
Michael Niedermayer
2005-01-08
1
-4
/
+8
*
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...
Petr Doubek
2004-08-12
1
-6
/
+55
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-4
/
+4
*
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...
Michael Niedermayer
2004-03-14
1
-26
/
+16
*
using LIBAVFORMAT_IDENT
Alex Beregszaszi
2003-12-08
1
-2
/
+2
*
removed ctype.h header
Fabrice Bellard
2003-09-08
1
-1
/
+0
*
simplified
Alex Beregszaszi
2003-03-09
1
-1
/
+1
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-3
/
+3
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+290