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
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
2009-03-03Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-05-27remove const qualifier, removes warning:Baptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-22os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla
2007-11-16Remove empty pipe_closeAlex Beregszaszi
2007-08-17Allow pipe: URL to take fd number as inputVincent Fourmond
2007-08-17Indent for next commitVincent Fourmond
2007-08-1010l: removed pipe_close instead of pipe_readRamiro Polla
2007-08-10Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla
2007-06-26Check for O_BINARY instead of a list of systems that need itRamiro Polla