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 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
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_read() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-1
/
+2
*
avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()
Anton Khirnov
2011-04-03
1
-14
/
+6
*
avio: make url_fdopen internal.
Anton Khirnov
2011-04-03
1
-2
/
+6
*
avio: make url_open_dyn_packet_buf internal.
Anton Khirnov
2011-04-03
1
-1
/
+5
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-2
/
+6
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-2
/
+6
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+7
*
avio: make get_checksum() internal.
Anton Khirnov
2011-03-30
1
-1
/
+5
*
avio: make init_checksum() internal.
Anton Khirnov
2011-03-30
1
-1
/
+7
*
avio: make av_url_read_fseek/fpause internal.
Anton Khirnov
2011-03-21
1
-3
/
+12
*
avio: deprecate url_fileno
Anton Khirnov
2011-03-20
1
-0
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-3
/
+7
*
avio: deprecate url_close_buf
Anton Khirnov
2011-03-16
1
-1
/
+1
*
avio: deprecate url_open_buf
Anton Khirnov
2011-03-16
1
-0
/
+2
*
avio: always compile avio_printf, rather than on CONFIG_MUXERS
Anton Khirnov
2011-03-16
1
-2
/
+0
*
avio: avio_ prefix for url_fprintf
Anton Khirnov
2011-03-16
1
-1
/
+13
*
avio: make url_setbufsize internal.
Anton Khirnov
2011-03-16
1
-2
/
+6
*
lavf: move ff_get_v from avio.h to avio_internal.h
Anton Khirnov
2011-03-16
1
-1
/
+1
[next]