taglib/mpeg/id3v2
Scott Wheeler 15d3c3c71a Several optimizations that came from KCacheGrind / calltree fun.
Basically they fall into the categories:
- Don't convert things before you need to
- When you do, use more effecient copy constructors / assignment operators
  (i.e. when copying prefer memcpy to a for loop and when that's not possible
  use an iterator instead of operator[])


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@301896 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
2004-04-07 06:00:05 +00:00
..
frames CVS_SILENT another nitpick 2004-03-30 13:45:24 +00:00
id3v2.4.0-frames.txt This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2.4.0-structure.txt This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2extendedheader.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2extendedheader.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2footer.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2footer.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2frame.cpp Mostly get ID3v2.2 working. Sure, it's a standard from 1998 that was 2004-02-20 01:41:25 +00:00
id3v2frame.h The explicit is silly here since it takes two arguments (it's leftover from 2004-03-16 18:51:16 +00:00
id3v2framefactory.cpp Several optimizations that came from KCacheGrind / calltree fun. 2004-04-07 06:00:05 +00:00
id3v2framefactory.h Several optimizations that came from KCacheGrind / calltree fun. 2004-04-07 06:00:05 +00:00
id3v2header.cpp Mostly get ID3v2.2 working. Sure, it's a standard from 1998 that was 2004-02-20 01:41:25 +00:00
id3v2header.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2synchdata.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2synchdata.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
id3v2tag.cpp Mostly get ID3v2.2 working. Sure, it's a standard from 1998 that was 2004-02-20 01:41:25 +00:00
id3v2tag.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
Makefile.am This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00