]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/smacker.c
Fix segault
[frescor/ffmpeg.git] / libavcodec / smacker.c
2009-04-24 kostyaRemove useless assignment during initialization for...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-21 kostyaMake Smacker audio decoder output audio in original...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-15 kostyaFix one peculiar case in Smacker decoding.
2008-11-19 kostyaAdd channel layout to several audio decoders I maintain
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-02 reimar100l, since we already check for buf_size == 769 we...
2008-02-02 reimarUse bytestream_get_be24 to simplify palette parsing.
2008-02-01 michaelsome const
2007-09-14 kostyaCheck unp_size for possible overflows too
2007-09-13 kostyaAdd checks on input/output buffers size for some audio...
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 diegolicense header consistency cosmetics
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-07 diegoRemove superfluous setting of has_b_frames in codecs...
2007-03-21 kostyaSmacker Audio stereo fix
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 kostya1l: correct argument order in avcodec_check_dimensions
2006-09-09 kostyaDrop unneeded checks before av_free() and change to...
2006-05-17 kostyaNow MPlayer should understand Smacker audio and video...
2006-05-13 michaelsanity checks, some might have been exploitable ...
2006-03-25 kostyaDon't use get_vlc2() when tree is one symbol. This...
2006-03-21 kostyaSmacker demuxer and decoder.