295 Commits (cb58c771ade66afcc623250e1c7ac8191381d991)

Author SHA1 Message Date
Yu Xiaolei bc3d02fa88 lavf/avio: clarify the buffer parameter of avio_alloc_context 10 years ago
wm4 c8422f04a3 avformat/aviobuf: fix avio_flush() for read streams 10 years ago
Nicolas George f87db44685 lavf/avio: do not include bprint.h. 10 years ago
Michael Niedermayer f75786f3bc avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list" 10 years ago
James Almer 5c3c67126f lavf/avio: rename url_feof() to avio_feof() 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 61b5ef7754 libavformat/aviobuf: keep track of the original buffer-size and restore it after probe/ensure-seekback 11 years ago
Diego Biurrun 4d7ab5cfeb doxygen: Add a number of missing function parameter descriptions 11 years ago
Alexander Strasser db3c9701f4 lavf/avio: Introduce avio_find_protocol_name 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 11 years ago
Michael Niedermayer c6ae7f64a0 avio.h: fix indention 12 years ago
Michael Niedermayer ad6a50c0ed avformat: add writeout_count statistic 12 years ago
Clément Bœsch 1f68bac50b lavf/avio: fix two extreemly unreasonble typos. 12 years ago
Luca Barbato b522000e9b avio: introduce avio_closep 12 years ago
Dale Curtis 0575772fa0 avformat: Identify anonymous AVIO typedef structs. 12 years ago
Stefano Sabatini 5d1203f063 avio: flush the internal buffer in avio_close() 12 years ago
Stefano Sabatini 725213545d lavf/avio: flush internal buffer when calling avio_close() 12 years ago
Stefano Sabatini 63f57f8530 lavf/avio.h: doxygen avio_flush() 12 years ago
Michael Niedermayer 55cdd45446 avio: Document that write_packet() is not allowed to change its input 12 years ago
Paul B Mahol 86206035d1 avio: av_protocol_next() is gone 13 years ago
Michael Niedermayer 11153a9371 avio: Collect and print statistics of bytes read & seeks 13 years ago
Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 13 years ago
Reimar Döffinger a45605a1ba Add AVIO_FLAG_DIRECT. 13 years ago
Lou Logan 2d38081b4f cosmetics: fix some typos 13 years ago
Anton Khirnov 374e469b8d lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft 13 years ago
Anton Khirnov 2439f2ca82 lavf: remove disabled FF_API_OLD_AVIO cruft 13 years ago
Martin Storsjö 6b9e4eea83 avio: Fix the value of the deprecated URL_FLAG_NONBLOCK 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Michael Niedermayer 077b086dea avio: remove ENOTSUP mention in doxy as its not available on all supported platforms 13 years ago
Michael Niedermayer 47572323f2 lavf: add internal AVIOContext.maxsize 13 years ago
Anton Khirnov eca06cbed9 lavf doxy: add installed headers to groups. 13 years ago
Anton Khirnov fb42db7c39 lavf doxy: add avio groups into the lavf_io group. 13 years ago
Martin Storsjö 45f511ece7 avio: Mark the old interrupt callback mechanism as deprecated 13 years ago
Martin Storsjö 1dee0aca74 avio: add avio_open2, taking an interrupt callback and options 13 years ago
Martin Storsjö 6aa0b98fb2 avio: Add AVIOInterruptCB 13 years ago
Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
Martin Storsjö 9abbe8cc13 Use av_printf_format to check the usage of printf style functions 14 years ago
Can Wu d49051e074 avio: document buffer must created with av_malloc() and friends 14 years ago
Martin Storsjö 5b81e29593 avio: Fix the deprecated fallback URL-prefixed open flags 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov 32b80696e0 lavf: remove misc disabled cruft. 14 years ago
Anton Khirnov 7f804085f1 lavf: remove FF_API_URL_CLASS cruft. 14 years ago
Anton Khirnov c4efa7c229 lavf: remove FF_API_UDP_GET_FILE cruft 14 years ago
Anton Khirnov dcd4a7b62f lavf: remove FF_API_REGISTER_PROTOCOL cruft 14 years ago
Anton Khirnov 468644f6c1 lavf: remove FF_API_URL_RESETBUF cruft 14 years ago
Anton Khirnov 4bde56d1af avio: deprecate url_exist in favor of avio_check. 14 years ago
Stefano Sabatini 175389c854 avio: add avio_check() 14 years ago
Anton Khirnov cbea3ac820 avio: left-shift AVIO_ flags on next bump 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago