aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/file.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "avformat/file: seek back to initial position for fd protocol"Rémi Denis-Courmont2024-05-301-13/+1
* avformat/file: fail for non-numerical arguments to pipe:Marton Balint2024-05-071-2/+5
* avcodec, avformat/ffjni: fix duplicate JNI symbolsLeo Izen2024-04-041-1/+1
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avformat/file: Combine all CONFIG_ANDROID_CONTENT_PROTOCOL blocksAndreas Rheinhardt2024-03-261-21/+15
* avformat/file: Constify android content protocolAndreas Rheinhardt2024-03-261-1/+1
* avformat: add Android content resolver protocol supportMatthieu Bouron2024-03-231-0/+160
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-201-0/+3
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-221-3/+0
* avformat/file: seek back to initial position for fd protocolZhao Zhili2023-12-211-1/+13
* 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
|\|