| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-12-23 | Mark all supported_types constant. | Diego 'Flameeyes' Pettenò | |
| 2007-12-23 | Mark sipr_swaps table constant. | Diego 'Flameeyes' Pettenò | |
| 2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò | |
| 2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ↵ | Diego 'Flameeyes' Pettenò | |
| called free(). | |||
| 2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò | |
| This way the gettext code for description does not need to be repeated by every plugin. | |||
| 2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ↵ | Diego 'Flameeyes' Pettenò | |
| where missing, for i18n. | |||
| 2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt | |
| --HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB | |||
| 2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò | |
| For contributed code, leave whatever the version we last synced for is using to make simpler future syncs. | |||
| 2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt | |
| According to bug 1773769, this breaks foo->open(). The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is to replace this with (foo->open)(). This patch was generated using sed -i -re 's/(([[:alnum:]_]+(->|\.))+open) ?\(/(\1) (/' `grep '[>.]open \?(' include -rIl` One change (in a comment) is not committed. | |||
| 2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with ↵ | Diego 'Flameeyes' Pettenò | |
| Solaris definitions. | |||
| 2007-04-04 | Rename audio_decoder.c and xine_decoder.c | Diego 'Flameeyes' Pettenò | |
| --HG-- rename : src/libreal/audio_decoder.c => src/libreal/xine_real_audio_decoder.c rename : src/libreal/xine_decoder.c => src/libreal/xine_real_video_decoder.c | |||
