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
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
2010-07-06file_protocol: remove redundant #include sys/time.hMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-04-27Make file_open() return the error code set in errno if open() fails,Stefano Sabatini
2010-04-04Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini
2010-02-13Do not call lseek() with invalid whence valueMåns Rullgård
2009-07-27Only consider -1 as an error return value for open().Martin Storsjö
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje