summaryrefslogtreecommitdiff
path: root/libavformat/file.c
Commit message (Expand)AuthorAge
* avformat/file: remove _WIN32 conditionsoftworkz2022-06-09
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avformat/file: use proper return value in file_closeMarton Balint2021-12-12
* libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PR...Michael Witten2021-08-12
* avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu2020-01-18
* avformat/file: add seekable option to disallow seekingMarton Balint2019-04-11
* avformat/file: Fix file delete for WindowsKarthick Jeyapal2019-01-07
* avformat/file: increase min/max packet size to 256k for written filesMarton Balint2017-06-24
* libavformat/file: return AVERROR_EOF on EOFDaniel Kucera2017-06-17
* lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver2016-06-13
* Merge commit '933dec0e29ec4d2cb83474279a6c52d62fdb7310'Derek Buitenhuis2016-04-19
|\
| * file: Add an option for following a file that is being writtenMartin Storsjö2016-03-24
* | avformat/file: Add crypto to default whitelistMichael Niedermayer2016-03-19
* | Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
|\|
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-22
* | avformat/file: enable file_move() without unistd.hRaymond Hilseth2016-02-28
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* | Merge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42'Hendrik Leppkes2015-09-07
|\|
| * file: properly forward errors from file_read() and file_write()Sean McGovern2015-09-03
* | avformat/file: Fix copy and paste errorMichael Niedermayer2015-09-03
* | avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer2015-08-25
* | lavf/file: check for dirent.h supportMariusz Szczepańczyk2015-08-25
* | lavf/file: implement directory listing callbacksLukasz Marek2015-08-25
* | lavf/file: implement move and delete callbacksMariusz Szczepańczyk2015-06-22
* | 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
|\|