| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/file: add S_IFBLK/S_ISBLK compatability macro | Zhao Zhili | 2023-01-12 | 1 | -0/+18 |
* | avformat/file: add fd protocol | Zhao Zhili | 2023-01-11 | 1 | -17/+70 |
* | avformat/file: dup file descriptor for pipe | Zhao Zhili | 2023-01-11 | 1 | -10/+34 |
* | avformat/file: reindent after the previous commit | Zhao Zhili | 2023-01-11 | 1 | -10/+10 |
* | avformat/file: add fd option for pipe | Zhao Zhili | 2023-01-11 | 1 | -2/+7 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+2 |
* | avformat/file: remove _WIN32 condition | softworkz | 2022-06-09 | 1 | -4/+0 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avformat/file: use proper return value in file_close | Marton Balint | 2021-12-12 | 1 | -1/+2 |
* | libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PR... | Michael Witten | 2021-08-12 | 1 | -2/+2 |
* | avformat/hls: support data protocol in uri for EXT-X-MAP | Steven Liu | 2020-01-18 | 1 | -2/+2 |
* | avformat/file: add seekable option to disallow seeking | Marton Balint | 2019-04-11 | 1 | -0/+5 |
* | avformat/file: Fix file delete for Windows | Karthick Jeyapal | 2019-01-07 | 1 | -1/+5 |
* | avformat/file: increase min/max packet size to 256k for written files | Marton Balint | 2017-06-24 | 1 | -0/+5 |
* | libavformat/file: return AVERROR_EOF on EOF | Daniel Kucera | 2017-06-17 | 1 | -0/+2 |
* | lavf/os_support.h: Fix for unicode filenames on windows. | Matt Oliver | 2016-06-13 | 1 | -0/+4 |
* | Merge commit '933dec0e29ec4d2cb83474279a6c52d62fdb7310' | Derek Buitenhuis | 2016-04-19 | 1 | -0/+4 |
|\ |
|
| * | file: Add an option for following a file that is being written | Martin Storsjö | 2016-03-24 | 1 | -0/+4 |
* | | avformat/file: Add crypto to default whitelist | Michael Niedermayer | 2016-03-19 | 1 | -2/+2 |
* | | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d' | Derek Buitenhuis | 2016-02-29 | 1 | -2/+2 |
|\| |
|
| * | lavf: reorganize URLProtocols | Anton Khirnov | 2016-02-22 | 1 | -2/+2 |
* | | avformat/file: enable file_move() without unistd.h | Raymond Hilseth | 2016-02-28 | 1 | -4/+0 |
* | | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -0/+2 |
* | | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | Merge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42' | Hendrik Leppkes | 2015-09-07 | 1 | -6/+6 |
|\| |
|
| * | file: properly forward errors from file_read() and file_write() | Sean McGovern | 2015-09-03 | 1 | -2/+4 |
* | | avformat/file: Fix copy and paste error | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | | avformat/file: Check for lstat() instead of dirent.h | Michael Niedermayer | 2015-08-25 | 1 | -6/+6 |
* | | lavf/file: check for dirent.h support | Mariusz Szczepańczyk | 2015-08-25 | 1 | -28/+52 |
* | | lavf/file: implement directory listing callbacks | Lukasz Marek | 2015-08-25 | 1 | -0/+87 |
* | | lavf/file: implement move and delete callbacks | Mariusz Szczepańczyk | 2015-06-22 | 1 | -0/+38 |
* | | lavf/file: fix help message first character casing for trunc option | Stefano Sabatini | 2014-01-05 | 1 | -1/+1 |
* | | lavf/file: file_check: Handle file URLs that start with "file:" | Alexander Strasser | 2014-01-04 | 1 | -5/+10 |
* | | Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4' | Michael Niedermayer | 2013-08-08 | 1 | -1/+2 |
|\| |
|
| * | libavformat: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 1 | -1/+2 |
* | | file: Add 'blocksize' option | Andrey Utkin | 2013-07-31 | 1 | -2/+21 |
* | | file: fix 10l error in access() check | Michael Niedermayer | 2012-11-27 | 1 | -1/+1 |
* | | file: Fallback to stat() based file_check() when access() or its named flags ... | Michael Niedermayer | 2012-11-27 | 1 | -0/+10 |
* | | file: fix file_check() | Michael Niedermayer | 2012-11-27 | 1 | -7/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-09 | 1 | -1/+1 |
|\| |
|
| * | file: Set the return value type for lseek to int64_t. | Yusuke Nakamura | 2012-10-09 | 1 | -1/+1 |
* | | file: set the return value type for lseek to off_t | Jean First | 2012-09-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-17 | 1 | -2/+7 |
|\| |
|
| * | file: return proper error on seek failures | Luca Barbato | 2012-09-16 | 1 | -2/+8 |
* | | Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' | Michael Niedermayer | 2012-09-13 | 1 | -2/+22 |
|\| |
|
| * | file: Add an avoption for disabling truncating existing files on open | Martin Storsjö | 2012-09-12 | 1 | -2/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-11 | 1 | -12/+21 |
|\| |
|
| * | file: Use a normal private context for storing the file descriptor | Martin Storsjö | 2012-09-10 | 1 | -12/+21 |
| * | file: Only include unistd.h if it exists | Ronald S. Bultje | 2012-06-29 | 1 | -1/+3 |
* | | file: Add S_ISFIFO compatability macro | Derek Buitenhuis | 2012-09-09 | 1 | -0/+8 |