Index: DOCS/xml/en/bugreports.xml =================================================================== --- DOCS/xml/en/bugreports.xml (revision 18584) +++ DOCS/xml/en/bugreports.xml (working copy) @@ -37,7 +37,7 @@ -How to do regression testing using CVS +How to do regression testing using Subversion A problem that can happen sometimes is 'it used to work before, now it doesn't anymore...'. @@ -45,17 +45,17 @@ occurred. This is not for casual users. -First, you'd need to fetch MPlayer's source tree from CVS. +First, you'd need to fetch MPlayer's source tree from SVN. Instructions can be found at the bottom of this page. -You will have now in the main/ directory an image of the CVS tree, on the +You will have now in the mplayer/ directory an image of the SVN tree, on the client side. Now update this image to the date you want: -cd main/ -cvs update -PAd -D "2004-08-23" +cd mplayer/ +svn update -r {"2004-08-23"} The date format is YYYY-MM-DD HH:MM:SS. Using this date format ensure that you will be able to extract patches @@ -72,7 +72,7 @@ If any non-programmer reads this, the fastest method to get at the point where the problem occurred is to use a binary search — that is, -search the date of the breackage by repeatedly dividing the search +search the date of the breakage by repeatedly dividing the search interval in half. For example, if the problem occurred in 2003, start at mid-year, then ask "Is the problem already here?". @@ -91,10 +91,10 @@ When you have found the day where the problem happened, continue the search -using the mplayer-cvslog archive (sorted by date) and a more precise cvs +using the mplayer-cvslog archive (sorted by date) and a more precise svn update including hour, minute and second: -cvs update -PAd -D "2004-08-23 15:17:25" +svn update -r {"2004-08-23 15:17:25"} This will allow you to easily find the exact patch that did it. @@ -113,11 +113,11 @@ How to report bugs -First of all please try the latest CVS version of MPlayer +First of all please try the latest SVN version of MPlayer as your bug might already be fixed there. Development moves extremely fast, most problems in official releases are reported within days or even hours, so -please use only CVS to report bugs. This -includes binary packages of MPlayer. CVS +please use only SVN to report bugs. This +includes binary packages of MPlayer. SVN instructions can be found at the bottom of this page or in the README. If this did not help please refer to the list of Index: DOCS/xml/en/codecs.xml =================================================================== --- DOCS/xml/en/codecs.xml (revision 18584) +++ DOCS/xml/en/codecs.xml (working copy) @@ -221,58 +221,13 @@ -If you use an MPlayer release you have -libavcodec -right in the package, just build as usual. If you use -MPlayer from CVS you have to extract -libavcodec from -the FFmpeg CVS tree as FFmpeg releases are very rare. The CVS is mostly stable -and offers the most features. In order to achieve this do: - +Both MPlayer releases and +MPlayer from SVN contain +libavcodec so you don't have +to care about making a separate libavcodec checkout. +Just run configure and compile. - - - cvs -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg login - - - cvs -z3 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co -P ffmpeg/libavcodec ffmpeg/libavutil - - - Move the libavcodec and libavutil - directories from the FFmpeg - sources to the root of the MPlayer CVS tree. - It should look like this: - main/libavcodec - main/libavutil - - Symlinking is not enough, you have to - copy/move it! - - - If you prefer having libavcodec - updated at the same time you update - MPlayer CVS, put the following line into the - main/CVS/Entries file: - D/libavcodec//// - D/libavutil//// - - - Compile. configure should detect problems before - compilation. - - - - -MPlayer from CVS does contain a -libavcodec subdirectory, but it does -not contain the source for -libavcodec! -You must follow the steps above to obtain the source for this library. - - - - With FFmpeg and my Matrox G400, I can view even the highest resolution DivX movies without dropped frames on my K6-2 500. @@ -507,7 +462,7 @@ COMPILING MPLAYER WITH QUICKTIME LIBRARIES SUPPORT Currently only 32-bit Intel platforms are supported. -download MPlayer CVS +download MPlayer SVN download QuickTime DLL pack from @@ -610,14 +565,14 @@ however major changes and improvements have been implemented since that time, both in terms of more functionalities supported and in terms of improved CPU usage. - Just to be certain, it is always a good idea to use a recent CVS + Just to be certain, it is always a good idea to use a recent SVN checkout. If you want a quick and easy way to know whether there have been recent changes to libavcodec's H.264 decoding, you might keep an eye on - FFmpeg CVS repository's web interface. + FFmpeg SVN repository's web interface. @@ -631,7 +586,7 @@ --> MPlayer sources are updated whenever an x264 API change - occurs, so it is always suggested to use CVS + occurs, so it is always suggested to use SVN MPlayer as well. Perhaps this situation will change when and if an x264 "release" occurs. Index: DOCS/xml/en/skin.xml =================================================================== --- DOCS/xml/en/skin.xml (revision 18584) +++ DOCS/xml/en/skin.xml (working copy) @@ -1047,7 +1047,7 @@ evNone -Empty message, it has no effect (except maybe in CVS versions :-)). +Empty message, it has no effect (except maybe in SVN versions :-)). Index: DOCS/xml/en/mail-lists.xml =================================================================== --- DOCS/xml/en/mail-lists.xml (revision 18584) +++ DOCS/xml/en/mail-lists.xml (working copy) @@ -81,14 +81,14 @@ This list is about MPlayer documentation and homepage discussions. -Documentation and homepage related CVS logs are also sent here. +Documentation and homepage related SVN logs are also sent here. MPlayer-translations This list is about MPlayer documentation and homepage translation discussions. -Documentation and homepage translation CVS logs are also sent here. +Documentation and homepage translation SVN logs are also sent here. MPlayer-cygwin