288 Commits (3f7986f983922bd9afb6ae5dec3832861cad4390)

Author SHA1 Message Date
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
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 1dd1c1c884 avio: K&R cosmetic formatting 12 years ago
Michael Niedermayer 8a34b85fa8 avio: detect implicit truncation by assert in avio_w* 12 years ago
Michael Niedermayer a3fb3a670e avio: avoid implicit truncation in avio_w* 12 years ago
Martin Storsjö b760ffdd07 aviobuf: Remove a senseless ifdef in avio_seek 12 years ago
Michael Niedermayer 120b38b966 avio: redesign ffio_rewind_with_probe_data() 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago
Luca Barbato 3093939077 avio: make avio_close NULL the freed buffer 12 years ago
Michael Niedermayer 4b9e44868b lavf: fix avio statistics for packets directly read without the buffer. 12 years ago
Stefano Sabatini 725213545d lavf/avio: flush internal buffer when calling avio_close() 12 years ago
jamal c49e0d2cdd aviobuf: Fix warning about discarded qualifier 12 years ago