Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-18avformat/hls: support data protocol in uri for EXT-X-MAPSteven Liu
2019-04-11avformat/file: add seekable option to disallow seekingMarton Balint
2019-01-07avformat/file: Fix file delete for WindowsKarthick Jeyapal
2017-06-24avformat/file: increase min/max packet size to 256k for written filesMarton Balint
2017-06-17libavformat/file: return AVERROR_EOF on EOFDaniel Kucera
2016-06-13lavf/os_support.h: Fix for unicode filenames on windows.Matt Oliver
2016-04-19Merge commit '933dec0e29ec4d2cb83474279a6c52d62fdb7310'Derek Buitenhuis
2016-03-24file: Add an option for following a file that is being writtenMartin Storsjö
2016-03-19avformat/file: Add crypto to default whitelistMichael Niedermayer
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-29avformat/file: enable file_move() without unistd.hRaymond Hilseth
2016-02-22lavf: reorganize URLProtocolsAnton Khirnov
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-09-07Merge commit 'e05f7ed5436207f4a55f1978b223c7f8bc82af42'Hendrik Leppkes
2015-09-03file: properly forward errors from file_read() and file_write()Sean McGovern
2015-09-03avformat/file: Fix copy and paste errorMichael Niedermayer
2015-08-25avformat/file: Check for lstat() instead of dirent.hMichael Niedermayer
2015-08-25lavf/file: check for dirent.h supportMariusz Szczepańczyk
2015-08-25lavf/file: implement directory listing callbacksLukasz Marek
2015-06-22lavf/file: implement move and delete callbacksMariusz Szczepańczyk
2014-01-05lavf/file: fix help message first character casing for trunc optionStefano Sabatini
2014-01-05lavf/file: file_check: Handle file URLs that start with "file:"Alexander Strasser
2013-08-08Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4'Michael Niedermayer
2013-08-07libavformat: use avpriv_open()Rémi Denis-Courmont
2013-07-31file: Add 'blocksize' optionAndrey Utkin
2012-11-27file: fix 10l error in access() checkMichael Niedermayer
2012-11-27file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer
2012-11-27file: fix file_check()Michael Niedermayer
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura
2012-09-27file: set the return value type for lseek to off_tJean First
2012-09-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16file: return proper error on seek failuresLuca Barbato
2012-09-13Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer
2012-09-13file: Add an avoption for disabling truncating existing files on openMartin Storsjö
2012-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-10file: Use a normal private context for storing the file descriptorMartin Storsjö
2012-09-09file: Add S_ISFIFO compatability macroDerek Buitenhuis
2012-09-07file: Only include unistd.h if it existsRonald S. Bultje
2012-07-05lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser
2012-07-05lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser
2012-06-29avformat: disable seeking on FIFOs/named pipesMartin Sliwka
2012-06-29file: Only include unistd.h if it existsRonald S. Bultje
2012-06-15file: Fix handling of windows named pipesMartin Sliwka
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-08return error code if error happensMaksym Veremeyenko
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun