336 Commits (8dd73f68a6319d1784b33da9553671f1a0c197f9)

Author SHA1 Message Date
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
Anton Khirnov cae448cfbf aviobuf: add a private data struct for avio_open()ed contexts 9 years ago
Michael Niedermayer 1dba8371d9 avformat: add protocol_whitelist 9 years ago
Michael Niedermayer 8fac0d6403 avformat/avio: free url/avio options 9 years ago
Michael Niedermayer 115fb6d03e avformat/aviobuf: Fix end check in put_str16() 9 years ago
Reynaldo H. Verdejo Pinochet baf4c489e5 avio: add detail to avio_printf() size warning 9 years ago
Bryan Huh a01ba7f579 avformat/aviobuf: Simplify avio_read() and avio_seek() 9 years ago
Bryan Huh a01c24e8c5 avformat/aviobuf: Improve readability of aviobuf (Add comments and docs) 9 years ago
Stephan Holljes 63c07a956b lavf/avio: add avio_accept and avio_handshake 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
wm4 dc87758775 avio: fix potential crashes when combining ffio_ensure_seekback + crc 10 years ago
Michael Niedermayer 4e640f0560 avformat/avio: move short seek threshold to the context 10 years ago
Michael Niedermayer 0023ea4e20 avformat/aviobuf: Check for ffio_set_buf_size() failure 10 years ago
Luca Barbato 252d6200c3 avio: Add avio_put_str16be 10 years ago
Vittorio Giovara bff0349d9d avio: Add avio_read wrapper to simplify error checking 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Michael Niedermayer 46778ab212 avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() if there is no read function 10 years ago
Diego Biurrun b97f427fb5 lavf: Explicitly convert types at function pointer assignment 10 years ago
Mark Reid 81a91269a2 libavformat/avio: added avio_put_str16be 10 years ago
Martin Storsjö c86d8aed74 avio: Rename avclass symbols relating to avio 10 years ago
Martin Storsjö 8a273a7460 avio: Add an internal utility function for freeing dynamic buffers 10 years ago
Michael Niedermayer 58ed152857 avformat/aviobuf: Allow seeking to the end of the buffer for read only buffers 10 years ago
Luca Barbato 3c18a7b188 avio: Do not consider the end-of-buffer position valid 10 years ago
Michael Niedermayer ed86dbd05d avformat/aviobuf: Check that avio_seek() target is non negative 10 years ago