mirror of https://github.com/mpv-player/mpv
spelling plus some docs updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11746 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
58e2397496
commit
66aff02a7d
21
ChangeLog
21
ChangeLog
|
@ -4,17 +4,22 @@ mplayer (1.0)
|
||||||
|
|
||||||
DOCS:
|
DOCS:
|
||||||
* new Copyright file covering the licenses involved
|
* new Copyright file covering the licenses involved
|
||||||
|
* new Japanese console message translation
|
||||||
|
* Polish translation almost finished
|
||||||
|
* DVD ripping guide
|
||||||
|
* video out driver section added to the man page
|
||||||
|
* Miscellaneous updates all over the place
|
||||||
|
|
||||||
Ports:
|
Ports:
|
||||||
* better PA-RISC detection
|
* better PA-RISC detection
|
||||||
* support for VAX (tested on VAXstation 4000/VLC) -- really, believe me!
|
* support for VAX (tested on VAXstation 4000/VLC) -- really, believe me!
|
||||||
* optimizing for specific MIPS cpus under IRIX
|
* optimizing for specific MIPS CPUs under IRIX
|
||||||
* AMD64 detection under BSDs
|
* AMD64 detection under BSDs
|
||||||
|
|
||||||
Demuxers:
|
Demuxers:
|
||||||
* matroska containing realvideo works better
|
* Matroska containing RealVideo works better
|
||||||
* fixed random segfaults in vivo
|
* fixed random segfaults in VIVO
|
||||||
* endianess fixes in cdda
|
* endianess fixes in CDDA
|
||||||
* UYVY support in tvi/v4l2
|
* UYVY support in tvi/v4l2
|
||||||
* tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT
|
* tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT
|
||||||
* tvi/bsdbt848 audio part working under NetBSD
|
* tvi/bsdbt848 audio part working under NetBSD
|
||||||
|
@ -30,8 +35,8 @@ mplayer (1.0)
|
||||||
* vf/bmovl bugfixes
|
* vf/bmovl bugfixes
|
||||||
* vf/filmdint now handles 15fps NTSC input
|
* vf/filmdint now handles 15fps NTSC input
|
||||||
* huge updates and speedup on vf/pullup
|
* huge updates and speedup on vf/pullup
|
||||||
* big updates to vf/ilpack (proper interpolation and mmx optimizations)
|
* big updates to vf/ilpack (proper interpolation and MMX optimizations)
|
||||||
* new filter: vf/zrmjpeg (fast mjpeg encoder using libavcodec for zoran)
|
* new filter: vf/zrmjpeg (fast MJPEG encoder using libavcodec for Zoran)
|
||||||
* interlaced scaling support in vf/scale
|
* interlaced scaling support in vf/scale
|
||||||
|
|
||||||
Drivers:
|
Drivers:
|
||||||
|
@ -45,10 +50,10 @@ mplayer (1.0)
|
||||||
* lot of CBR improvements
|
* lot of CBR improvements
|
||||||
* MB type and QP visualization
|
* MB type and QP visualization
|
||||||
* lot of code cleanup
|
* lot of code cleanup
|
||||||
* splitted intra & inter dequantization -> speedup
|
* intra & inter dequantization split -> speedup
|
||||||
* fixed stereo IMA ADPCM encoding
|
* fixed stereo IMA ADPCM encoding
|
||||||
* VBV delay setting support (MPEG2 CBR)
|
* VBV delay setting support (MPEG2 CBR)
|
||||||
* improved RV20 decoder (all known errors eliminated)
|
* improved RV20 decoder (most known errors eliminated)
|
||||||
* interlaced DCT
|
* interlaced DCT
|
||||||
* interlaced motion estimation
|
* interlaced motion estimation
|
||||||
* interlaced MPEG2 encoding
|
* interlaced MPEG2 encoding
|
||||||
|
|
Loading…
Reference in New Issue