summaryrefslogtreecommitdiffstats
path: root/libavformat/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-091-1/+1
|\
| * file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-091-1/+1
* | file: set the return value type for lseek to off_tJean First2012-09-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-171-2/+7
|\ \ | |/
| * file: return proper error on seek failuresLuca Barbato2012-09-161-2/+8
* | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer2012-09-131-2/+22
|\ \ | |/
| * file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-121-2/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-111-12/+21
|\ \ | |/
| * file: Use a normal private context for storing the file descriptorMartin Storsjö2012-09-101-12/+21
| * file: Only include unistd.h if it existsRonald S. Bultje2012-06-291-1/+3
* | file: Add S_ISFIFO compatability macroDerek Buitenhuis2012-09-091-0/+8
* | file: Only include unistd.h if it existsRonald S. Bultje2012-09-071-1/+3
* | lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser2012-07-051-1/+1
* | lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser2012-07-051-1/+1
* | avformat: disable seeking on FIFOs/named pipesMartin Sliwka2012-06-291-0/+4
* | file: Fix handling of windows named pipesMartin Sliwka2012-06-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* | return error code if error happensMaksym Veremeyenko2011-10-071-2/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-13/+13
|\ \ | |/
| * Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-041-13/+13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-6/+5
|\ \ | |/
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-6/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-0/+16
|\ \ | |/
| * file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-131-0/+16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-10/+11
|\ \ | |/
| * avio: make URLContext internal.Anton Khirnov2011-04-081-0/+1
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-10/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-3/+3
|\ \ | |/
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-2/+2
|/
* Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård2010-07-061-18/+24
* file_protocol: remove redundant #include sys/time.hMåns Rullgård2010-07-061-1/+0
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Make file_open() return the error code set in errno if open() fails,Stefano Sabatini2010-04-261-1/+1
* Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini2010-04-041-2/+6
* Do not call lseek() with invalid whence valueMåns Rullgård2010-02-131-0/+2
* Only consider -1 as an error return value for open().Martin Storsjö2009-07-271-1/+1
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-261-7/+7
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+7
* Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje2009-03-031-6/+6
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-111-1/+4
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-271-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-221-0/+1
* Remove empty pipe_closeAlex Beregszaszi2007-11-161-7/+0
OpenPOWER on IntegriCloud