Age | Commit message (Expand) | Author |
2010-04-29 | Minor C99ism. | Darren Salt |
2010-01-17 | "Fix" playback of 24-bit FLAC. | Darren Salt |
2009-12-06 | Fix a couple of memory leaks. | Kelvie Wong |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-10-13 | #include guards and __attribute__ fixups | Carlo Bramini |
2008-11-22 | Add position-based seeking independent from seekpoints. | Lorenzo Desole |
2008-11-07 | Composer meta-tag | Maximilian Schwerin |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-02-20 | Off-by-one in the FLAC security fix, breaking playback of some files. | Darren Salt |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt |
2008-01-25 | Advertise proper support for FLAC files. | Diego 'Flameeyes' Pettenò |
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-06-13 | Fix compiler warning (pointer arithmetic). | Albert Lee |
2007-05-29 | Correctly parse ID3 tags, and avoid skipping over them manually. This reduces... | Diego 'Flameeyes' Pettenò |
2007-03-29 | Move streaminfo at the end of the structure to avoid padding. | 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-02 | Simplify a lot the code for ID3v2 skip. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-11-09 | When a FLAC file has an ID3 tag at the start, skip it rather than saying that... | Diego 'Flameeyes' Pettenò |
2006-11-09 | Add support for playing OggFlac files (still not 100% complete, but will play... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Reshuffle the FLAC demuxer loading a little, copying part of the code over | Darren Salt |
2006-03-02 | fix the comment and genre fields | Mike Melanson |
2006-03-02 | support Vorbis-style comments in FLAC, courtesy of Maximilian Schwerin, | Mike Melanson |
2004-09-22 | Do not segfault if there is no seekpoint. | Thibaut Mattern |
2004-09-20 | Build system improvements: | František Dvořák |
2004-07-09 | buffer should be large enought (Thibaut's hunt) | Daniel Caujolle-Bert |
2004-06-15 | fix variable declarations | Miguel Freitas |
2004-06-14 | fix compiler warning | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-11 | new native FLAC demuxer | Mike Melanson |