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-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-05-19asfdec: add missing #include for av_bswap32()Mans Rullgard
2011-05-18asfdec: fix possible overread on broken files.Uoti Urpala
2011-05-18asfdec: do not fall back to binary/generic searchVladimir Pantelic
2011-05-18asfdec: reindent after previous commit c7bd5edVladimir Pantelic
2011-05-17asfdec: fallback to binary search internallyVladimir Pantelic
2011-05-04asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-04asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-04-20asf: remove commented out code in asf_read_seekVladimir Pantelic
2011-04-18asfdec: Remove dead code from asf_read_close().Diego Biurrun
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-12avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov
2011-04-08asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov
2011-03-23asfdec: also subtract preroll when reading simple index objectVladimir Pantelic
2011-03-21avio: make av_url_read_fseek/fpause internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton 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-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.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-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-28asfdec: ensure that the whole tag is read.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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