mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00:00
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@892 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4cd05ff2b2
commit
b874045618
@ -8,7 +8,7 @@ NOTE: Do NOT send bugreports, help & feature requests directly to the authors!
|
||||
|
||||
Árpád Gereöffy (A'rpi/ESP-team): <arpi@thot.banki.hu>
|
||||
- player code (mpeg stream demultiplexer and avi/asf parser, A-V sync, seek...)
|
||||
- mp3lib, based on mpg123 sources [MP3 audio decoder]
|
||||
- mp3lib, based on mpglib sources [MP3 audio decoder]
|
||||
- getch2 [keyboard handler]
|
||||
- some changes in libmpeg2 code (progressive frames, bitrate & fps support)
|
||||
- libvo improvements: adding OpenGL support, bugfix in mga driver...
|
||||
@ -123,7 +123,7 @@ Project Mayo: [http://www.projectmayo.com]
|
||||
- the OpenDivX codec authors
|
||||
|
||||
Michael Hipp:
|
||||
- mpg123 author [free mpeg audio player, isn't used directly but in mp3lib]
|
||||
- mpglib author [isn't used directly but in mp3lib]
|
||||
|
||||
Mark Podlipec:
|
||||
- xanim author [I'm using its aLaw+uLaw audio decoder]
|
||||
|
@ -37,7 +37,7 @@ a k
|
||||
(mpeg2dec). Nagyon jó, optimalizált, gyors C kód, tökéletes képminőség és
|
||||
100%-os megfelelés a szabványnak.
|
||||
- MPlayer v0.3-v0.9:
|
||||
Egyvelege két programnak: mpg123play v0.95pre6 és az új, egyszerű AVI
|
||||
Egyvelege két programnak: mpg12play v0.95pre6 és az új, egyszerű AVI
|
||||
lejátszómnak ('avip'), ami az avifile Win32 DLL loaderén alapul.
|
||||
- MPlayer v0.10:
|
||||
Az MPEG és AVI lejátszó egyetlen programban!
|
||||
|
@ -346,7 +346,7 @@ audiocodec mp3
|
||||
format 0x50
|
||||
format 0x55
|
||||
driver mp3lib
|
||||
dll "mp3lib (mpg123)"
|
||||
dll "mp3lib (mpglib)"
|
||||
flags seekable
|
||||
|
||||
audiocodec mp3acm
|
||||
|
Loading…
Reference in New Issue
Block a user