summaryrefslogtreecommitdiff
path: root/libavformat/file.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/file: add S_IFBLK/S_ISBLK compatability macroZhao Zhili2023-01-121-0/+18
* avformat/file: add fd protocolZhao Zhili2023-01-111-17/+70
* avformat/file: dup file descriptor for pipeZhao Zhili2023-01-111-10/+34
* avformat/file: reindent after the previous commitZhao Zhili2023-01-111-10/+10
* avformat/file: add fd option for pipeZhao Zhili2023-01-111-2/+7
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-1/+2
* avformat/file: remove _WIN32 conditionsoftworkz2022-06-091-4/+0
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avformat/file: use proper return value in file_closeMarton Balint2021-12-121-1/+2
* libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PR...Michael Witten2021-08-121-2/+2
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-181-2/+2
* avformat/file: add seekable option to disallow seekingMarton Balint2019-04-111-0/+5
* avformat/file: Fix file delete for WindowsKarthick Jeyapal2019-01-071-1/+5
* avformat/file: increase min/max packet size to 256k for written filesMarton Balint2017-06-241-0/+5
* libavformat/file: return AVERROR_EOF on EOFDaniel Kucera2017-06-171-0/+2
* lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver2016-06-131-0/+4
* Merge commit '933dec0e29ec4d2cb83474279a6c52d62fdb7310'Derek Buitenhuis2016-04-191-0/+4
|\
| * file: Add an option for following a file that is being writtenMartin Storsjö2016-03-241-0/+4
* | avformat/file: Add crypto to default whitelistMichael Niedermayer2016-03-191-2/+2
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-2/+2
|\ \ | |/
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-2/+2
* | avformat/file: enable file_move() without unistd.hRaymond Hilseth2016-02-281-4/+0
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-0/+2
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* | Merge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42'Hendrik Leppkes2015-09-071-6/+6
|\ \ | |/
| * file: properly forward errors from file_read() and file_write()Sean McGovern2015-09-031-2/+4
* | avformat/file: Fix copy and paste errorMichael Niedermayer2015-09-031-1/+1
* | avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer2015-08-251-6/+6
* | lavf/file: check for dirent.h supportMariusz Szczepańczyk2015-08-251-28/+52
* | lavf/file: implement directory listing callbacksLukasz Marek2015-08-251-0/+87
* | lavf/file: implement move and delete callbacksMariusz Szczepańczyk2015-06-221-0/+38
* | lavf/file: fix help message first character casing for trunc optionStefano Sabatini2014-01-051-1/+1
* | lavf/file: file_check: Handle file URLs that start with "file:"Alexander Strasser2014-01-041-5/+10
* | Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4'Michael Niedermayer2013-08-081-1/+2
|\ \ | |/
| * libavformat: use avpriv_open()Rémi Denis-Courmont2013-08-071-1/+2
* | file: Add 'blocksize' optionAndrey Utkin2013-07-311-2/+21
* | file: fix 10l error in access() checkMichael Niedermayer2012-11-271-1/+1
* | file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer2012-11-271-0/+10
* | file: fix file_check()Michael Niedermayer2012-11-271-7/+8
* | 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