Mercurial > mplayer.hg
log gui/bitmap.c @ 26863:6a5879b897b5
age | author | description |
---|---|---|
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 |