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
/
id3.c
Age
Commit message (
Expand
)
Author
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-18
Use automatic buffers rather than malloc/free the buffer.
Diego 'Flameeyes' Pettenò
2007-12-13
Remove the need for a result variable, simply return the value of the _parse_...
Diego 'Flameeyes' Pettenò
2007-12-13
Report the whole ID3v2 signature when it's not recognised.
Diego 'Flameeyes' Pettenò
2007-12-13
Use the ID3 tag macros to identify the correct _parse_tag function to use.
Diego 'Flameeyes' Pettenò
2007-12-13
Pass the new id3_signature parameter to the _parse_tag functions.
Diego 'Flameeyes' Pettenò
2007-12-13
Use the new id3_signature parameter in id3v2_parse_header.
Diego 'Flameeyes' Pettenò
2007-12-13
Use ID3V2X_TAG and _MASK to identify ID3 signature.
Diego 'Flameeyes' Pettenò
2007-12-13
Remove FOURCC_TAG and replace with explicit BE_FOURCC.
Diego 'Flameeyes' Pettenò
2007-12-13
Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege...
Diego 'Flameeyes' Pettenò
2007-11-25
Merge from 1.1.
Darren Salt
2007-11-25
Fix a signedness issue in genre number validation.
Darren Salt
2007-11-25
Avoid any future need to alter ID3_GENRE_COUNT.
Darren Salt
2007-11-25
patch adding additional ID3 genres
Maximilian Schwerin
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
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-15
Use unsigned integers as buffer for the header.
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ò
2007-05-29
Fix typo reporting ID3v2.4 tags as ID3v2.3.
Diego 'Flameeyes' Pettenò
2007-05-29
Print the invalid header flags when found.
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ò
2006-04-05
1) various warning fixes
František Dvořák
2005-09-16
Fixed id3v2.4 genre parsing.
Thibaut Mattern
2005-09-16
Disabled debug stuff.
Thibaut Mattern
2005-09-16
Fixed id3v2.3 frame header size parsing.
Thibaut Mattern
2005-09-15
Added minimal id3 v2.4 support.
Thibaut Mattern
2004-12-14
- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)
Miguel Freitas
2003-12-09
id3v2 "genre" parsing.
Thibaut Mattern
2003-12-08
- "Genre" list.
Thibaut Mattern
2003-12-08
- Fix wrong tag header constants.
Thibaut Mattern
2003-12-07
argh
Thibaut Mattern
2003-12-07
v2.3 is here...
Thibaut Mattern
2003-12-07
- Move ID3 parsing code to id3.h/id3.c
Thibaut Mattern