# HG changeset patch # User diego # Date 1063394096 0 # Node ID 12e04913ba25a6614d22800532d8587c6f3c8163 # Parent da9311e7f5fcdf65231e29152bfc55a4238f84f2 codecs-in.html moved to DOCS/tech/. diff -r da9311e7f5fc -r 12e04913ba25 DOCS/en/codecs-in.html --- a/DOCS/en/codecs-in.html Fri Sep 12 15:55:45 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,185 +0,0 @@ - - - - Codec Status Table - MPlayer - The Movie Player for Linux - - - - - - - - - - - - - - -
-

 

- -

Status of codecs support

-
-

Video codecs
Audio codecs

-
- Video codecs:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Working video codecs
codec namefourcccodecfileoutcomments
%i%F%d%Y%c
New / Untested codecs
codec namefourcccodecfileproblem
%i%F%d%c
Codecs with problems
codec namefourcccodecfileproblem
%i%F%d%c
Not yet working codecs:
codec namefourcccodecfileproblem
%i%F%d%c
- -
Audio codecs:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Working audio codecs
codec nameformatcodecfilecomments
%i%f%d%c
New / Untested codecs
codec nameformatcodecfileproblem
%i%f%d%c
Codecs with problems
codec nameformatcodecfileproblem
%i%f%d%c
Not yet working codecs
codec nameformatcodecfileproblem
%i%f%d%c
-
- - diff -r da9311e7f5fc -r 12e04913ba25 DOCS/tech/codecs-in.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DOCS/tech/codecs-in.html Fri Sep 12 19:14:56 2003 +0000 @@ -0,0 +1,185 @@ + + + + Codec Status Table - MPlayer - The Movie Player for Linux + + + + + + + + + + + + + + +
+

 

+ +

Status of codecs support

+
+

Video codecs
Audio codecs

+
+ Video codecs:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working video codecs
codec namefourcccodecfileoutcomments
%i%F%d%Y%c
New / Untested codecs
codec namefourcccodecfileproblem
%i%F%d%c
Codecs with problems
codec namefourcccodecfileproblem
%i%F%d%c
Not yet working codecs:
codec namefourcccodecfileproblem
%i%F%d%c
+ +
Audio codecs:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Working audio codecs
codec nameformatcodecfilecomments
%i%f%d%c
New / Untested codecs
codec nameformatcodecfileproblem
%i%f%d%c
Codecs with problems
codec nameformatcodecfileproblem
%i%f%d%c
Not yet working codecs
codec nameformatcodecfileproblem
%i%f%d%c
+
+ + diff -r da9311e7f5fc -r 12e04913ba25 codec-cfg.c --- a/codec-cfg.c Fri Sep 12 15:55:45 2003 +0000 +++ b/codec-cfg.c Fri Sep 12 19:14:56 2003 +0000 @@ -1037,7 +1037,7 @@ exit(0); } - f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1); + f1=fopen("DOCS/tech/codecs-in.html","rb"); if(!f1) exit(1); f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1); while((c=fgetc(f1))>=0){