log gui/bitmap.c @ 32917:9949f3a123cf

age author description
Wed, 02 Mar 2011 18:14:20 +0000 ib Add new function bpFree() to free txSamples (bitmaps).
Wed, 02 Mar 2011 17:42:06 +0000 ib Use appropriate declaration for array indices.
Wed, 02 Mar 2011 17:38:59 +0000 ib Provide proper conversion specification for long and unsigned variables.
Wed, 02 Mar 2011 17:30:14 +0000 ib Move declaration of char array into scope of fExist() where it's used.
Wed, 02 Mar 2011 17:17:19 +0000 ib Cosmetic: Format to MPlayer coding style.
Sat, 05 Feb 2011 14:02:49 +0000 reimar Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
Wed, 19 Jan 2011 22:02:58 +0000 ib Fix resource leaks and check for realloc failures
Sun, 25 Jul 2010 09:22:37 +0000 reimar Switch to non-deprecated avcodec_decode_video2 API.
Sun, 24 Jan 2010 21:15:43 +0000 reimar Use av_malloc to ensure sufficient alignment and also free at least some
Sun, 17 Jan 2010 14:53:12 +0000 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Tue, 12 Jun 2007 08:38:42 +0000 cehoyos Fix compilation after FFmpeg r9283.
Mon, 07 May 2007 12:35:14 +0000 reimar remove unused code
Mon, 07 May 2007 12:33:13 +0000 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
Wed, 02 May 2007 16:42:31 +0000 reimar Use calloc instead of malloc+memset
Wed, 02 May 2007 16:39:35 +0000 reimar Missing free on error in conv24to32
Wed, 02 May 2007 16:38:22 +0000 reimar Simplify bgr2rgb
Wed, 02 May 2007 16:26:58 +0000 reimar Remove unused function
Wed, 02 May 2007 16:24:23 +0000 reimar Make functions and variables not used outside bitmap.c static
Wed, 02 May 2007 16:23:16 +0000 reimar Simplify conv24to32 for-loop
Wed, 02 May 2007 14:39:55 +0000 reimar Remove libpng dependency for Gui, use libavcodec instead
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui