]> git.sesse.net Git - ffmpeg/history - libavcodec/8bps.c
Spelling and puctuation
[ffmpeg] / libavcodec / 8bps.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
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-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-11 Michael Niedermayerfix segfault (bug #1165640)
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-15 Roberto Togni1l, forgot to remove duplicated error message
2005-01-15 Roberto TogniUse avcodec_check_dimensions instead of custom hack
2005-01-09 Roberto TogniCheck pointers before writing to memory, fix possible...
2003-11-07 Roberto Togni8BPS decoder