275 Commits (6d2a2bfb59f849fadc82374aa8463ac34444ba82)

Author SHA1 Message Date
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() 11 years ago
Carl Eugen Hoyos ff9a154157 Add int64_t probesize2 instead of int probesize to AVFormatContext. 11 years ago
Nicolas George 04bc370072 lavf/avio: do not include bprint.h. 11 years ago
Andrey Utkin 8a4c0866dc avio: Introduce avio_read_to_bprint(avioctx, bp, max_size) 11 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 12 years ago
Ben Avison daf1e0d3de avio: Add an internal function for reading without copying 12 years ago
Hendrik Schreiber b512360184 avio: Don't set the seekable flag if no seek function is provided 12 years ago
Hendrik Schreiber 650355089c avformat/aviobuf/ffio_init_context: set seekable automatically 12 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. 13 years ago
Stefano Sabatini 725213545d lavf/avio: flush internal buffer when calling avio_close() 13 years ago
jamal c49e0d2cdd aviobuf: Fix warning about discarded qualifier 13 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Michael Niedermayer 47f8303069 lavf/aviobuf: use av_assert() 13 years ago
Michael Niedermayer 11153a9371 avio: Collect and print statistics of bytes read & seeks 13 years ago
Luca Barbato e1e146a2d1 avio: make avio_close(NULL) a no-op 13 years ago
Reimar Döffinger a45605a1ba Add AVIO_FLAG_DIRECT. 13 years ago
Michael Niedermayer a76a2ffe9d libavformat: Fix several "incompatible pointer type" warnings. 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Janne Grunau a2d1d21629 avio: exit early in fill_buffer without read_packet 13 years ago