267 Commits (ec2b6ee59afa22dbfcfedbc56d24873dbb8894e5)

Author SHA1 Message Date
  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 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
  Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
  Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
  Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
  Diego Biurrun 124e28847b Remove some stray unnecessary ffmpeg references. 13 years ago
  Alex Converse ab2940691b avio: Check for invalid buffer length. 13 years ago
  Nicolas George 247a1dc847 aviobuf: Replace av_realloc by av_realloc_f when relevant. 13 years ago
  Anton Khirnov c3bec4cd13 avio: don't replicate avio_alloc_context functionality. 14 years ago