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-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-10oggdec: fix demuxing chained audio streamsClément Bœsch
2011-04-10daud: Don't write packets that are too large to have their size expressed in ...Alex Converse
2011-04-09avformat.h: fix a misplaced #endifAnton Khirnov
2011-04-08lavf: bump minor and add an APIChanges entry for avformat cleanupAnton Khirnov
2011-04-08lavf: get rid of ffm-specific stuff in avformat.hAnton 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-08lavf: rename a parameter of av_sdp_create from buff->bufAnton Khirnov
2011-04-08lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov
2011-04-08lavf: make av_guess_image2_codec internalAnton Khirnov
2011-04-08avio: make URLProtocol internal.Anton Khirnov
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-04-08lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.Anton Khirnov
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-08applehttp: don't use deprecated url_ functions.Anton Khirnov
2011-04-08avio: move two ff_udp_* functions from avio_internal to url.hAnton Khirnov
2011-04-08asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov
2011-04-08avio: deprecate the typedef for URLInterruptCBAnton Khirnov
2011-04-07proto: include os_support.h in network.hLuca Barbato
2011-04-07matroskaenc: don't write an empty Cues element.Anton 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-07proto: introduce listen option in tcpLuca Barbato
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
2011-04-06mmst: get rid of deprecated AVERRORsAnton Khirnov
2011-04-06lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.Anton Khirnov
2011-04-06Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov
2011-04-06lavf: if id3v2 tag is present and all else fails, guess by file extensionAnton Khirnov
2011-04-05avio: always compile dyn_buf functionsAnton 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