Sat, 02 Feb 2008 22:03:01 +0000 |
reimar |
Remove a pointless cast.
libavformat
|
Sat, 02 Feb 2008 20:58:58 +0000 |
reimar |
Missing 'const' in cast.
libavformat
|
Fri, 28 Dec 2007 03:32:32 +0000 |
michael |
Revert hack which should have never been commited.
libavformat
|
Thu, 22 Nov 2007 02:27:39 +0000 |
ramiro |
os_support.h is also needed for usleep and lseek on MinGW.
libavformat
|
Thu, 19 Jul 2007 15:23:32 +0000 |
takis |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
libavformat
|
Sun, 24 Jun 2007 11:27:12 +0000 |
mru |
replace the uses of old string functions that Reimar missed
libavformat
|
Sat, 23 Jun 2007 23:10:32 +0000 |
mru |
use new string functions
libavformat
|
Thu, 17 May 2007 10:30:03 +0000 |
alex |
Use usleep instead of sleep, some MinGW versions lack sleep.
libavformat
|
Sat, 07 Apr 2007 14:09:20 +0000 |
diego |
typos/grammar
libavformat
|
Mon, 19 Mar 2007 00:48:47 +0000 |
lu_zero |
expose av_base64_decode and av_base64_encode
libavformat
|
Mon, 12 Mar 2007 14:51:18 +0000 |
diego |
Properly initialize filesize during input buffer initialization.
libavformat
|
Tue, 06 Mar 2007 13:38:41 +0000 |
alex |
handle http error codes
libavformat
|
Sun, 04 Mar 2007 11:59:29 +0000 |
gpoirier |
Close connection on EOF
libavformat
|
Sun, 04 Mar 2007 11:52:46 +0000 |
gpoirier |
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303).
libavformat
|
Wed, 28 Feb 2007 03:40:23 +0000 |
lu_zero |
Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch
libavformat
|
Wed, 28 Feb 2007 03:28:31 +0000 |
lu_zero |
get_packetheader() forgot to read the header_checksum in big packets
libavformat
|
Tue, 13 Feb 2007 18:26:14 +0000 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
Sun, 04 Feb 2007 17:05:44 +0000 |
mru |
move networking #includes into separate file
libavformat
|
Thu, 25 Jan 2007 10:01:28 +0000 |
gpoirier |
use more portable PRIu64
libavformat
|
Thu, 18 Jan 2007 17:22:30 +0000 |
mmu_man |
The long awaited BeOS cleanup, phase 1
libavformat
|
Sun, 14 Jan 2007 22:02:38 +0000 |
gpoirier |
add support for HTTP seeking
libavformat
|
Sun, 29 Oct 2006 11:53:07 +0000 |
gpoirier |
switch to common base64 routines in lavf
libavformat
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
Wed, 19 Jul 2006 08:06:24 +0000 |
gpoirier |
Fix memleak, patch by I. Po % yyymmmm # gmail O com %
libavformat
|
Tue, 18 Jul 2006 18:51:35 +0000 |
michael |
simplify b64_encode()
libavformat
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Thu, 24 Feb 2005 19:08:50 +0000 |
michael |
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
libavformat
|
Sat, 08 Jan 2005 14:21:33 +0000 |
michael |
integer overflows, heap corruption
libavformat
|
Thu, 12 Aug 2004 00:09:32 +0000 |
michael |
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>)
libavformat
|
Sat, 19 Jun 2004 03:59:34 +0000 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
Sun, 14 Mar 2004 02:59:33 +0000 |
michael |
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanstuivenberg at chello dot nl>)
libavformat
|
Mon, 08 Dec 2003 17:50:38 +0000 |
alex |
using LIBAVFORMAT_IDENT
libavformat
|
Mon, 08 Sep 2003 20:04:44 +0000 |
bellard |
removed ctype.h header
libavformat
|
Sun, 09 Mar 2003 16:07:19 +0000 |
al3x |
simplified
libavformat
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
Mon, 25 Nov 2002 19:07:40 +0000 |
bellard |
renamed libav to libavformat
libavformat
|