Mercurial > mplayer.hg
changeset 1225:9b974dd1faf0
*** empty log message ***
author | gabucino |
---|---|
date | Mon, 25 Jun 2001 06:31:33 +0000 (2001-06-25) |
parents | cf2ef08fca25 |
children | f485bbe28f77 |
files | DOCS/Hungarian/README DOCS/README |
diffstat | 2 files changed, 230 insertions(+), 236 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/README Sun Jun 24 21:12:17 2001 +0000 +++ b/DOCS/Hungarian/README Mon Jun 25 06:31:33 2001 +0000 @@ -1,314 +1,308 @@ -MPlayer - Movie Player for LINUX (C) 2000-2001 �rp�d Gere�ffy (A'rpi/ESP-team) -=============================== * K�sz�t�k teljes list�j�t l�sd AUTHORS file* +MPlayer - Movie Player for LINUX (C) 2000-2001 Arpad Gereoffy (A'rpi/ESP-team) +================================ * See the file AUTHORS for the complete list * http://mplayer.sourceforge.net (or http://mplayer.dev.hu) -R�viden: +About: +~~~~~~ +MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files, +supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even +DivX movies too. The another big feature of mplayer is the wide range of +supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, +but you can use SDL (and this way all drivers of SDL, for example AAlib) and +some lowlevel card-specific drivers (for Matrox) too! Most of them supports +software or hardware scaling, so you can enjoy movies in fullscreen. And what +about the nice big antialiased shaded subtitles (7 supported types!!!) with +hungarian, english, cyrillic, czech, korean fonts, and OSD? + +History: ~~~~~~~~ -Az MPlayer egy LINUXON m�k�d� videolej�tsz�. Le tudja j�tszani a legt�bb MPEG, -AVI �s ASF file-t, valamint felsorakoztat j�n�h�ny nativ �s Win32 codecet. -N�zhetsz vele VCD-t, DVD-t, �s m�g DivX-et is. A m�sik �ri�si tulajdons�ga az -MPlayernek a megjelen�t�si m�dok sz�les v�laszt�ka. M�k�dik X11, Xv, DGA, -OpenGL, SVGAlib, fbdev, s�t SDL-lel is (bele�rtve ez�ltal az SDL drivereit -is, p�ld�ul az AAlib drivert), �s n�h�ny alacsonyszint� k�rtyaspecifikus driver -(Matrox/3dfx/SiS) is haszn�lhat�! Legt�bbj�k t�mogat software vagy hardware -scaling-et, �gy a teljesk�perny�s m�d is el�rhet�. �s m�g nem is sz�ltam a -sz�p, �ls�m�tott, �rny�kolt feliratoz�sr�l (7 t�mogatott t�pus!), ami t�mogat -magyar, angol, cirill, cseh �s koreai fontokat, valamint OSD-t! - -T�rt�net: -~~~~~~~~~ -Egy �ve kezd�d�tt... -Nagyon sok lej�tsz�t kipr�b�ltam Linux alatt (mtv,xmps,dvdview,livid/oms, -VideoLAN,xine,xanim,avifile,xmmp), de mindnek ugyanazok a probl�m�i. -T�bbnyire a k�l�nleges file-okkal, vagy a hang/k�p szinkronnal. Legt�bbj�k -k�ptelen mind MPEG1, MPEG2 �S AVI (DivX) lej�tsz�sra. Sokuknak gondjuk van -a k�pmin�s�ggel, vagy a sebess�ggel is. Elhat�roztam, hogy (�t)�rok egyet... +This began a year ago... +I've tried lots of players under linux (mtv,xmps,dvdview,livid/oms,VideoLAN, +xine,xanim,avifile,xmmp) but they all have some problem. Mostly with +special files or with audio/video sync. Most of them is unable to play +both MPEG1, MPEG2 and AVI (DivX) files. Many players have image quality +or speed problems too. So I've decided to write/modify one... - mpg12play v0.1-v0.3: - Az els� pr�b�lkoz�s, f�l �ra alatt �sszeg�nyolva! - A libmpeg3-at hasznaltam a www.heroinewarrior.com-r�l eg�szen a 0.3-as - verzi�ig, de min�s�gi �s sebess�gi probl�m�k voltak vele. + The first try, hacked together in a half hour! + I've used libmpeg3 from www.heroinewarrior.com up to the version 0.3, + but there were image quality and speed problems with it. - mpg12play v0.5-v0.87: - Az MPEG codec hely�re a DVDview-et (Dirk Farin) tettem, nagyszer� dolog - volt, de lass�, �s C++-ban k�sz�lt (ut�lom a C++-t!!!) + Mpeg codec replaced with DVDview by Dirk Farin, it was a great stuff, + but it was slow and was written in C++ (I hate C++!!!) - mpg12play v0.9-v0.95pre5: - Az MPEG codec itt az Aaron Holtzman �s Michel Lespinasse k�sz�tette libmpeg2 - (mpeg2dec). Nagyon j�, optimaliz�lt, gyors C k�d, t�k�letes k�pmin�s�g �s - 100%-os megfelel�s a szabv�nynak. + Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman & Michel Lespinasse. + It's great, optimized very fast C code with perfect image quality and + 100% MPEG standard conformance. - MPlayer v0.3-v0.9: - Egyvelege k�t programnak: mpg12play v0.95pre6 �s az �j, egyszer� AVI - lej�tsz�mnak ('avip'), ami az avifile Win32 DLL loader�n alapul. + It was a pack of two programs: mpg12playv0.95pre6 and my new simple AVI + player 'avip' based on avifile's Win32 DLL loader. - MPlayer v0.10: - Az MPEG �s AVI lej�tsz� egyetlen programban! + The MPEG and AVI player in a single binary! - MPlayer v0.11: - N�h�ny �j fejleszt�vel gyarapodtunk, �s innent�l az mplayer project - csapatmunk�n alapul! - ASF t�mogat�s hozz�ad�sa, �s OpenDivX (l�sd www.projectmayo.com) - en/dek�dol�s. + Some new developers joined and from 0.11 the mplayer project is a team-work! + Added .ASF file support, and OpenDivX (see www.projectmayo.com) en/decoding. - MPlayer v0.17 "The IdegCounter" - A 0.11pre sorozat v�gs� verzi�ja, 4 h�napnyi k�kem�ny fejleszt�s ut�n! - Pr�b�ld ki �s ess �mulatba! Ezernyi �j dolog... �s persze a r�gi k�d - feljav�tva, bugok elt�vol�tva stb. -- MPlayer 0.18 - 2 h�nap telt el a 0.17 �ta, �s itt az �jabb release... Teljes ASF t�mogat�s, - m�g t�bb subtitle form�tum, libao (mint libvo, csak ez audio-ra), �s m�g - stabilabb, mint eddig! K�TELEZ� ! + The release version of the 0.11pre after 4 months of heavy development! + Try it, and be amazed! Thousands of new features added... and of course + old code was improved too, bugs removed etc. +- MPlayer 0.18 "The BugCounter" + 2 months since 0.17 and here's a new release.. Completed ASF support, + more subtitle formats, introduced libao (similar to libvo but to audio), + even more stable than ever, and so on. It's a MUST ! + +As you see, I didn't write any codecs, just some players. Instead I spent +a lot of time finding the best way to parse bad damaged input files +(both MPEG and AVI) and to do perfect A-V sync with seeking ability. +My player is rock solid playing damaged MPEG files (useful for some VCDs), +and it plays bad AVI files which are unplayable with the famous +windows media player. Even AVI files without index chunk are playable, and +you can rebuild their indexes with the -idx option, thus enabling seeking! +As you see, stability and quality are the most important things for me, +but the speed is also amazing. -L�that�, hogy nem codeceket �rtam, csak n�h�ny lej�tsz�t. Sok id�t t�lt�ttem -azzal is, hogy megtal�ljam a megfelel� m�dszert a hib�s file-ok beolvas�s�ra -(mind MPEG, AVI), valamint a t�k�letes A-V szinkronra, ak�r seekkel is. -A lej�tsz� sziklaszil�rdan j�tszik le hib�s MPEG file-okat (hasznos n�h�ny -VCD-n�l), �s lej�tszik minden olyan hib�s AVI-t, amit a csod�s windows -media player nem. M�g az index chunk n�lk�li AVI-k is lej�tszhat�k, s�t -az indexet fel is lehet �p�teni a '-idx' opci�val, �gy seekelni is lehet -benn�k! Amint az l�tszik, a stabilit�s �s a min�s�g a legfontosabbak -a sz�momra, de a sebess�g se semmi. +What about the GUI? +~~~~~~~~~~~~~~~~~~~ +I'm not a GUI programmer. I hate GUIs, I like the pure black 80x25 console. +So the player has only keyboard control from the controlling console/xterm now. +There is a GUI development for the player, coordinated by Pontscho/Fresh! +It's still under development, but it will be merged and released real soon. +BTW he needs some nice skins, if you are a good graphician, contact him!!! -�s a grafikus fel�let? -~~~~~~~~~~~~~~~~~~~~~~ -Nem foglalkozom fel�letekkel. Ut�lom �ket, a kedvencem az egyszer� 80x25-�s -konzol. Ez�rt a lej�tsz� csak billenty�zetr�l ir�ny�that�, a -konzolr�l/xtermr�l. Tervez�s alatt �ll egy fel�let, Pontscho/Fresh! �ltal. -Er�sen fejleszt�s alatt �ll, de hamarosan kiadjuk �s be�p�tj�k. -Ha m�r itt tartunk, kellene neki n�h�ny skin, ha j� grafikus vagy, �rj neki!!! +Supported input formats: +~~~~~~~~~~~~~~~~~~~~~~~~ +- VCD (Video CD) directly from CD-ROM or from CDRwin's .bin image file +- DVD, directly from your DVD disk, using optional libcss for decryption +- MPEG 1/2 System Stream (PS/PES/VOB) and Elementary Stream (ES) file formats +- RIFF AVI file format +- ASF 1.0 file format +- supports reading from file, stdin, DVD drive or network via HTTP -T�mogatott form�tumok: -~~~~~~~~~~~~~~~~~~~~~~ -- VCD (Video CD) k�zvetlen a CD-ROM-r�l, vagy image file-b�l -- DVD, k�zvetlen a lemezr�l, opcion�lisan libcss-t haszn�lva dek�dol�shoz -- MPEG 1/2 System Stream (PS/PES/VOB) �s Elementary Stream (ES) form�tumok -- RIFF AVI form�tum -- ASF 1.0 form�tum -- file olvas�sa, stdin-r�l is, tov�bb� h�l�zatr�l, HTTP-n kereszt�l +Note: about quicktime (.mov/.qt) and realmedia (.ra/.rm) support read the FAQ! -Megj.: quicktime-vel �s realmedia-val kapcsolatban l�sd a FAQ-t ! +Supported audio & video codecs: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +*** See http://mplayer.sourceforge.net/DOCS/codecs.html *** +*** for the complete, daily updated list!!! *** -T�mogatott audio �s video codecek: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -*** L�sd http://mplayer.sourceforge.net/DOCS/codecs.html *** -*** a teljes, naponta friss�tett list�hoz *** +The most important video codecs: +- MPEG1 (VCD) and MPEG2 (DVD) video +- DivX, OpenDivX and other MPEG4 variants +- Windows Media Video 7 (WMV1) used in .wmv files +- Intel Indeo codecs (3.1,3.2,4.1,5.0) +- MJPEG, ASV2 and other hardware formats -A legfontosabb video codecek: -- MPEG1 (VCD) �s MPEG2 (DVD) video -- DivX, OpenDivX �s m�s MPEG4 vari�nsok -- Windows Media Video 7 (WMV1) ami .wmv file-okban van -- Intel Indeo codecek (3.1, 3.2, 4.1, 5.0) -- MJPEG, ASV2 �s m�s hardware form�tumok - -A legfontosabb audio codecek: -- MPEG layer 2, �s layer 3 (MP3) audio (nat�v k�d, 3DNow! optimaliz�ci�val) -- AC3 dolby audio (nat�v k�d, 3DNow! optimaliz�ci�val) -- VoxWare audio -- alaw, msgsm, pcm �s m�s r�gi form�tumok +The most important audio codecs: +- MPEG layer 2, and layer 3 (MP3) audio (native code, with 3dnow optimization) +- AC3 dolby audio (native code, with 3dnow optimization) +- Voxware audio +- alaw, msgsm, pcm and other simple old audio formats -Ha van olyan codeced, ami nincs felsorolva vagy t�mogatva, olvasd el a -http://mplayer.sourceforge.net/DOCS/codecs.html �s DOCS/CODECS -file-okat, amikben le van �rva, mit kell tenned, hogy t�mogassuk a codeced! +If you have a codec not listed here, and not supported yet, just +read http://mplayer.sourceforge.net/DOCS/codecs.html and DOCS/CODECS +to get info about its status and about how to help us adding support for it! -T�mogatott video outputok: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -�ltal�nos: -- x11: X11, opcion�lisan az SHM kiterjeszt�ssel -- xv: X11 az XVideo kiterjeszt�s overlay-eivel (hardware t�mogat�s) -- gl: OpenGL renderel�, egyel�re csak ezekkel megy: - - b�rmely k�rty�val, Utah-GLX-szel - - Matrox k�rty�k + X/DRI >=4.0.3 - - Radeon + X/DRI CVS -- dga: X11 a DGA kiterjeszt�ssel -- fbdev:Megjelen�t�s �ltal�nos framebuffereken -- svga: Megjelen�t�s SVGAlib-bel -- sdl: 1.1.7 : software scaling - 1.1.8 : t�mogatja a hardware-es gyors�t�st XVideo-n kereszt�l - 1.2.0 : aalib t�mogat�s (sz�veges m�d� megjelen�t�s) -- ggi: SDL-hez hasonl� +Supported video output devices: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +General: +- x11: X11 with optional SHM extension +- xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling) +- gl: OpenGL renderer, so far works only with : + - all cards with Utah-GLX + - Matrox cards with X/DRI >=4.0.3 + - Radeon with X/DRI CVS +- dga: X11 DGA extension +- fbdev:Output to general framebuffers +- svga: Output to SVGAlib +- sdl: 1.1.7 : supports software scaling + 1.1.8 : supports Xvideo (hardware scaling/fullscreen) + 1.2.0 : supports aalib (textmode rendering, very funny!) +- ggi: similar to SDL -K�rtyaspecifikus: -- mga: Matrox G200/G400 hardware-es YUV overlay az mga_vid-en kereszt�l -- xmga: Matrox G200/G400 overlay (mga_vid) X11 ablakban - (Xv emul�ci� 3.3.x-es X-szel!) -- syncfb: Matrox G400 YUV t�mogat�s framebufferen (r�gi, haszn�lj mga/xmga-t) -- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) t�mogat�s (nincs tesztelve!) +Card specific: +- mga: Matrox G200/G400 hardware YUV overlay via the mga_vid device +- xmga: Matrox G200/G400 overlay (mga_vid) in X11 window + (Xv emulation on X 3.3.x !) +- syncfb: Matrox G400 YUV support on framebuffer (obsoleted, use mga/xmga) +- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken) -Egy�b: -- png: output PNG file-okba (-z kapcsol� a t�m�r�t�s m�rt�k�t �ll�tja) -- pgm: output PGM file-okba (tesztel�sre, vagy ffmpeg enk�dol�shoz) -- md5: MD5sum t�mogat�s (MPEG konformancia tesztekhez) -- odivx:OpenDivX AVI file output (-br a bitrate-et �ll�tja) -- null: output a nagy semmibe (sebess�gtesztekhez) +Special: +- png: PNG files output (use -z switch to set compression) +- pgm: PGM files output (for testing purposes or ffmpeg encoding) +- md5: MD5sum output (for MPEG conformance tests) +- odivx:OpenDivX AVI File writer (use -br to set encoding bitrate) +- null: Null output (for speed tests/benchmarking) -Megj.: olvasd el a DOCS/VIDEOCARDS file-t ! +NOTE: check DOCS/VIDEOCARDS for details and requirements! -T�mogatott audio outputok: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Supported audio output devices: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - OSS (ioctl) driver -- SDL driver (up/downsampling t�mogat�s, esd, arts, stb) -- nat�v ALSA 0.5 driver -- nat�v ALSA 0.9 driver (bugos, haszn�lj OSS�emul�ci�t!) -- nat�v ESD�driver (k�sz�l�ben?) -- SUN�audio driver (/dev/audio) BSD �s Solaris8-ra +- SDL driver (supports up/downsampling, esd, arts etc) +- native ALSA 0.5 driver +- native ALSA 0.9 driver (buggy, use OSS emulation!) +- native ESD driver (under development?) +- SUN audio driver (/dev/audio) for BSD and Solaris8 users -Megj.: olvasd el a DOCS/SOUNDCARDS file-t ! +NOTE: check DOCS/SOUNDCARDS for details! -Sebess�g: -~~~~~~~~~ -A legt�bb kritikus r�sz MMX/MMXext/SSE/3DNow!/3DNow!Ex-re optimaliz�lt. -A k�pkirak�si sebess�get megn�velheted az MTRR regiszterek be�ll�t�s�val, -l�sd DOCS/MTRR . N�h�ny *r�gi* sebess�gteszt eredm�ny�t l�sd DOCS/SPEED . +Speed: +~~~~~~ +Most of time-critical parts are optimized for MMX/MMXext/SSE/3DNow!/3DNow!Ex. +You can improve rendering speed by setting up MTRR registers, see doc in MTRR. +Some *old* benchmark results can be found in the file DOCS/SPEED. -Haszn�lat: -~~~~~~~~~~ - file: mplayer [opci�k] [�tvonal/]filen�v - VCD: mplayer [opci�k] -vcd tracksz�m /dev/cdrom - DVD: mplayer [opci�k] -dvdauth /dev/dvd filen�v.VOB - net: mplayer [opci�k] http://site.com/file.[mpg|avi] +Usage: +~~~~~~ + file: mplayer [options] [path/]filename + VCD: mplayer [options] -vcd trackno /dev/cdrom + DVD: mplayer [options] -dvdauth /dev/dvd filename.VOB + net: mplayer [options] http://site.com/file.[mpg|avi] - Opci�k: - l�sd `mplayer -h' - l�sd `mplayer -vo help' a rendelkez�sre �ll� video driverek list�j�hoz - l�sd `mplayer -ao help' a rendelkez�sre �ll� audio driverek list�j�hoz + Options: + see `mplayer -h' for options + see `mplayer -vo help' for list of available video output drivers + see `mplayer -ao help' for list of available audio output drivers - Billenty�k: - <- or -> h�tra/el�re seek, 10 m�sodpercnyi - up or down h�tra/el�re seek, 1 percnyi - p or SPACE pillanat�llj, b�rmely billenty�re tov�bb - q or ^C lej�tsz�s le�ll�tasa, kil�p�s - o OSD funkci�k : nincs / seek / seek+id� - / and * hanger� cs�kkent�se/n�vel�se - m master/pcm csatorna haszn�lata hanger�h�z - f teljes k�perny�s m�d ki/be (csak SDL!) + Keys: + <- or -> seek backward/forward 10 seconds + up or down seek backward/forward 1 minute + p or SPACE pause movie (press any key to continue) + q or ^C stop playing and quit program + o toggle OSD : none / seek / seek+timer + / and * decrease/increase volume + m toggle using master/pcm channel for volume setting + f toggle fullscreen (only with -vo sdl) - P�ld�k: + Examples: mplayer -vo x11 /mnt/Films/Contact/contact2.mpg mplayer -vcd 2 /dev/cdrom mplayer -afm 3 /mnt/DVDtrailers/alien4.vob mplayer -dvd /dev/dvd /mnt/dvd/matrix.vob mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi - Megj.: a Matrox YUV driver (-vo mga vagy xmga) haszn�lat�hoz el�sz�r be kell - t�lteni a drivert, l�sd DOCS/VIDEOCARDS . + Note: in order to use Matrox YUV driver (-vo mga or xmga), first you'll have + to load the driver: see DOCS/VIDEOCARDS . -Lej�tsz�s stdin-r�l: -~~~~~~~~~~~~~~~~~~~~ -V�gre lehets�ges. +Playing from Net & stdin: +~~~~~~~~~~~~~~~~~~~~~~~~~ +Now it's possible. -Egyszer�en csak add meg a '-' karaktert filen�vnek: +To play something by reading from stdin, just use '-' as filename: cat test.mpg | mplayer -vo xv - -Korl�toz�sok: - mpg: nem lehet visszafele seekelni - asf: nem lehet visszafele seekelni - avi: index nincs beolvasva -> egy�ltal�n nincs seek, n�h�ny - file nem lej�tszhat� +Restrictions: + mpg: no backward seeking + asf: no backward seeking + avi: no index reading -> no seeking at all, and playing of some files are + +impossible -Termin�lr�l/xterm-b�l nem lehet ir�ny�tani, de a hotkey-ek, �s az OSD -m�k�dik az ablakban. Term�szetesen a LIRC mindenhol megy. +No control from controlling terminal/xterm, but hotkeys and osd works +from the window. or course LIRC still works everywhere. -Ez a tulajdons�g n�h�ny k�ls� programmal egy�tt kib�v�ti a lehet�s�geinket. -P�ld�ul egy �pp most let�lt�tt divx film megn�z�se: +This feature combined with external wrappers extends possibilities. +For example, to play a movie just downloaded from your favourite divx +server: rar p ast-nssvcd.rar | mplayer -vo xmga -fs - -vagy : +or: wget ftp://micorsops.com/something.avi -O - | mplayer - TV output: -~~~~~~~~~~~ -Ha van egy Matrox G400 Dual-Head k�rty�d, tudsz a TV-n filmet n�zni, -kihaszn�lva a m�sodik head TV-output k�pess�g�t. Olvasd el a -DOCS/TVout-G400 file-t a r�szletekhez! +~~~~~~~~~~ +If you have a Matrox G400 Dual-Head card, you can watch movies on TV, using +the TV-out feature of the second head. Read DOCS/TVout-G400 for details! -Bugreportok, hozz�f�z�sek, k�relmek, stb: -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -El�sz�r olvasd el az �sszes le�r�st, a probl�m�k legt�bbje le van �rva -valahol. Legal�bb olvasd el a DOCS/BUGS file-t ! Nem szeret�nk olyan -k�rd�sre v�laszolni, amire m�r ismert a v�lasz ebben, vagy m�s -dokument�ci�ban. +Sending bugreports, comments, feature requests etc: +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +First please read all the docs in this package, most of the problems are +described somewhere. At least read DOCS/BUGS ! We don't like answering +questions which are already answered in this readme or other docs. + +Read the DOCS/MPlayer-FAQ. Most common problems are answered there! -Olvasd el a DOCS/MPlayer-FAQ file-t. A legt�bb �ltal�nos k�rd�sre -ott tal�lod a v�laszokat! - -Prob�ld ki a leg�jabb fejleszt�i v�ltozatot (CVS-r�l) is, h�tha m�r -meg van oldva a gond, csak az �j verzi� m�g nincs kiadva. Ha nem -siker�lt megoldani a probl�m�t, k�ldj egy sz�p bugreport-ot: -l�sd DOCS/BUGREPORTS . +You should try the latest development version (from CVS) too, maybe your +bug is already fixed, but the new version hasn't been released. +If you couldn't solve the problem, then send a quality bugreport: +read DOCS/BUGREPORTS for instructions (where, what and how...) -Iratkozz fel az mplayer-users levelez�si list�ra (ANGOL nyelv�!). -Sok MPlayer felhaszn�l� van, tal�n tudnak neked seg�teni. K�ldd oda -�tleteidet, k�relmeidet, hozz�f�znival�idat. Ne k�rj olyat, ami -m�r le van �rva a DOCS/TODO fileban! +Subscribe to the mplayer-users mailing list. There are many MPlayer +users, maybe they can help or know the solution to your problem. +You also should send ideas, feature requests, comments to there! +Please do not ask for features already listed in the DOCS/TODO! -Contact info: -~~~~~~~~~~~~~ +Contact information: +~~~~~~~~~~~~~~~~~~~~ Homepage: http://mplayer.sourceforge.net -Levelez�si list�k: -~~~~~~~~~~~~~~~~~~ -J�n�h�ny MPlayer lista van. A k�vetkez� c�meken lehet feliratkozni: +Mailing lists: +~~~~~~~~~~~~~~ +There are some public mailing lists on MPlayer. Subscribing can be achieved on +the following addresses: -- MPlayer bels�/magyar fejleszt�k list�ja: +- MPlayer core/hungarian developers list: http://lists.sourceforge.net/lists/listinfo/mplayer-devel - Nemtom, tal�n magyar nyelv� FLAME lista :) - Tov�bb� a core csapattagok mag�n�gyei, pl. mplayer parti, szponzorok, - stb. + I dunno, it is the FLAME list in hungarian language :) + Also some talking about mplayer core team internals, like mplayer + party, sponsors etc can be here. -- MPlayer fejleszt�k list�ja: +- MPlayer developers list: http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng - Ez az MPlayer fejleszt�i lista! T�m�k: interface/API v�ltoz�sok, �j - library-k, optimaliz�ci�, ./configure, �s IDE kell k�ldeni patch-eket. - NE k�ldj ide bugreportot, k�rd�st! - Ne n�velj�k a lista forgalm�t. + This list is about mplayer development! Talking about interface/API changes, + new libraryes, code optimization, ./configure changes, and send patches here. + Do NOT send bugreports, user questions, feature requests here! + This list should be kept low-traffic. -- MPlayer felhaszn�l�k list�ja: +- MPlayer users list: http://lists.sourceforge.net/lists/listinfo/mplayer-users - - ide k�ldj bugreport-ot (miut�n elolvastad DOCS/BUGS, BUGREPORTS) - - feature k�r�st (miut�n elolvastad DOCS/TODO) - - felhaszn�l�i k�rd�seket (miut�n elolvastad DOCS/README, INSTALL, FAQ - stb.) + - send bugreports here (after reading DOCS/BUGS, BUGREPORTS) + - send feature requests here (after reading DOCS/TODO) + - send user questions here (after reading DOCS/README, INSTALL, FAQ etc) -- MPlayer & Matrox G200/G400/G450 felhaszn�l�k: +- MPlayer & Matrox G200/G400/G450 users: http://lists.sourceforge.net/lists/listinfo/mplayer-matrox - Matrox-szal kapcsolatos k�rd�sek helye, - - mga_vid - - matrox hivatalos driver-ei (4-es X) - - matroxfb-TVout + Send matrox-related questions here, + - things about mga_vid, + - matrox's official beta drivers (for X 4.x.x) + - and about matroxfb-TVout stuff. -- mpg12play-portable fejleszt�i lista: +- mpg12play-portable developers: http://lists.sourceforge.net/lists/listinfo/mplayer-mpg12play - Ezen a list�n t�rt�nik az MPlayer portol�sa nem-x86 platformokra - (IRIX, Solaris-SPARC, Alpha, Commodore64, Sharp sz�mol�g�p, - Te�skanna, stb...) + This list is for talking about mplayer ports to non-x86 platforms + (IRIX, Solaris-SPARC, Alpha, Commodore64, Sharp Calculator, + Teapot etc...) -- MPlayer bejelent�sek: +- MPlayer announce: http://lists.sourceforge.net/lists/listinfo/mplayer-announce - Alacsony forgalm� lista :) - �s read-only. Ide �rok vmit, ha k�sz az �j verzi�. + Very low traffic list :) + And it's read-only. I'll post something shit there if a new release + is done. -- MPlayer CVS-log: +- MPlayer CVS-log: http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog - CVS-beli v�ltoz�sokr�l k�rd�seket ide k�ldj. - (ha nem �rted, mire kell egy v�ltoztat�s, vagy jobb fixet tudsz) - Bizonyosodj meg r�la, hogy a k�v�nt fejleszt� is olvassa a list�t! - -Megj.: a fenti list�k nyelve ANGOL, kiv�ve ahol m�s van felt�ntetve. - M�s nyelven ne k�ldj �zenetet! + Send only questions about CVS changes here. + (if you don't understand why a change is required or you've better fix) + Be sure in that your target developer reads this list! -Licensz: +NOTE: language of above lists are ENGLISH, unless explicitly stated otherwise. + Please do not send messages using other language! + +License: ~~~~~~~~ -Az MPlayer tartalmaz j�n�h�ny, m�s projectekb�l �tvett k�dot, de jelenleg az -OpenDivX kiv�tel�vel minden a General Public License (GPL) version 2 vagy -k�s�bbi al� tartozik. -L�sd DOCS/COPYING +MPlayer incorporates a lot of code from other projects, but for now everything +except the OpenDivX stuff is under General Public License (GPL) version 2 or +later. Standard Disclaimer: ~~~~~~~~~~~~~~~~~~~~ -Csak a saj�t felel�ss�gedre haszn�ld! Hib�k �s pontatlans�gok el�fordulhatnak, -amik k�rt tesznek a rendszeredben �s/vagy a szemedben/f�ledben. �vatosan j�rj -el, mert semmif�le felel�ss�get nem v�llalunk! - +Use only at your own risk! There may be errors and inaccuracies that could +damage your system, your eye or ear. Proceed with caution, and although this is +highly unlikely, we don't take any responsibility for that!
--- a/DOCS/README Sun Jun 24 21:12:17 2001 +0000 +++ b/DOCS/README Mon Jun 25 06:31:33 2001 +0000 @@ -46,7 +46,7 @@ The release version of the 0.11pre after 4 months of heavy development! Try it, and be amazed! Thousands of new features added... and of course old code was improved too, bugs removed etc. -- MPlayer 0.18 +- MPlayer 0.18 "The BugCounter" 2 months since 0.17 and here's a new release.. Completed ASF support, more subtitle formats, introduced libao (similar to libvo but to audio), even more stable than ever, and so on. It's a MUST ! @@ -299,7 +299,7 @@ ~~~~~~~~ MPlayer incorporates a lot of code from other projects, but for now everything except the OpenDivX stuff is under General Public License (GPL) version 2 or -later. See DOCS/COPYING +later. Standard Disclaimer: ~~~~~~~~~~~~~~~~~~~~