Fri, 03 Oct 2008 10:16:29 +0000 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
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
|