Age | Commit message (Expand) | Author |
2011-10-07 | return error code if error happens | Maksym Veremeyenko |
2011-05-05 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-05-04 | Fix standalone compilation of pipe protocol. | Diego Biurrun |
2011-04-20 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-19 | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini |
2011-04-14 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-13 | file: implement url_check() callback in the file and pipe protocols | Stefano Sabatini |
2011-04-09 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-08 | avio: make URLContext internal. | Anton Khirnov |
2011-04-08 | lavf: use designated initializers for all protocols | Anton Khirnov |
2011-04-08 | Merge remote branch 'qatar/master' | Michael Niedermayer |
2011-04-07 | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-07-06 | Add #ifdefs around code specific to file and pipe protocols | Måns Rullgård |
2010-07-06 | file_protocol: remove redundant #include sys/time.h | Måns Rullgård |
2010-06-01 | Declare the url_write buffer parameter as const | Martin Storsjö |
2010-04-26 | Make file_open() return the error code set in errno if open() fails, | Stefano Sabatini |
2010-04-04 | Implement support to the AVSEEK_SIZE operation in file_seek(). | Stefano Sabatini |
2010-02-13 | Do not call lseek() with invalid whence value | Måns Rullgård |
2009-07-27 | Only consider -1 as an error return value for open(). | Martin Storsjö |
2009-03-26 | Use intptr_t when casting pointers to int. | Ramiro Polla |
2009-03-03 | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje |
2009-03-03 | Remove size_t cast in setting s->priv_data directly to the (integer) file | Ronald S. Bultje |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2009-01-11 | Use setmode() if it exists in <io.h>, and not based on O_BINARY. | Ramiro Polla |
2008-10-03 | Remove offset_t typedef and use int64_t directly instead. | Diego Biurrun |
2008-05-27 | remove const qualifier, removes warning: | Baptiste Coudurier |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2007-11-22 | os_support.h is also needed for usleep and lseek on MinGW. | Ramiro Polla |
2007-11-16 | Remove empty pipe_close | Alex Beregszaszi |
2007-08-17 | Allow pipe: URL to take fd number as input | Vincent Fourmond |
2007-08-17 | Indent for next commit | Vincent Fourmond |
2007-08-10 | 10l: removed pipe_close instead of pipe_read | Ramiro Polla |
2007-08-09 | Make the pipe URLProtocol share read and write functions with the file URLPro... | Ramiro Polla |
2007-06-25 | Check for O_BINARY instead of a list of systems that need it | Ramiro Polla |
2007-06-24 | replace the uses of old string functions that Reimar missed | Måns Rullgård |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2006-12-21 | Remove useless #include. | Diego Biurrun |
2006-12-21 | Remove useless MinGW #ifdefs. | Ramiro Polla |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-07-11 | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2004-12-06 | fixing pipe seek bug | Michael Niedermayer |
2004-04-24 | nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) | Sascha Sommer |
2004-03-24 | warning patrol | Falk Hüffner |
2004-03-24 | untested win32 binary pipe fix | Michael Niedermayer |
2004-02-14 | avio patch by (Gildas Bazin <gbazin at altern dot org>) | Gildas Bazin |