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
2009-06-05zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-09indentationKostya Shishkov
2008-03-09Correctly handle empty framesKostya Shishkov
2008-02-01constMichael Niedermayer
2007-07-17remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård
2007-07-09trivial warning fixesMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-03-27Remove redundant assignKostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-011l: correct argument order in avcodec_check_dimensionsKostya Shishkov
2006-09-09Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov
2006-02-21ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov
2006-02-12add another set of zlib guardsMike Melanson
2006-02-12dosbox native ZMBV decoder, courtesy of KostyaMike Melanson