summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_flac.c
AgeCommit message (Expand)Author
2008-11-22Add position-based seeking independent from seekpoints.Lorenzo Desole
2008-11-07Composer meta-tagMaximilian Schwerin
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
2008-02-20Off-by-one in the FLAC security fix, breaking playback of some files.Darren Salt
2008-02-07Add length checking in the FLAC metadata-parsing code.Darren Salt
2008-01-25Advertise proper support for FLAC files.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-13Fix compiler warning (pointer arithmetic).Albert Lee
2007-05-29Correctly parse ID3 tags, and avoid skipping over them manually. This reduces...Diego 'Flameeyes' Pettenò
2007-03-29Move streaminfo at the end of the structure to avoid padding.Diego 'Flameeyes' Pettenò
2007-03-03Add two extra functions (inline as they are just a return statement) that che...Diego 'Flameeyes' Pettenò
2007-03-02Simplify a lot the code for ID3v2 skip.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-11-09When a FLAC file has an ID3 tag at the start, skip it rather than saying that...Diego 'Flameeyes' Pettenò
2006-11-09Add support for playing OggFlac files (still not 100% complete, but will play...Diego 'Flameeyes' Pettenò
2006-06-02Reshuffle the FLAC demuxer loading a little, copying part of the code overDarren Salt
2006-03-02fix the comment and genre fieldsMike Melanson
2006-03-02support Vorbis-style comments in FLAC, courtesy of Maximilian Schwerin,Mike Melanson
2004-09-22Do not segfault if there is no seekpoint.Thibaut Mattern
2004-09-20Build system improvements:František Dvořák
2004-07-09buffer should be large enought (Thibaut's hunt)Daniel Caujolle-Bert
2004-06-15fix variable declarationsMiguel Freitas
2004-06-14fix compiler warningMichael Roitzsch
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-11new native FLAC demuxerMike Melanson