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-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-15asfdec: fix build for big endian targetsMans Rullgard
2011-02-15asfdec: split reading stream properties out of asf_read_header()Anton Khirnov
2011-02-14asfdec: fix build for big endian targetsMans Rullgard
2011-02-14asfdec: don't export empty metadataAnton Khirnov
2011-02-14asfdec: split reading stream properties out of asf_read_header()Anton Khirnov
2011-02-11asfdec: deobfuscate reading video properties sizeAnton Khirnov
2011-02-11asfdec: split asf_read_header()Anton Khirnov
2011-02-11asfdec: skip the stream bitrate listAnton Khirnov
2011-02-11asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov
2011-02-11asfdec: move DAR list to ASFContextAnton Khirnov
2011-02-11asfdec: remove some write-only values from the contextAnton Khirnov
2011-02-11asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-11asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-02-11asfdec: deobfuscate reading video properties sizeAnton Khirnov
2011-02-11asfdec: split asf_read_header()Anton Khirnov
2011-02-10asfdec: skip the stream bitrate listAnton Khirnov
2011-02-10asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov
2011-02-10asfdec: move DAR list to ASFContextAnton Khirnov
2011-02-10asfdec: remove some write-only values from the contextAnton Khirnov
2011-02-09asf: split ASFContext into muxer and demuxer parts.Anton Khirnov
2011-02-09asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30asfdec: ensure that the whole tag is read.Anton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28asfdec: ensure that the whole tag is read.Anton Khirnov
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-26asfdec: remove some commented-out cruftAnton Khirnov
2011-01-26lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2011-01-25asfdec: remove some commented-out cruftAnton Khirnov
2011-01-25lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov
2010-12-26make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross
2010-12-18Change ASF demuxer to return incomplete last packets.Reimar Döffinger
2010-12-12Return an error when get_buffer reads none or only partial data insteadReimar Döffinger
2010-12-12Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger