summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-08Merge commit '51eb213d00154b8e7856c7667ea62db8b0f663d4'Michael Niedermayer1-1/+2
2013-08-07libavformat: use avpriv_open()Rémi Denis-Courmont1-1/+2
2013-07-31file: Add 'blocksize' optionAndrey Utkin1-2/+21
2012-11-27file: fix 10l error in access() checkMichael Niedermayer1-1/+1
2012-11-27file: Fallback to stat() based file_check() when access() or its named flags ...Michael Niedermayer1-0/+10
2012-11-27file: fix file_check()Michael Niedermayer1-7/+8
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-97/+135
2012-10-09file: Set the return value type for lseek to int64_t.Yusuke Nakamura1-1/+1
2012-09-26file: set the return value type for lseek to off_tJean First1-1/+1
2012-09-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-5/+10
2012-09-16file: return proper error on seek failuresLuca Barbato1-2/+8
2012-09-13Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'Michael Niedermayer9-127/+802
2012-09-12file: Add an avoption for disabling truncating existing files on openMartin Storsjö1-2/+22
2012-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-18/+77
2012-09-10file: Use a normal private context for storing the file descriptorMartin Storsjö1-12/+21
2012-09-09file: Add S_ISFIFO compatability macroDerek Buitenhuis1-0/+8
2012-09-07file: Only include unistd.h if it existsRonald S. Bultje2-1/+5
2012-07-05lavf/file: cosmetic: Use "not" instead of "equals zero"Alexander Strasser1-1/+1
2012-07-05lavf/file: cosmetic: Remove superfluous ternary operatorAlexander Strasser1-1/+1
2012-06-29avformat: disable seeking on FIFOs/named pipesMartin Sliwka1-0/+4
2012-06-29file: Only include unistd.h if it existsRonald S. Bultje2-1/+5
2012-06-15file: Fix handling of windows named pipesMartin Sliwka1-1/+1
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun20-21/+21
2011-10-07return error code if error happensMaksym Veremeyenko1-2/+4
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer25-319/+490
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun1-13/+13
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer67-1376/+150
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini25-66/+65
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer43-374/+482
2011-04-13file: implement url_check() callback in the file and pipe protocolsStefano Sabatini1-0/+16
2011-04-09Merge remote branch 'qatar/master'Michael Niedermayer34-165/+249
2011-04-08avio: make URLContext internal.Anton Khirnov10-3/+21
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov11-117/+97
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer37-136/+222
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov26-65/+92
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò186-274/+274
2010-07-06Add #ifdefs around code specific to file and pipe protocolsMåns Rullgård1-18/+24
2010-07-06file_protocol: remove redundant #include sys/time.hMåns Rullgård1-1/+0
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö10-12/+12
2010-04-26Make file_open() return the error code set in errno if open() fails,Stefano Sabatini1-1/+1
2010-04-04Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini1-2/+6
2010-02-13Do not call lseek() with invalid whence valueMåns Rullgård1-0/+2
2009-07-27Only consider -1 as an error return value for open().Martin Storsjö1-1/+1
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla4-10/+10
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje9-5/+61
2009-03-03Remove size_t cast in setting s->priv_data directly to the (integer) fileRonald S. Bultje1-6/+6
[next]