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
/
avio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify code and avoid compiler warning about incompatible types.
Reimar Döffinger
2011-06-01
1
-5
/
+5
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-13
1
-2
/
+1
|
\
|
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-2
/
+1
*
|
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
Michael Niedermayer
2011-05-01
1
-2
/
+6
|
\
\
|
*
|
lavf: use designated initializers for AVClasses.
Anton Khirnov
2011-04-29
1
-2
/
+6
|
|
/
|
*
avio: Fix sanity checks in ffurl_read*
Martin Storsjö
2011-04-20
1
-2
/
+2
*
|
Fix some passing argument from incompatible pointer type warnings.
Michael Niedermayer
2011-04-24
1
-1
/
+1
*
|
avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.
Nicolas George
2011-04-20
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-32
/
+5
|
\
\
|
|
/
|
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-5
/
+5
|
*
lavf: remove FF_API_URL_CLASS cruft.
Anton Khirnov
2011-04-19
1
-4
/
+0
|
*
lavf: remove FF_API_REGISTER_PROTOCOL cruft
Anton Khirnov
2011-04-19
1
-23
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-14
1
-0
/
+21
|
\
\
|
|
/
|
*
avio: deprecate url_exist in favor of avio_check.
Anton Khirnov
2011-04-13
1
-0
/
+2
|
*
avio: add avio_check()
Stefano Sabatini
2011-04-13
1
-0
/
+19
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-09
1
-2
/
+12
|
\
\
|
|
/
|
*
avio: deprecate av_protocol_next().
Anton Khirnov
2011-04-08
1
-0
/
+2
|
*
avio: add a function for iterating though protocol names.
Anton Khirnov
2011-04-08
1
-0
/
+10
|
*
avio: deprecate the typedef for URLInterruptCB
Anton Khirnov
2011-04-08
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-10
/
+18
|
\
\
|
|
/
|
*
avio: make av_register_protocol2 internal.
Anton Khirnov
2011-04-07
1
-3
/
+7
|
*
avio: avio_ prefix for url_set_interrupt_cb.
Anton Khirnov
2011-04-07
1
-1
/
+5
|
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-6
/
+6
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-06
1
-0
/
+2
|
\
\
|
|
/
|
*
avio: deprecate av_url_read_seek
Anton Khirnov
2011-04-05
1
-1
/
+1
|
*
avio: deprecate av_url_read_pause
Anton Khirnov
2011-04-05
1
-0
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-05
1
-35
/
+75
|
\
\
|
|
/
|
*
avio: deprecate url_get_filename().
Anton Khirnov
2011-04-04
1
-6
/
+4
|
*
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
1
-5
/
+4
|
*
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
1
-1
/
+5
|
*
avio: make url_filesize() internal.
Anton Khirnov
2011-04-04
1
-1
/
+5
|
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-4
/
+8
|
*
avio: make url_seek() internal.
Anton Khirnov
2011-04-04
1
-7
/
+11
|
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-1
/
+5
|
*
avio: make url_read_complete() internal.
Anton Khirnov
2011-04-04
1
-1
/
+5
|
*
avio: make url_read() internal.
Anton Khirnov
2011-04-04
1
-1
/
+5
|
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-3
/
+7
|
*
avio: make url_connect internal.
Anton Khirnov
2011-04-04
1
-3
/
+7
|
*
avio: make url_alloc internal.
Anton Khirnov
2011-04-04
1
-2
/
+7
|
*
avio: deprecate url_open_protocol
Anton Khirnov
2011-04-04
1
-0
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
retry_transfer_wrapper: only call interrupt callback when less than requested...
Michael Niedermayer
2011-04-05
1
-1
/
+1
|
/
*
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-03-15
1
-1
/
+1
*
In retry_transfer_wrapper, do not check url_interrupt_cb, causes problems
Baptiste Coudurier
2011-03-07
1
-2
/
+2
*
URLProtocol: Add URL_PROTOCOL_FLAG_NESTED_SCHEME
Martin Storsjö
2011-03-06
1
-1
/
+8
*
Non-blocking protocol: core wrapper functions
Nicolas George
2011-02-05
1
-13
/
+19
*
Remove unused variable.
Carl Eugen Hoyos
2010-10-06
1
-1
/
+0
*
Use retry_transfer_wrapper() in url_write() as its callers do not expect it t...
Michael Niedermayer
2010-10-06
1
-2
/
+2
*
Factor retry_transfer_wrapper() out of url_read_complete()
Michael Niedermayer
2010-10-06
1
-2
/
+8
*
Make register_protocol() use the function av_register_protocol2()
Stefano Sabatini
2010-09-30
1
-1
/
+1
[next]