302 Commits (60a76f8be8f4795e63fd7b43514b8588a691aa4d)

Author SHA1 Message Date
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
Martin Storsjö 3627ce2f1d aviobuf: Add functions for null buffers 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 11 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 11 years ago
Hendrik Schreiber b512360184 avio: Don't set the seekable flag if no seek function is provided 11 years ago
Hendrik Schreiber 650355089c avformat/aviobuf/ffio_init_context: set seekable automatically 11 years ago
Michael Niedermayer 186ec17843 avformat/aviobuf: Add ffio_ensure_seekback() 12 years ago
Michael Niedermayer 2ca48e4666 avformat: Append data in fill_buffer() when possible 12 years ago
Michael Niedermayer ad6a50c0ed avformat: add writeout_count statistic 12 years ago
Martin Storsjö 53c25ee073 aviobuf: Discard old buffered, previously read data in ffio_read_partial 12 years ago
Martin Storsjö a0b7e28907 aviobuf: Partial support for reading in read/write contexts 12 years ago