Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-05-21avio: document buffer must created with av_malloc() and friendsCan Wu
2011-04-29avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove misc disabled cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov
2011-04-19lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov
2011-04-13avio: deprecate url_exist in favor of avio_check.Anton Khirnov
2011-04-13avio: add avio_check()Stefano Sabatini
2011-04-13avio: left-shift AVIO_ flags on next bumpAnton Khirnov
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-10avio: add more documentation for AVIOContext.Anton Khirnov
2011-04-10avio: document some members of AVIOContext.Anton Khirnov
2011-04-10avio: document avio_close().Anton Khirnov
2011-04-10avio: cosmetics, vertically align comments.Anton Khirnov
2011-04-10avio: cosmetics, group the reading functions.Anton Khirnov
2011-04-10avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.Anton Khirnov
2011-04-10avio: cosmetics, move AVIOContext to start of the file.Anton Khirnov
2011-04-10avio: update file header.Anton Khirnov
2011-04-08avio: deprecate av_protocol_next().Anton Khirnov
2011-04-08avio: add a function for iterating though protocol names.Anton Khirnov
2011-04-08avio: make URLProtocol internal.Anton Khirnov
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: make av_register_protocol2 internal.Anton Khirnov
2011-04-07avio: avio_ prefix for url_set_interrupt_cb.Anton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-05avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internalAnton Khirnov
2011-04-05avio: deprecate av_url_read_seekAnton Khirnov
2011-04-05avio: deprecate av_url_read_pauseAnton Khirnov
2011-04-04avio: deprecate url_get_filename().Anton Khirnov
2011-04-04avio: deprecate url_max_packet_size().Anton Khirnov
2011-04-04avio: make url_get_file_handle() internal.Anton Khirnov
2011-04-04avio: make url_filesize() internal.Anton Khirnov
2011-04-04avio: make url_close() internal.Anton Khirnov
2011-04-04avio: make url_seek() internal.Anton Khirnov
2011-04-04avio: cosmetics, move AVSEEK_SIZE/FORCE declarations togetherAnton Khirnov
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_read_complete() internal.Anton Khirnov
2011-04-04avio: make url_read() internal.Anton Khirnov
2011-04-04avio: make url_open() internal.Anton Khirnov
2011-04-04avio: make url_connect internal.Anton Khirnov
2011-04-04avio: make url_alloc internal.Anton Khirnov
2011-04-04avio: deprecate url_open_protocolAnton Khirnov
2011-04-04avio: deprecate url_poll and URLPollEntryAnton Khirnov
2011-04-04avio: make url_fdopen internal.Anton Khirnov