359 Commits (9d8f9b2e4094ae6b07a9f23ae044b802722b3b4e)

Author SHA1 Message Date
Andreas Rheinhardt c33e56c7a6 avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf() 5 years ago
Andreas Rheinhardt 7be9b0bb38 avformat/aviobuf: Return better error codes 5 years ago
Andreas Rheinhardt fa0bc627c5 avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2 5 years ago
Andreas Rheinhardt 88d5ae068f avformat/aviobuf: Simplify dyn_buf_write() a bit 5 years ago
Andreas Rheinhardt 28a078eded avformat/aviobuf: Don't check for overflow after it happened 5 years ago
Anton Khirnov 2cbd544519 AVIOContext: switch to child_class_iterate() 5 years ago
Andreas Rheinhardt 781c7a6217 avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.c 5 years ago
Andreas Rheinhardt 639728f51a avformat/aviobuf: Add function to reset dynamic buffer 5 years ago
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Andreas Rheinhardt 6e8e8431e1 avformat/aviobuf: Remove AVIOInternal and one level of indirection 5 years ago
Andreas Rheinhardt 220846f74f avformat/aviobuf: Honor avio_open[2] documentation 5 years ago
Andreas Rheinhardt 163bb9ac0a avformat/aviobuf: Avoid allocating buffer when using dynamic buffer 5 years ago
Marton Balint 95fa73a2b4 avformat/avio: remove 4k limit from avio_printf 5 years ago
Marton Balint a82f8f2f10 avformat/avio: add avio_print_string_array and avio_print 5 years ago
tomajsjiang 3d1506c630 lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloc 5 years ago
Nicolas George 6e1a2dc112 lavf/aviobuf: make AVSEEK_SIZE usable from outside. 5 years ago
Jun Zhao 4373bb411c lavf/avio: remove ffio_open2_wrapper function 5 years ago
Michael Niedermayer 0334632d5c avformat/aviobuf: Delay buffer downsizing until asserts are met 5 years ago
Carl Eugen Hoyos e3b339cc92 lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE. 7 years ago
Jun Zhao cdd107b965 lavf/aviobuf: add ff_get_chomp_line 7 years ago
Marton Balint dcb2ef2211 avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overwrite functions 7 years ago
James Almer aa6280805e avformat/aviobuf: zero initialize the AVIOContext in ffio_init_context() 7 years ago
Jeyapal, Karthick 62f63b24bf libavformat/avio: Utility function to return URLContext 7 years ago
Nicolas George 158a79c31d lavf/aviobuf: return EINVAL when reading from a write-only context. 7 years ago
Nicolas George a606f27f4c lavf/avio: temporarily accept 0 as EOF. 7 years ago
James Almer d4d2e9fe4e avformat: Drop deprecated feof() AVIO fuction 7 years ago
Daniel Kucera 858db4b01f libavformat: not treat 0 as EOF 7 years ago
wm4 5d76674756 lavf: make avio_read_partial() public 7 years ago
Anton Khirnov b12e4d3bb8 avio: add a destructor for AVIOContext 7 years ago
wm4 173b56218f lavf: make avio_read_partial() public 7 years ago
Vitaly Buka eca2a49716 avformat/aviobuf: Fix signed integer overflow in avio_seek() 7 years ago
Marton Balint 09891c5391 avformat/aviobuf: add support for specifying minimum packet size and marking flush points 8 years ago
Marton Balint c14fa7a330 avformat/aviobuf: fix flushing write buffers after seeking backward or forward 8 years ago
Michael Niedermayer 7383a835e4 avformat/aviobuf: Only downscale the buffer once it has been used 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Anton Khirnov 99684f3ae7 avio: add a destructor for AVIOContext 8 years ago
softworkz 9488032e10 libavformat/avio: Add avio_get_dyn_buf function 8 years ago
Luca Barbato 3f75e5116b avio: Keep track of the amount of data written 8 years ago
Stephan Holljes d0be0cbebc lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext API 8 years ago
Anton Khirnov 8ea35af762 avio: add a new flag for marking streams seekable by timestamp 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
James Almer 155f4e9630 avformat/avio: add a crc callback function for CRC-32 IEEE-LE 8 years ago
James Almer d688f39dc4 cosmetics: fix some misspelled words 8 years ago
Martin Storsjö db7968bff4 avio: Allow custom IO users to get labels for the output bytestream 9 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Hendrik Leppkes 0d4b8a2c16 hls: read protocol options through the AVIOContext 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Derek Buitenhuis 9f9ed79d4c hls: Add and use a memebr of AVIOInternal rather than abuse opaque 9 years ago
Anton Khirnov ec4c483976 lavf: add a protocol whitelist/blacklist for file opened internally 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago