summaryrefslogtreecommitdiff
path: root/libavformat/file.c
Commit message (Expand)AuthorAge
* lavf/file: fix help message first character casing for trunc optionStefano Sabatini2014-01-05
* lavf/file: file_check: Handle file URLs that start with "file:"Alexander Strasser2014-01-04
* Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4'Michael Niedermayer2013-08-08
|\
| * libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-07
* | file: Add 'blocksize' optionAndrey Utkin2013-07-31
* | file: fix 10l error in access() checkMichael Niedermayer2012-11-27
* | file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer2012-11-27
* | file: fix file_check()Michael Niedermayer2012-11-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-09
|\|
| * file: Set the return value type for lseek to int64_t.Yusuke Nakamura2012-10-09
* | file: set the return value type for lseek to off_tJean First2012-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-17
|\|
| * file: return proper error on seek failuresLuca Barbato2012-09-16
* | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer2012-09-13
|\|
| * file: Add an avoption for disabling truncating existing files on openMartin Storsjö2012-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-11
|\|
| * 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
* | file: Add S_ISFIFO compatability macroDerek Buitenhuis2012-09-09
* | file: Only include unistd.h if it existsRonald S. Bultje2012-09-07
* | lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser2012-07-05
* | lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser2012-07-05
* | avformat: disable seeking on FIFOs/named pipesMartin Sliwka2012-06-29
* | file: Fix handling of windows named pipesMartin Sliwka2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-02
* | return error code if error happensMaksym Veremeyenko2011-10-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\|
| * Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-14
|\|
| * file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * avio: make URLContext internal.Anton Khirnov2011-04-08
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-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
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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