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
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01constMichael Niedermayer
2008-02-01Use bytestream.Michael Niedermayer
2008-02-01constsMichael Niedermayer
2008-01-31Two tables that should be constReimar Döffinger
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-02-25use FFMINRamiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-03-06indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer
2005-02-28indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...Sebastian Jedruszkiewicz
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-10-06* fixing a few of gcc 'clean-code' warningsZdenek Kabelac
2004-09-21greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-02-07segfault fixMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-09-25fixes levis.aviMichael Niedermayer
2003-09-10use const data - began to make code more portableFabrice Bellard
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-05-07release buffer cleanupMichael Niedermayer
2003-04-19code redundancy reduction, courtesy of suxen_drol -at- hotmail.comMike Melanson
2003-04-15native Indeo3 decoder implementationMike Melanson