summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_flac.c
AgeCommit message (Expand)Author
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