aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
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-02-05Check that we have enough input data in IMC decoder.Reimar Döffinger
2008-02-02Do not modify input dataKostya Shishkov
2008-02-02IMC decoder always operates on 64-byte blocksKostya Shishkov
2008-02-01constsMichael Niedermayer
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-11-17Missed one log2().Benjamin Larsson
2006-11-14Remove log2() usage.Benjamin Larsson
2006-11-11make some symbols staticMåns Rullgård
2006-10-30Init vlc tables as staticKostya Shishkov
2006-10-30IMC decoderKostya Shishkov