log gui/bitmap.c @ 31783:1d5af4fbd107

age author description
2010-07-25 reimar Switch to non-deprecated avcodec_decode_video2 API.
2010-01-24 reimar Use av_malloc to ensure sufficient alignment and also free at least some
2010-01-17 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
2009-07-26 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2008-04-22 diego Add standard GPL header to individual files.
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2007-06-12 cehoyos Fix compilation after FFmpeg r9283.
2007-05-07 reimar remove unused code
2007-05-07 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
2007-05-02 reimar Use calloc instead of malloc+memset
2007-05-02 reimar Missing free on error in conv24to32
2007-05-02 reimar Simplify bgr2rgb
2007-05-02 reimar Remove unused function
2007-05-02 reimar Make functions and variables not used outside bitmap.c static
2007-05-02 reimar Simplify conv24to32 for-loop
2007-05-02 reimar Remove libpng dependency for Gui, use libavcodec instead
2007-04-23 diego Gui --> gui