| Age | Commit message (Expand) | Author |
| 2008-02-15 | Fixed endianess problem. | Thibaut Mattern |
| 2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern |
| 2008-02-08 | Merge from 1.1. | Darren Salt |
| 2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern |
| 2008-01-26 | Merge from 1.1. | Darren Salt |
| 2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt |
| 2008-01-22 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
| 2008-01-21 | Fixed logging. | Thibaut Mattern |
| 2008-01-21 | Fixed problems introduced by the free bitrate handling when frame sync is lost. | Thibaut Mattern |
| 2008-01-20 | Comment out "#define LOG" again. | Darren Salt |
| 2008-01-19 | Cleanup. | Thibaut Mattern |
| 2008-01-19 | Initial support of free bitrate streams. | Thibaut Mattern |
| 2008-01-06 | Merge from 1.1. | Darren Salt |
| 2008-01-03 | Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3] | Thibaut Mattern |
| 2008-01-02 | Make the mpeg version a static constant character array. | Diego 'Flameeyes' Pettenò |
| 2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
| 2007-12-13 | Update to the new id3 interface. | Diego 'Flameeyes' Pettenò |
| 2007-12-13 | Use id3v2_istag rather than manual comparison. | Diego 'Flameeyes' Pettenò |
| 2007-12-13 | Don't byteswap head, so that (machine-endian) ID3 tag macros can be tested. S... | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Add a default_demux_plugin_dispose macro, and use it when the plugin dispose ... | Diego 'Flameeyes' Pettenò |
| 2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | 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 demux plugins to the new identifier/description interface. Add _()... | Diego 'Flameeyes' Pettenò |
| 2007-11-10 | Merge from 1.1. | Darren Salt |
| 2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
| 2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
| 2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
| 2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
| 2007-06-15 | Fix more signedness warnings. | Diego 'Flameeyes' Pettenò |
| 2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
| 2007-05-29 | Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma... | Diego 'Flameeyes' Pettenò |
| 2007-05-30 | Merge from 1.1. | Darren Salt |
| 2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
| 2007-03-29 | Disable logging that I've left enabled by mistake. | Diego 'Flameeyes' Pettenò |
| 2007-03-29 | Bitrate has to be 32-bit, or it overruns. | Diego 'Flameeyes' Pettenò |
| 2007-03-29 | Code cleanup: don't export all the bits read in the header to the whole plugi... | Diego 'Flameeyes' Pettenò |
| 2007-03-26 | More bitmasks, this might be interesting, as it reduces the size quite a bit,... | Diego 'Flameeyes' Pettenò |
| 2007-03-24 | Make sure that the big tables are both static and const, so that they don't g... | Diego 'Flameeyes' Pettenò |
| 2007-03-03 | Add two extra functions (inline as they are just a return statement) that che... | Diego 'Flameeyes' Pettenò |
| 2007-03-03 | Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu... | Diego 'Flameeyes' Pettenò |
| 2007-03-03 | Use LOG_MODULE in the log messages, so that during copy and paste I don't end... | Diego 'Flameeyes' Pettenò |
| 2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
| 2007-02-03 | Broken MIME type. | Darren Salt |
| 2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
| 2006-09-03 | Send to the decoder the proper header, this way FFmpeg can decode mp3 files w... | Diego 'Flameeyes' Pettenò |
| 2006-08-12 | don't report extensions/mimetypes if required decoder is missing | Miguel Freitas |
| 2005-10-02 | Fixed overflow when computing bitrate. | Thibaut Mattern |