summaryrefslogtreecommitdiffstats
path: root/gui/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Use av_malloc to ensure sufficient alignment and also free at least somereimar2010-01-241-1/+2
* Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.reimar2010-01-171-1/+2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-5/+5
* Add standard GPL header to individual files.diego2008-04-221-0/+18
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Fix compilation after FFmpeg r9283.cehoyos2007-06-121-1/+2
* remove unused codereimar2007-05-071-8/+0
* Fix Gui colors for 32 bit png images after switch to libavcodec decodingreimar2007-05-071-8/+3
* Use calloc instead of malloc+memsetreimar2007-05-021-2/+1
* Missing free on error in conv24to32reimar2007-05-021-0/+1
* Simplify bgr2rgbreimar2007-05-021-6/+1
* Remove unused functionreimar2007-05-021-26/+0
* Make functions and variables not used outside bitmap.c staticreimar2007-05-021-7/+7
* Simplify conv24to32 for-loopreimar2007-05-021-1/+1
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-021-69/+42
* Gui --> guidiego2007-04-231-0/+241