]> git.sesse.net Git - ffmpeg/history - libavcodec/bmpenc.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / bmpenc.c
2009-09-06 Carl Eugen HoyosCosmetics: Fix typo.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-03-13 Daniel VerkampAdd 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-02-05 Diego BiurrunBMP encoder by Michel Bardiaux, mbardiaux mediaxim be