]> git.sesse.net Git - ffmpeg/history - libavcodec/smacker.c
Add missing #includes to fix 'make checkheaders'.
[ffmpeg] / libavcodec / smacker.c
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.