]> git.sesse.net Git - ffmpeg/history - libavcodec/smacker.c
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / smacker.c
2008-12-15 Daniel VerkampFix one peculiar case in Smacker decoding.
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-02 Reimar Döffinger100l, since we already check for buf_size == 769 we...
2008-02-02 Reimar DöffingerUse bytestream_get_be24 to simplify palette parsing.
2008-02-01 Michael Niedermayersome const
2007-09-14 Kostya ShishkovCheck unp_size for possible overflows too
2007-09-13 Kostya ShishkovAdd checks on input/output buffers size for some audio...
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-03-21 Kostya ShishkovSmacker Audio stereo fix
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Kostya Shishkov1l: correct argument order in avcodec_check_dimensions
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-05-17 Kostya ShishkovNow MPlayer should understand Smacker audio and video...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-03-25 Kostya ShishkovDon't use get_vlc2() when tree is one symbol. This...
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.