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
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
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
*
avio patch by (Gildas Bazin <gbazin at altern dot org>)
Gildas Bazin
2004-02-14
1
-1
/
+3
*
cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at...
Wolfgang Hesseler
2003-12-14
1
-1
/
+1
*
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
Slavik Gnatenko
2003-01-11
1
-1
/
+1
*
fixed 'file:' in URLs
Fabrice Bellard
2002-11-29
1
-0
/
+2
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+130