2009-07-27 |
benoit |
Only consider -1 as an error return value for open().
libavformat
|
2009-03-26 |
ramiro |
Use intptr_t when casting pointers to int.
libavformat
|
2009-03-03 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
2009-03-03 |
rbultje |
Remove size_t cast in setting s->priv_data directly to the (integer) file
libavformat
|
2009-01-13 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavformat
|
2009-01-11 |
ramiro |
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
libavformat
|
2008-10-03 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
2008-05-27 |
bcoudurier |
remove const qualifier, removes warning:
libavformat
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavformat
|
2007-11-22 |
ramiro |
os_support.h is also needed for usleep and lseek on MinGW.
libavformat
|
2007-11-16 |
alex |
Remove empty pipe_close
libavformat
|
2007-08-17 |
ramiro |
Allow pipe: URL to take fd number as input
libavformat
|
2007-08-17 |
ramiro |
Indent for next commit
libavformat
|
2007-08-10 |
ramiro |
10l: removed pipe_close instead of pipe_read
libavformat
|
2007-08-09 |
ramiro |
Make the pipe URLProtocol share read and write functions with the file URLProtocol
libavformat
|
2007-06-25 |
ramiro |
Check for O_BINARY instead of a list of systems that need it
libavformat
|
2007-06-24 |
mru |
replace the uses of old string functions that Reimar missed
libavformat
|
2007-02-13 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavformat
|
2006-12-21 |
diego |
Remove useless #include.
libavformat
|
2006-12-21 |
diego |
Remove useless MinGW #ifdefs.
libavformat
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
2006-07-11 |
diego |
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
libavformat
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
2004-12-06 |
michael |
fixing pipe seek bug
libavformat
|
2004-04-24 |
michael |
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
libavformat
|
2004-03-24 |
mellum |
warning patrol
libavformat
|
2004-03-24 |
michael |
untested win32 binary pipe fix
libavformat
|
2004-02-14 |
michael |
avio patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2003-12-14 |
michael |
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
libavformat
|
2003-01-11 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavformat
|
2002-11-29 |
bellard |
fixed 'file:' in URLs
libavformat
|
2002-11-25 |
bellard |
renamed libav to libavformat
libavformat
|