Age | Commit message (Expand) | Author |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-04-25 | Merge -gapless branch. | Darren Salt |
2009-04-25 | Revert indentation changes. | Darren Salt |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-01-09 | Added padding delay to the first and the last frame. | Thibaut Mattern |
2008-01-04 | Cosmetics : replace tabs by spaces. | Thibaut Mattern |
2008-01-04 | Initial parsing of Xing header LAME extension. | Thibaut Mattern |
2008-01-03 | Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3] | Thibaut Mattern |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
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-05-29 | Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma... | Diego 'Flameeyes' Pettenò |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-02-18 | Backed out changeset 698d30889b29 | Thibaut Mattern |
2008-02-15 | Fixed endianess problem. | Thibaut Mattern |
2008-02-14 | Fixed mp3 sniff code. | Thibaut Mattern |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern |
2008-01-26 | Fix a few recently-caused compiler warnings. | Darren Salt |
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 |
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 |
2005-10-01 | - Cleanup | Thibaut Mattern |
2005-09-15 | Added minimal id3 v2.4 support. | Thibaut Mattern |
2005-02-07 | make Valgrind happy with empty files. | Thibaut Mattern |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-05 | simple protection... | Thibaut Mattern |
2004-05-04 | - Shoutcast packet handling cleanup. | Thibaut Mattern |
2004-04-22 | do the same as newest libmad: don't stop on reserved emphasis | Miguel Freitas |
2004-03-03 | An id3 parsing error is not a reason to not play the mp3 stream. | Thibaut Mattern |
2004-03-01 | check if there is enough bytes in the buffer before reading. | Thibaut Mattern |
2003-12-07 | - Move ID3 parsing code to id3.h/id3.c | Thibaut Mattern |
2003-12-06 | Discard MPEG video in content detection. | Thibaut Mattern |