summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Silence warning in imc decoderBenjamin Larsson2008-11-16
* Set channel_layoutBenjamin Larsson2008-11-16
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Use new style static VLC tables for IMC decoder.Reimar Döffinger2008-07-12
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Long name spelling fixesBenjamin Larsson2008-05-02
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-05
* Do not modify input dataKostya Shishkov2008-02-02
* IMC decoder always operates on 64-byte blocksKostya Shishkov2008-02-02
* constsMichael Niedermayer2008-02-01
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Missed one log2().Benjamin Larsson2006-11-17
* Remove log2() usage.Benjamin Larsson2006-11-14
* make some symbols staticMåns Rullgård2006-11-11
* Init vlc tables as staticKostya Shishkov2006-10-30
* IMC decoderKostya Shishkov2006-10-30