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
/
aviobuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.
Carl Eugen Hoyos
2018-06-16
1
-2
/
+2
*
lavf/aviobuf: add ff_get_chomp_line
Jun Zhao
2018-04-12
1
-0
/
+8
*
avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...
Marton Balint
2018-02-24
1
-0
/
+46
*
avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context()
James Almer
2018-02-14
1
-1
/
+3
*
libavformat/avio: Utility function to return URLContext
Jeyapal, Karthick
2017-11-29
1
-0
/
+13
*
lavf/aviobuf: return EINVAL when reading from a write-only context.
Nicolas George
2017-10-29
1
-1
/
+1
*
lavf/avio: temporarily accept 0 as EOF.
Nicolas George
2017-10-29
1
-9
/
+21
*
avformat: Drop deprecated feof() AVIO fuction
James Almer
2017-10-21
1
-7
/
+0
*
libavformat: not treat 0 as EOF
Daniel Kucera
2017-10-19
1
-8
/
+12
*
lavf: make avio_read_partial() public
wm4
2017-09-01
1
-1
/
+1
*
avio: add a destructor for AVIOContext
Anton Khirnov
2017-09-01
1
-3
/
+14
*
avformat/aviobuf: Fix signed integer overflow in avio_seek()
Vitaly Buka
2017-08-23
1
-0
/
+2
*
avformat/aviobuf: add support for specifying minimum packet size and marking ...
Marton Balint
2017-06-24
1
-0
/
+7
*
avformat/aviobuf: fix flushing write buffers after seeking backward or forward
Marton Balint
2017-06-24
1
-12
/
+14
*
avformat/aviobuf: Only downscale the buffer once it has been used
Michael Niedermayer
2017-05-19
1
-1
/
+1
*
Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'
James Almer
2017-04-13
1
-0
/
+7
|
\
|
*
avio: Keep track of the amount of data written
Luca Barbato
2016-12-08
1
-3
/
+10
*
|
Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'
James Almer
2017-03-21
1
-0
/
+3
|
\
\
|
|
/
|
*
avio: add a new flag for marking streams seekable by timestamp
Anton Khirnov
2016-09-30
1
-0
/
+3
*
|
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
James Almer
2017-03-21
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
1
-1
/
+1
*
|
HTTP: improve performance by reducing forward seeks
Joel Cunningham
2017-02-14
1
-1
/
+18
*
|
libavformat/avio: Add avio_get_dyn_buf function
softworkz
2017-01-07
1
-0
/
+17
*
|
lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext API
Stephan Holljes
2016-10-03
1
-2
/
+4
*
|
avformat/avio: add a crc callback function for CRC-32 IEEE-LE
James Almer
2016-08-04
1
-0
/
+6
*
|
cosmetics: fix some misspelled words
James Almer
2016-07-17
1
-1
/
+1
*
|
Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'
Matthieu Bouron
2016-06-23
1
-2
/
+50
|
\
\
|
|
/
|
*
avio: Allow custom IO users to get labels for the output bytestream
Martin Storsjö
2016-05-18
1
-2
/
+50
*
|
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-1
/
+1
|
\
\
|
|
/
|
*
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-24
1
-1
/
+1
|
*
lavf: add a protocol whitelist/blacklist for file opened internally
Anton Khirnov
2016-02-22
1
-4
/
+63
|
*
urlprotocol: receive a list of protocols from the caller
Anton Khirnov
2016-02-22
1
-2
/
+18
*
|
hls: read protocol options through the AVIOContext
Hendrik Leppkes
2016-03-16
1
-0
/
+4
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-4
/
+9
*
|
hls: Add and use a memebr of AVIOInternal rather than abuse opaque
Derek Buitenhuis
2016-02-29
1
-4
/
+0
*
|
Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'
Derek Buitenhuis
2016-02-29
1
-17
/
+68
|
\
\
|
|
/
|
*
aviobuf: add a private data struct for avio_open()ed contexts
Anton Khirnov
2016-02-22
1
-16
/
+66
*
|
avformat: add protocol_whitelist
Michael Niedermayer
2016-02-02
1
-4
/
+21
*
|
avformat/avio: free url/avio options
Michael Niedermayer
2016-01-29
1
-0
/
+1
*
|
avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
2016-01-13
1
-0
/
+2
*
|
avio: add detail to avio_printf() size warning
Reynaldo H. Verdejo Pinochet
2015-12-27
1
-1
/
+1
*
|
avformat/aviobuf: Simplify avio_read() and avio_seek()
Bryan Huh
2015-11-16
1
-5
/
+4
*
|
avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)
Bryan Huh
2015-11-16
1
-2
/
+5
*
|
lavf/avio: add avio_accept and avio_handshake
Stephan Holljes
2015-08-01
1
-0
/
+17
*
|
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: Consistently prefix input buffer defines
Vittorio Giovara
2015-07-27
1
-2
/
+2
|
*
avio: Add avio_put_str16be
Luca Barbato
2015-06-07
1
-14
/
+20
*
|
avio: fix potential crashes when combining ffio_ensure_seekback + crc
wm4
2015-06-17
1
-0
/
+3
*
|
avformat/avio: move short seek threshold to the context
Michael Niedermayer
2015-06-11
1
-1
/
+2
*
|
avformat/aviobuf: Check for ffio_set_buf_size() failure
Michael Niedermayer
2015-06-07
1
-1
/
+3
[next]