]> git.sesse.net Git - ffmpeg/history - libavcodec/imc.c
Check available size before writing in decode_frame()
[ffmpeg] / libavcodec / imc.c
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-12 Reimar DöffingerUse new style static VLC tables for IMC decoder.
2008-06-22 Robert SwainAdd generic ff_sine_window_init function and implement...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-02 Benjamin LarssonLong name spelling fixes
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-05 Reimar DöffingerCheck that we have enough input data in IMC decoder.
2008-02-02 Kostya ShishkovDo not modify input data
2008-02-02 Kostya ShishkovIMC decoder always operates on 64-byte blocks
2008-02-01 Michael Niedermayerconsts
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-17 Benjamin LarssonMissed one log2().
2006-11-14 Benjamin LarssonRemove log2() usage.
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-30 Kostya ShishkovInit vlc tables as static
2006-10-30 Kostya ShishkovIMC decoder