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-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
2011-04-03Reimplement stream probe try #2Michael Niedermayer
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-18reverts parts of commit de11ee906ed232157392924735c18ab7d8522ccb. The author ...Michael Niedermayer
2011-03-18Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
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