215 Commits (3799376dd3373ee255651ed542c75b15665801a8)

Author SHA1 Message Date
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
Mans Rullgard 6208313aeb avio: make AVIOContext.av_class pointer to const 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
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
Anton Khirnov d1c5fdf892 avio: add more documentation for AVIOContext. 14 years ago
Anton Khirnov c1a9012d62 avio: document some members of AVIOContext. 14 years ago
Anton Khirnov e782a0c6da avio: document avio_close(). 14 years ago
Anton Khirnov 893816ba1e avio: cosmetics, vertically align comments. 14 years ago
Anton Khirnov 72d4405b66 avio: cosmetics, group the reading functions. 14 years ago
Anton Khirnov 37744e3282 avio: cosmetics, merge all the FF_API_OLD_AVIO blocks. 14 years ago
Anton Khirnov fafa7290f1 avio: cosmetics, move AVIOContext to start of the file. 14 years ago
Anton Khirnov 6084ee5dc5 avio: update file header. 14 years ago
Anton Khirnov cdc6a87f19 avio: deprecate av_protocol_next(). 14 years ago
Anton Khirnov f8270bbf8c avio: add a function for iterating though protocol names. 14 years ago
Anton Khirnov 5593f03148 avio: make URLProtocol internal. 14 years ago
Anton Khirnov c486dade95 avio: make URLContext internal. 14 years ago
Anton Khirnov 026e175775 avio: deprecate the typedef for URLInterruptCB 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago
Anton Khirnov 8e76a19b63 avio: make av_register_protocol2 internal. 14 years ago
Anton Khirnov 80c6e238b0 avio: avio_ prefix for url_set_interrupt_cb. 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov b840484798 avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal 14 years ago
Anton Khirnov 1305d93c42 avio: deprecate av_url_read_seek 14 years ago
Anton Khirnov fa104e14ab avio: deprecate av_url_read_pause 14 years ago
Anton Khirnov 727c7aa026 avio: deprecate url_get_filename(). 14 years ago
Anton Khirnov 5958df341d avio: deprecate url_max_packet_size(). 14 years ago
Anton Khirnov 1869ea03b7 avio: make url_get_file_handle() internal. 14 years ago