| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/aviobuf: don't reduce short seek threshold | Andriy Gelman | 2021-03-16 | 1 | -7/+3 |
* | aviobuf: Increase the default SHORT_SEEK_THRESHOLD to 32 KB | Martin Storsjö | 2020-11-12 | 1 | -1/+1 |
* | libavformat/aviobuf: Forward error from avio_read in ffio_read_size() | Michael Niedermayer | 2020-11-04 | 1 | -3/+5 |
* | Revert "aviobuf: Discard old buffered, previously read data in ffio_read_part... | Marton Balint | 2020-10-16 | 1 | -7/+0 |
* | avformat/aviobuf: increase default read buffer size to 2*max_buffer_size for ... | Marton Balint | 2020-10-09 | 1 | -0/+5 |
* | avformat/aviobuf: fix indentation | Marton Balint | 2020-10-09 | 1 | -8/+8 |
* | avformat/aviobuf: do not allocate a new buffer in ffio_ensure_seekback if not... | Marton Balint | 2020-10-09 | 1 | -1/+5 |
* | avformat/aviobuf: discard part of the IO buffer in ffio_ensure_seekback if ne... | Marton Balint | 2020-10-09 | 1 | -10/+17 |
* | avformat/aviobuf: fix checks in ffio_ensure_seekback | Marton Balint | 2020-10-09 | 1 | -2/+2 |
* | avformat/aviobuf: check if requested seekback buffer is already read | Marton Balint | 2020-10-09 | 1 | -0/+3 |
* | avformat/aviobuf: write data into the IO buffer till the very end of the buffer | Marton Balint | 2020-10-09 | 1 | -1/+1 |
* | avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf() | Andreas Rheinhardt | 2020-06-11 | 1 | -2/+2 |
* | avformat/aviobuf: Return better error codes | Andreas Rheinhardt | 2020-06-11 | 1 | -6/+8 |
* | avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2 | Andreas Rheinhardt | 2020-06-11 | 1 | -1/+3 |
* | avformat/aviobuf: Simplify dyn_buf_write() a bit | Andreas Rheinhardt | 2020-06-11 | 1 | -9/+6 |
* | avformat/aviobuf: Don't check for overflow after it happened | Andreas Rheinhardt | 2020-06-11 | 1 | -1/+1 |
* | AVIOContext: switch to child_class_iterate() | Anton Khirnov | 2020-06-10 | 1 | -0/+12 |
* | avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c | Andreas Rheinhardt | 2020-05-05 | 1 | -20/+0 |
* | avformat/aviobuf: Add function to reset dynamic buffer | Andreas Rheinhardt | 2020-03-30 | 1 | -0/+11 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | avformat/aviobuf: Remove AVIOInternal and one level of indirection | Andreas Rheinhardt | 2020-01-30 | 1 | -71/+15 |
* | avformat/aviobuf: Honor avio_open[2] documentation | Andreas Rheinhardt | 2020-01-07 | 1 | -0/+2 |
* | avformat/aviobuf: Avoid allocating buffer when using dynamic buffer | Andreas Rheinhardt | 2019-11-28 | 1 | -6/+14 |
* | avformat/avio: remove 4k limit from avio_printf | Marton Balint | 2019-08-17 | 1 | -5/+11 |
* | avformat/avio: add avio_print_string_array and avio_print | Marton Balint | 2019-08-17 | 1 | -0/+6 |
* | lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc | tomajsjiang | 2019-08-15 | 1 | -0/+31 |
* | lavf/aviobuf: make AVSEEK_SIZE usable from outside. | Nicolas George | 2019-08-13 | 1 | -0/+3 |
* | lavf/avio: remove ffio_open2_wrapper function | Jun Zhao | 2019-07-21 | 1 | -6/+0 |
* | avformat/aviobuf: Delay buffer downsizing until asserts are met | Michael Niedermayer | 2019-06-30 | 1 | -2/+1 |
* | 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 |