| Commit message (Expand) | Author | Age |
* | fopen is in stdio.h, so add this include. | reimar | 2007-07-18 |
* | Fix a bunch of redundant redeclaration warnings. | diego | 2007-07-18 |
* | Remove unused variables. | diego | 2007-07-18 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 |
* | Add consistent GUI prefix to multiple inclusion guards. | diego | 2007-07-02 |
* | Add multiple inclusion guard. | diego | 2007-07-02 |
* | Consistently use filenames as multiple inclusion guards. | diego | 2007-07-02 |
* | Return value of gtk_entry_get_text is const, so declare variables as const as... | reimar | 2007-06-24 |
* | revert broken r23628, mp_core.h is not included by cfg.h, so double extern | reimar | 2007-06-24 |
* | get_path prototype is already in interface.h and probably many more places. | reimar | 2007-06-24 |
* | ass_enabled is already in mp_core.h | reimar | 2007-06-24 |
* | Add a (almost correct) prototype for vcd_seek_to_track | reimar | 2007-06-24 |
* | Fix compilation after FFmpeg r9283. | cehoyos | 2007-06-12 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 |
* | Make gmplayer show right colors if X server does not use native byteorder. | reimar | 2007-06-05 |
* | get rid of Gui code that has been commented out since ages | reimar | 2007-06-04 |
* | Factor out some duplicated gui code | reimar | 2007-06-04 |
* | Remove some useless code | reimar | 2007-06-04 |
* | Remove two useless fastmemcpy.h includes in gui code. | reimar | 2007-05-27 |
* | missed part of gui code change while introducing -subfont option (patch by Pi... | ben | 2007-05-20 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 |
* | Reuse linux code for reading png images for windows Gui, | reimar | 2007-05-10 |
* | remove unused code | reimar | 2007-05-07 |
* | Fix Gui colors for 32 bit png images after switch to libavcodec decoding | reimar | 2007-05-07 |
* | Use calloc instead of malloc+memset | reimar | 2007-05-02 |
* | Missing free on error in conv24to32 | reimar | 2007-05-02 |
* | Simplify bgr2rgb | reimar | 2007-05-02 |
* | Remove unused function | reimar | 2007-05-02 |
* | Make functions and variables not used outside bitmap.c static | reimar | 2007-05-02 |
* | Simplify conv24to32 for-loop | reimar | 2007-05-02 |
* | Remove useless extern before function prototypes | reimar | 2007-05-02 |
* | Remove libpng dependency for Gui, use libavcodec instead | reimar | 2007-05-02 |
* | 10l to Diego for breaking svn (again). | iive | 2007-04-30 |
* | Fix several implicit declarations of functions warnings. | diego | 2007-04-29 |
* | Remove duplicate #include. | diego | 2007-04-29 |
* | add missing case value, fixes functionality when using some skins. | vayne | 2007-04-28 |
* | compilation fix for disabling dvd functionality, patch by <bangbangbear at gm... | vayne | 2007-04-28 |
* | header / declarations cleanup, also fixes broken compilation. | vayne | 2007-04-26 |
* | Consistently use quotes instead of angled brackets in #include | diego | 2007-04-25 |
* | Use proper GPL header. | diego | 2007-04-23 |
* | spelling cosmetics | diego | 2007-04-23 |
* | Gui --> gui | diego | 2007-04-23 |