| Age | Commit message (Expand) | Author |
| 2009-01-12 | Merge from 1.1. | Darren Salt |
| 2009-01-12 | Fixed lvalue cast error (build with newer mingw compilation tools). | František Dvořák |
| 2008-11-22 | Access to cddb cache broken | Matthias |
| 2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò |
| 2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
| 2008-10-13 | Merge from 1.1. | Darren Salt |
| 2008-08-25 | Fix CDDB access on 64-bit. | Darren Salt |
| 2008-08-14 | Merge from 1.1. | Darren Salt |
| 2008-08-13 | Improve parsing of cddb information | Arnold Metselaar |
| 2008-08-13 | add cdda_class_get_dir method to cdda plugin | Arnold Metselaar |
| 2008-07-17 | Merge from 1.1. | Darren Salt |
| 2008-07-08 | Add #include <windef.h> to fix compile for mingw32 | Matthias Ringwald |
| 2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt |
| 2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt |
| 2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
| 2008-05-09 | Use asprintf() rather than sn?printf() + strn?dup(). | Diego 'Flameeyes' Pettenò |
| 2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
| 2008-05-09 | Loop improvements, avoid multiple strlen() and strdup() calls. | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
| 2008-04-21 | Merge from 1.1. | Darren Salt |
| 2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
| 2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
| 2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
| 2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
| 2008-01-27 | Rename base64 functions to _x_ as they should not be part of the public API. | Diego 'Flameeyes' Pettenò |
| 2008-01-27 | Move base64 header to xine-utils as we don't want it installed. | Diego 'Flameeyes' Pettenò |
| 2008-01-24 | Merge from -plugin-loader branch. | Darren Salt |
| 2008-01-05 | Merge from 1.2. | Diego 'Flameeyes' Pettenò |
| 2008-01-02 | Remove stray return 0. | Diego 'Flameeyes' Pettenò |
| 2008-01-02 | Make network_command accept a generic data buffer. | Diego 'Flameeyes' Pettenò |
| 2008-01-02 | Update the network interfaces to accept constant strings where possible. | Diego 'Flameeyes' Pettenò |
| 2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt |
| 2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
| 2007-12-24 | Spelling correction: successfuly → successfully. | Darren Salt |
| 2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
| 2007-12-19 | Merge from 1.2 branch. | Diego 'Flameeyes' Pettenò |
| 2007-12-18 | Clean up recursive mkdir(). | Darren Salt |
| 2007-12-18 | Use zeroed allocation instead of memset, and don't zero out a string that is ... | Diego 'Flameeyes' Pettenò |
| 2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
| 2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
| 2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use libavutil's sha1 routine rather than adding an implementation of it. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use libavutil's base64 routines rather than adding musicbrainz's to cdda plugin. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Update all input plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò |
| 2007-11-25 | Merge from 1.1. | Darren Salt |
| 2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) |