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-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
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-04applehttp: Merge two for loopsMartin Storsjö
2011-04-04applehttp: Restructure the demuxer to use a custom AVIOContextMartin Storsjö
2011-04-04applehttp: Move finished and target_duration to the variant structMartin Storsjö
2011-04-04avio: deprecate url_open_protocolAnton Khirnov
2011-04-04avio: deprecate url_poll and URLPollEntryAnton Khirnov
2011-04-04flvdec: fix segfault in amf_parse_object() due to NULL keyJustin Ruggles
2011-04-04lavf: bump minor version and add an APIChanges entry for avio changesAnton Khirnov
2011-04-04avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()Anton Khirnov
2011-04-04avio: make url_fdopen internal.Anton Khirnov
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-02jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov
2011-04-01avio: document avio_alloc_context.Anton Khirnov
2011-04-01lavf: make compute_chapters_end less picky.Anton Khirnov
2011-04-01sierravmd: fix Indeo3 videosMatthew Hoops
2011-04-01ape: check that number of seektable entries is equal to number of framesKostya Shishkov
2011-03-31mpegts: propagate avio EOF in read_packet()Jindrich Makovicka
2011-03-31flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander
2011-03-31mov: Add support for zero-sized stsc runs.Alex Converse
2011-03-31rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö
2011-03-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-29id3v1: change filesize to int64_t.Carl Eugen Hoyos