114 Commits (ce7c90ff82afc3c147f7e277e8ddb006640eb98a)

Author SHA1 Message Date
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Zhao Zhili 5c3d2177e7 avformat/file: seek back to initial position for fd protocol 11 months ago
Zhao Zhili e30bf5acee avformat/file: add S_IFBLK/S_ISBLK compatability macro 2 years ago
Zhao Zhili 6e7c006e40 avformat/file: add fd protocol 2 years ago
Zhao Zhili e9fe1634d4 avformat/file: dup file descriptor for pipe 2 years ago
Zhao Zhili 8d91a8faab avformat/file: reindent after the previous commit 2 years ago
Zhao Zhili 49b8f043ca avformat/file: add fd option for pipe 2 years ago
Andreas Rheinhardt 72c601e0f7 avutil/internal: Move avpriv-file API to a header of its own 2 years ago
softworkz 5d5a014199 avformat/file: remove _WIN32 condition 2 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Marton Balint 722d28db12 avformat/file: use proper return value in file_close 3 years ago
Michael Witten f040c1ec4e libavformat/file.c: 'file_delete()' and 'file_move()' require 'CONFIG_FILE_PROTOCOL' 3 years ago
Steven Liu b9606064c4 avformat/hls: support data protocol in uri for EXT-X-MAP 5 years ago
Marton Balint 3e10223385 avformat/file: add seekable option to disallow seeking 6 years ago
Karthick Jeyapal e9564f7fea avformat/file: Fix file delete for Windows 6 years ago
Marton Balint db9e87dd8c avformat/file: increase min/max packet size to 256k for written files 8 years ago
Daniel Kucera c557718bea libavformat/file: return AVERROR_EOF on EOF 8 years ago
Anton Khirnov 20b75970e4 file protocol: handle the file: protocol string in file_check 8 years ago
Matt Oliver 37787f2616 lavf/os_support.h: Fix for unicode filenames on windows. 9 years ago
Martin Storsjö 933dec0e29 file: Add an option for following a file that is being written 9 years ago
Michael Niedermayer efa98cdc2f avformat/file: Add crypto to default whitelist 9 years ago
Raymond Hilseth 20e4863ab1 avformat/file: enable file_move() without unistd.h 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Sean McGovern e05f7ed543 file: properly forward errors from file_read() and file_write() 9 years ago
Michael Niedermayer fddcd9e570 avformat/file: Fix copy and paste error 9 years ago
Michael Niedermayer d65b9114f3 avformat/file: Check for lstat() instead of dirent.h 9 years ago
Mariusz Szczepańczyk 1f4c62e84e lavf/file: check for dirent.h support 9 years ago
Lukasz Marek d39a9b01e2 lavf/file: implement directory listing callbacks 9 years ago
Mariusz Szczepańczyk 824a82d1b8 lavf/file: implement move and delete callbacks 10 years ago
Stefano Sabatini 22fa50d159 lavf/file: fix help message first character casing for trunc option 11 years ago
Alexander Strasser 77015443a8 lavf/file: file_check: Handle file URLs that start with "file:" 11 years ago
Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 11 years ago
Andrey Utkin a8f171151f file: Add 'blocksize' option 11 years ago
Michael Niedermayer 257196209f file: fix 10l error in access() check 12 years ago
Michael Niedermayer 16ef48c37f file: Fallback to stat() based file_check() when access() or its named flags are unavailable. 12 years ago
Michael Niedermayer 407921072f file: fix file_check() 12 years ago
Yusuke Nakamura e04826c34e file: Set the return value type for lseek to int64_t. 12 years ago
Jean First d37044647f file: set the return value type for lseek to off_t 12 years ago
Luca Barbato 4ed5ac50d3 file: return proper error on seek failures 12 years ago
Martin Storsjö 29a9b12b10 file: Add an avoption for disabling truncating existing files on open 12 years ago
Martin Storsjö 0697d81269 file: Use a normal private context for storing the file descriptor 12 years ago
Derek Buitenhuis 16c03f2e91 file: Add S_ISFIFO compatability macro 12 years ago
Ronald S. Bultje f3be359707 file: Only include unistd.h if it exists 12 years ago
Alexander Strasser 1fe6cb448a lavf/file: cosmetic: Use "not" instead of "equals zero" 13 years ago
Alexander Strasser 585bd4922a lavf/file: cosmetic: Remove superfluous ternary operator 13 years ago
Martin Sliwka df531b0e10 avformat: disable seeking on FIFOs/named pipes 13 years ago
Ronald S. Bultje 3b1ab197be file: Only include unistd.h if it exists 13 years ago