summaryrefslogtreecommitdiff
path: root/libavformat/file.c
Commit message (Expand)AuthorAge
* file: Add an option for following a file that is being writtenMartin Storsjö2016-03-24
* lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* file: properly forward errors from file_read() and file_write()Sean McGovern2015-09-03
* libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-07
* file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-09
* file: return proper error on seek failuresLuca Barbato2012-09-16
* file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-12
* file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-10
* file: Only include unistd.h if it existsRonald S. Bultje2012-06-29
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-13
* avio: make URLContext internal.Anton Khirnov2011-04-08
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård2010-07-06
* file_protocol: remove redundant #include sys/time.hMåns Rullgård2010-07-06
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-26
* Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini2010-04-04
* Do not call lseek() with invalid whence valueMåns Rullgård2010-02-13
* Only consider -1 as an error return value for open().Martin Storsjö2009-07-27
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-03
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
* Remove empty pipe_closeAlex Beregszaszi2007-11-16
* Allow pipe: URL to take fd number as inputVincent Fourmond2007-08-17
* Indent for next commitVincent Fourmond2007-08-17
* 10l: removed pipe_close instead of pipe_readRamiro Polla2007-08-10
* Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla2007-08-09
* Check for O_BINARY instead of a list of systems that need itRamiro Polla2007-06-25
* replace the uses of old string functions that Reimar missedMåns Rullgård2007-06-24
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Remove useless #include.Diego Biurrun2006-12-21
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-21
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fixing pipe seek bugMichael Niedermayer2004-12-06
* nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)Sascha Sommer2004-04-24