1. 19 Feb, 2005 1 commit
    • Eric Petit's avatar
      demux/mkv.cpp: be gcc 2.9x friendly: · af9d9d8c
      Eric Petit authored
        + careful when using std::string's compare, it has changed with gcc 3,
          you have to '#if __GNUC__ >= 3' <new syntax> #else <old syntax> #endif
        + gcc 2.9x doesn't know at() for vectors, use iterators instead
      af9d9d8c
  2. 18 Feb, 2005 10 commits
  3. 17 Feb, 2005 8 commits
  4. 16 Feb, 2005 9 commits
  5. 15 Feb, 2005 12 commits