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
*
avio: add a new flag for marking streams seekable by timestamp
Anton Khirnov
2016-09-30
1
-0
/
+3
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
1
-1
/
+1
*
avio: Allow custom IO users to get labels for the output bytestream
Martin Storsjö
2016-05-18
1
-2
/
+50
*
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
*
aviobuf: add a private data struct for avio_open()ed contexts
Anton Khirnov
2016-02-22
1
-16
/
+66
*
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: Add avio_read wrapper to simplify error checking
Vittorio Giovara
2015-05-31
1
-0
/
+8
*
lavf: Explicitly convert types at function pointer assignment
Diego Biurrun
2015-03-11
1
-1
/
+3
*
avio: Rename avclass symbols relating to avio
Martin Storsjö
2015-02-28
1
-8
/
+8
*
avio: Add an internal utility function for freeing dynamic buffers
Martin Storsjö
2015-02-24
1
-0
/
+10
*
avio: Do not consider the end-of-buffer position valid
Luca Barbato
2015-01-28
1
-1
/
+1
*
aviobuf: check context before using it
Vittorio Giovara
2014-10-20
1
-1
/
+2
*
mp3dec: decode more data from Info header
Alessandro Ghedini
2014-04-17
1
-0
/
+6
*
aviobuf: Handle a NULL buffer in avio_close_dyn_buf
Martin Storsjö
2013-11-01
1
-0
/
+5
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-1
/
+4
*
aviobuf: Add functions for null buffers
Martin Storsjö
2013-09-19
1
-0
/
+33
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-3
/
+3
*
avio: Add const qualifiers to ffio_read_indirect
Ben Avison
2013-08-08
1
-1
/
+1
*
avio: Add an internal function for reading without copying
Ben Avison
2013-08-05
1
-0
/
+12
*
avio: Don't set the seekable flag if no seek function is provided
Hendrik Schreiber
2013-07-26
1
-1
/
+1
*
aviobuf: Discard old buffered, previously read data in ffio_read_partial
Martin Storsjö
2013-01-03
1
-0
/
+7
*
aviobuf: Partial support for reading in read/write contexts
Martin Storsjö
2013-01-03
1
-1
/
+8
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
avio: K&R cosmetic formatting
Luca Barbato
2012-12-09
1
-54
/
+67
*
aviobuf: Remove a senseless ifdef in avio_seek
Martin Storsjö
2012-10-18
1
-2
/
+0
*
avio: introduce avio_closep
Luca Barbato
2012-10-10
1
-0
/
+7
*
avio: flush the internal buffer in avio_close()
Stefano Sabatini
2012-09-15
1
-0
/
+1
*
avio: make avio_close NULL the freed buffer
Luca Barbato
2012-09-04
1
-1
/
+1
*
avio: make avio_close(NULL) a no-op
Luca Barbato
2012-04-27
1
-1
/
+5
*
lavf: remove disabled FF_API_OLD_AVIO cruft
Anton Khirnov
2012-01-27
1
-289
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-1
/
+1
*
avio: exit early in fill_buffer without read_packet
Janne Grunau
2012-01-04
1
-0
/
+4
*
avio: add avio_open2, taking an interrupt callback and options
Martin Storsjö
2011-11-13
1
-1
/
+38
*
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
1
-1
/
+1
*
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-13
1
-1
/
+1
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
avio: Check for invalid buffer length.
Alex Converse
2011-10-16
1
-2
/
+5
*
avio: don't replicate avio_alloc_context functionality.
Anton Khirnov
2011-07-15
1
-10
/
+3
*
avio: check AVIOContext malloc failure
Can Wu
2011-05-21
1
-0
/
+2
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-6
/
+6
*
lavf: remove FF_API_URL_RESETBUF cruft
Anton Khirnov
2011-04-19
1
-11
/
+0
*
avio: undeprecate av_url_read_fseek/fpause under nicer names
Anton Khirnov
2011-04-12
1
-4
/
+4
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-7
/
+7
*
avio: always compile dyn_buf functions
Anton Khirnov
2011-04-05
1
-4
/
+0
*
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_seek() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
[next]