summaryrefslogtreecommitdiff
path: root/src/demuxers/id3.c
AgeCommit message (Collapse)Author
2007-05-29Print the invalid header flags when found.Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and ↵Diego 'Flameeyes' Pettenò
demux_mpgaudio use it without repeating the same code. CVS patchset: 8636 CVS date: 2007/03/03 00:58:52
2006-04-051) various warning fixesFrantišek Dvořák
2) [coverity] fixes: - 279 (w32): test should be on input parametr type, not typeW - 267 (aout): can be ignored but there was warning anyway - 234 (w32): missing free on error & exit - 152 (w32): missing free on error & exit - 148 (w32): fixed bound of static array in test - 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future, should never happen with current ffmpeg in xine) - 98, 99 (w32): check negative handle by _x_assert (it's used as index to array) - 90 (w32): negate pointer check (+added check for size) - 89 (w32): added NULL and size check CVS patchset: 7959 CVS date: 2006/04/05 22:12:17
2005-09-16Fixed id3v2.4 genre parsing.Thibaut Mattern
CVS patchset: 7737 CVS date: 2005/09/16 23:01:10
2005-09-16Disabled debug stuff.Thibaut Mattern
CVS patchset: 7736 CVS date: 2005/09/16 22:16:11
2005-09-16Fixed id3v2.3 frame header size parsing.Thibaut Mattern
Fixed frame with data >4k handling (ie picture frames). CVS patchset: 7735 CVS date: 2005/09/16 22:15:12
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
CVS patchset: 7734 CVS date: 2005/09/15 18:45:15
2004-12-14- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)Miguel Freitas
- add utf-8 support for id3v2 (sort of tested...) CVS patchset: 7253 CVS date: 2004/12/14 20:45:22
2003-12-09id3v2 "genre" parsing.Thibaut Mattern
CVS patchset: 5880 CVS date: 2003/12/09 00:55:10
2003-12-08- "Genre" list.Thibaut Mattern
- id3v1 genre support CVS patchset: 5878 CVS date: 2003/12/08 23:20:16
2003-12-08- Fix wrong tag header constants.Thibaut Mattern
- Add more v2.3 and v2.4 constants - Check invalid flags CVS patchset: 5877 CVS date: 2003/12/08 22:10:20
2003-12-07arghThibaut Mattern
CVS patchset: 5865 CVS date: 2003/12/07 23:17:07
2003-12-07v2.3 is here...Thibaut Mattern
CVS patchset: 5864 CVS date: 2003/12/07 23:10:56
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern
- Add ID3v2.3 parser ID3v2.4 is not done yet. CVS patchset: 5863 CVS date: 2003/12/07 23:05:41