index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
file: properly forward errors from file_read() and file_write()
Sean McGovern
2015-09-03
1
-2
/
+4
*
libavformat: use avpriv_open()
Rémi Denis-Courmont
2013-08-07
1
-1
/
+2
*
file: Set the return value type for lseek to int64_t.
Yusuke Nakamura
2012-10-09
1
-1
/
+1
*
file: return proper error on seek failures
Luca Barbato
2012-09-16
1
-2
/
+8
*
file: Add an avoption for disabling truncating existing files on open
Martin Storsjö
2012-09-12
1
-2
/
+22
*
file: Use a normal private context for storing the file descriptor
Martin Storsjö
2012-09-10
1
-12
/
+21
*
file: Only include unistd.h if it exists
Ronald S. Bultje
2012-06-29
1
-1
/
+3
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
Fix standalone compilation of pipe protocol.
Diego Biurrun
2011-05-04
1
-13
/
+13
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-6
/
+5
*
file: implement url_check() callback in the file and pipe protocols
Stefano Sabatini
2011-04-13
1
-0
/
+16
*
avio: make URLContext internal.
Anton Khirnov
2011-04-08
1
-0
/
+1
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-10
/
+10
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-3
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Add #ifdefs around code specific to file and pipe protocols
Måns Rullgård
2010-07-06
1
-18
/
+24
*
file_protocol: remove redundant #include sys/time.h
Måns Rullgård
2010-07-06
1
-1
/
+0
*
Declare the url_write buffer parameter as const
Martin Storsjö
2010-06-01
1
-1
/
+1
*
Make file_open() return the error code set in errno if open() fails,
Stefano Sabatini
2010-04-26
1
-1
/
+1
*
Implement support to the AVSEEK_SIZE operation in file_seek().
Stefano Sabatini
2010-04-04
1
-2
/
+6
*
Do not call lseek() with invalid whence value
Måns Rullgård
2010-02-13
1
-0
/
+2
*
Only consider -1 as an error return value for open().
Martin Storsjö
2009-07-27
1
-1
/
+1
*
Use intptr_t when casting pointers to int.
Ramiro Polla
2009-03-26
1
-7
/
+7
*
Add url_get_file_handle(), which is used to get the file descriptor
Ronald S. Bultje
2009-03-03
1
-0
/
+7
*
Remove size_t cast in setting s->priv_data directly to the (integer) file
Ronald S. Bultje
2009-03-03
1
-6
/
+6
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-2
/
+2
*
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
Ramiro Polla
2009-01-11
1
-1
/
+4
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-1
/
+1
*
remove const qualifier, removes warning:
Baptiste Coudurier
2008-05-27
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
os_support.h is also needed for usleep and lseek on MinGW.
Ramiro Polla
2007-11-22
1
-0
/
+1
*
Remove empty pipe_close
Alex Beregszaszi
2007-11-16
1
-7
/
+0
*
Allow pipe: URL to take fd number as input
Vincent Fourmond
2007-08-17
1
-0
/
+6
*
Indent for next commit
Vincent Fourmond
2007-08-17
1
-5
/
+5
*
10l: removed pipe_close instead of pipe_read
Ramiro Polla
2007-08-10
1
-3
/
+2
*
Make the pipe URLProtocol share read and write functions with the file URLPro...
Ramiro Polla
2007-08-09
1
-13
/
+2
*
Check for O_BINARY instead of a list of systems that need it
Ramiro Polla
2007-06-25
1
-2
/
+2
*
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-24
1
-1
/
+2
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
Remove useless #include.
Diego Biurrun
2006-12-21
1
-3
/
+0
*
Remove useless MinGW #ifdefs.
Ramiro Polla
2006-12-21
1
-9
/
+2
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
Diego Biurrun
2006-07-11
1
-5
/
+5
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-1
/
+1
*
fixing pipe seek bug
Michael Niedermayer
2004-12-06
1
-0
/
+1
*
nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>)
Sascha Sommer
2004-04-24
1
-1
/
+1
*
warning patrol
Falk Hüffner
2004-03-24
1
-8
/
+8
*
untested win32 binary pipe fix
Michael Niedermayer
2004-03-24
1
-0
/
+3
[next]