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
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
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-13file: implement url_check() callback in the file and pipe protocolsStefano Sabatini
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-07-06Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård