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: fix 10l error in access() check
Michael Niedermayer
2012-11-27
1
-1
/
+1
*
file: Fallback to stat() based file_check() when access() or its named flags ...
Michael Niedermayer
2012-11-27
1
-0
/
+10
*
file: fix file_check()
Michael Niedermayer
2012-11-27
1
-7
/
+8
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-09
1
-1
/
+1
|
\
|
*
file: Set the return value type for lseek to int64_t.
Yusuke Nakamura
2012-10-09
1
-1
/
+1
*
|
file: set the return value type for lseek to off_t
Jean First
2012-09-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-17
1
-2
/
+7
|
\
\
|
|
/
|
*
file: return proper error on seek failures
Luca Barbato
2012-09-16
1
-2
/
+8
*
|
Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b'
Michael Niedermayer
2012-09-13
1
-2
/
+22
|
\
\
|
|
/
|
*
file: Add an avoption for disabling truncating existing files on open
Martin Storsjö
2012-09-12
1
-2
/
+22
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-11
1
-12
/
+21
|
\
\
|
|
/
|
*
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
*
|
file: Add S_ISFIFO compatability macro
Derek Buitenhuis
2012-09-09
1
-0
/
+8
*
|
file: Only include unistd.h if it exists
Ronald S. Bultje
2012-09-07
1
-1
/
+3
*
|
lavf/file: cosmetic: Use "not" instead of "equals zero"
Alexander Strasser
2012-07-05
1
-1
/
+1
*
|
lavf/file: cosmetic: Remove superfluous ternary operator
Alexander Strasser
2012-07-05
1
-1
/
+1
*
|
avformat: disable seeking on FIFOs/named pipes
Martin Sliwka
2012-06-29
1
-0
/
+4
*
|
file: Fix handling of windows named pipes
Martin Sliwka
2012-06-15
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
|
return error code if error happens
Maksym Veremeyenko
2011-10-07
1
-2
/
+4
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-05
1
-13
/
+13
|
\
\
|
|
/
|
*
Fix standalone compilation of pipe protocol.
Diego Biurrun
2011-05-04
1
-13
/
+13
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-6
/
+5
|
\
\
|
|
/
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-6
/
+5
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-14
1
-0
/
+16
|
\
\
|
|
/
|
*
file: implement url_check() callback in the file and pipe protocols
Stefano Sabatini
2011-04-13
1
-0
/
+16
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-09
1
-10
/
+11
|
\
\
|
|
/
|
*
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
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-3
/
+3
|
\
\
|
|
/
|
*
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
*
|
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
[next]