]> git.sesse.net Git - ffmpeg/history - libavcodec/8bps.c
Remove unreachable else clause, found by dark shikari.
[ffmpeg] / libavcodec / 8bps.c
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-07 Roberto TogniRemove my old email address.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
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