40 Commits (6735e2c810b7ad29c621ad9363cf415b2ba8bdf3)

Author SHA1 Message Date
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Reimar Döffinger 2907abed17 Remove a pointless cast. 17 years ago
Reimar Döffinger b630a39ecd Missing 'const' in cast. 17 years ago
Michael Niedermayer 359154bc1b Revert hack which should have never been commited. 17 years ago
Ramiro Polla a5e979f42c os_support.h is also needed for usleep and lseek on MinGW. 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Alex Beregszaszi c8df9c6358 Use usleep instead of sleep, some MinGW versions lack sleep. 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Luca Barbato bd03c380ce expose av_base64_decode and av_base64_encode 18 years ago
Ronald S. Bultje ecb4a895b2 Properly initialize filesize during input buffer initialization. 18 years ago
Alex Beregszaszi 7b19aa64dc handle http error codes 18 years ago
Ronald S. Bultje 167c553176 Close connection on EOF 18 years ago
Ronald S. Bultje a3fd2bd87d make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). 18 years ago
Luca Barbato 558b86a5d0 Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 18 years ago
Luca Barbato 9fca9c0316 Reverting stray commit part I 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Ramiro Polla 42572ef53f move networking #includes into separate file 18 years ago
Guillaume Poirier 706c0d6509 use more portable PRIu64 18 years ago
François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 18 years ago
Ronald S. Bultje fb2b4fc50a add support for HTTP seeking 18 years ago
Ryan Martell a7c6aa73fe switch to common base64 routines in lavf 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
I. Po cfc4bd4695 Fix memleak, patch by I. Po % yyymmmm # gmail O com % 18 years ago
Michael Niedermayer 7028259a0d simplify b64_encode() 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Petr Doubek 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 20 years ago
Mike Melanson 0bd586c50d sweeping change from -EIO -> AVERROR_IO 21 years ago
Michael Niedermayer 9eef2b77b2 no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>) 21 years ago
Alex Beregszaszi 4250dafc96 using LIBAVFORMAT_IDENT 21 years ago
Fabrice Bellard 4358d5def3 removed ctype.h header 21 years ago
Alex Beregszaszi ce2749d2c4 simplified 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard abac617591 renamed libav to libavformat 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
François Revol 9eb826478c MIN/MAX sys/param.h patch by (François Revol <revol at free dot fr>) 22 years ago
François Revol 9ddd71fc60 added BeOS net_server support (R5 network stack), basically the same 22 years ago
Fabrice Bellard 0e2a219706 http protocol now uses tcp: protocol (simpler) 22 years ago
Philip Gladstone 3a2d04473d Make sure that the http_proxy environment variable starts with http:// 23 years ago
Fabrice Bellard 19720f15fd license/copyright change 23 years ago
Fabrice Bellard 1ea4f59365 use av memory handling functions 23 years ago
Philip Gladstone ddceb31d93 * Add a sleep when doing the post to ffserver. Yes, this is the wrong 23 years ago
Fabrice Bellard 8be1c6563c win32 fixes 23 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago