367 Commits (c7ece8e26f313bba7ab30f0ac7cfd282b6ff51e0)

Author SHA1 Message Date
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
Michael Niedermayer eac5c7b837 avformat/aviobuf: Fix infinite loop in ff_get_line() 10 years ago
Vittorio Giovara d7f530b0d6 aviobuf: check context before using it 10 years ago
wm4 c8422f04a3 avformat/aviobuf: fix avio_flush() for read streams 10 years ago
Michael Niedermayer 7a2c380e93 avformat/aviobuf: remove uses of deprecated url_feof() 10 years ago
James Almer 5c3c67126f lavf/avio: rename url_feof() to avio_feof() 10 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 10 years ago
Nicolas George 04bc370072 lavf/avio: do not include bprint.h. 10 years ago
Andrey Utkin 8a4c0866dc avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) 10 years ago
Michael Niedermayer 46380e8d26 avformat/aviobuf/ff_get_line: also accept \r as end of line character 11 years ago
Alessandro Ghedini 32d05934ab mp3dec: decode more data from Info header 11 years ago
Michael Niedermayer 61b5ef7754 libavformat/aviobuf: keep track of the original buffer-size and restore it after probe/ensure-seekback 11 years ago
Michael Niedermayer 0d4a66ee7f avformat/aviobuf: ffio_ensure_seekback: only copy the initialized part of the buffer 11 years ago
Michael Niedermayer 9600486d10 avformat/aviobuf: optimize sequential backward seeking 11 years ago
Michael Niedermayer 2adf422ce2 avformat/aviobuf: factorize buffer_size out 11 years ago
Michael Niedermayer 7441d1ec33 avformat/aviobuf: fix null dereference in avio_close_dyn_buf() 11 years ago
Michael Niedermayer 269f5d902a avformat/aviobuf: return error from avio_put_str16le() for invalid input 11 years ago
Michael Niedermayer b52ae27edf avio_put_str16le: Print error message in case of invalid UTF8 input 11 years ago
Martin Storsjö d07b51bf07 aviobuf: Handle a NULL buffer in avio_close_dyn_buf 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago