]> git.sesse.net Git - ffmpeg/history - libavcodec/imc.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / imc.c
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-16 Benjamin LarssonSilence warning in imc decoder
2008-11-16 Benjamin LarssonSet channel_layout
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