taglib/mpeg
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
..
id3v1 Add the ability to override the default ID3v1 string handling in TagLib by 2004-04-04 14:42:13 +00:00
id3v2 Several optimizations that came from KCacheGrind / calltree fun. 2004-04-07 06:00:05 +00:00
Makefile.am This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
mpegfile.cpp Add a constructor that takes an ID3v2::FrameFactory. 2004-03-30 13:50:26 +00:00
mpegfile.h Add a constructor that takes an ID3v2::FrameFactory. 2004-03-30 13:50:26 +00:00
mpegheader.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
mpegheader.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
mpegproperties.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
mpegproperties.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
xingheader.cpp This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00
xingheader.h This commit was manufactured by cvs2svn to accommodate 2004-02-17 02:11:05 +00:00