index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
/
demux_flac.c
Age
Commit message (
Expand
)
Author
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