annotate TOOLS/.cvsignore @ 11350:007ec48cf146

Current mplayer (mine is mplayer-1.0-pre1cvs20031001) cannot play mms stream with multibyte characters in the url. There is a bug in string_utf16() of libmpdemux/asf_mmst_streaming.c: the url encoding code is written for single-byte character only. It just fill a zero byte between every two adjacent bytes of the url string. This is wrong when the url string contains multi-byte characters. My patch is in the attachment, and has been tested working. It uses iconv() to convert the url's encoding to utf-16 correctly. So can this patch be accepted and commit into CVS? patch by Wang WenRui <wangwr@mail.ustc.edu.cn>
author attila
date Sat, 01 Nov 2003 14:43:28 +0000
parents feab2ba19f8c
children fa02d0766f46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3178
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
1 bios2dump
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
2 mem2dump
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
3 movinfo
7380
feab2ba19f8c add cpuinfo
nexus
parents: 3178
diff changeset
4 cpuinfo
3178
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
5 audio-select
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
6 audio-block
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
7 png2raw
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
8 fastmem-mmx
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
9 fastmem-k6
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
10 fastmem-k7
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
11 fastmem-sse
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
12 fastmem2-mmx
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
13 fastmem2-k6
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
14 fastmem2-k7
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
15 fastmem2-sse
f44d952b43cd *** empty log message ***
atmos4
parents:
diff changeset
16