Mercurial > mplayer.hg
comparison ChangeLog @ 11745:523bab9b1bc1
spelling plus some docs updates
author | diego |
---|---|
date | Mon, 05 Jan 2004 20:27:49 +0000 |
parents | 2caf85a35827 |
children | 01cd68d3b5b1 |
comparison
equal
deleted
inserted
replaced
11744:70b8047bc7df | 11745:523bab9b1bc1 |
---|---|
2 | 2 |
3 pre4: "New Year Release" | 3 pre4: "New Year Release" |
4 | 4 |
5 DOCS: | 5 DOCS: |
6 * new Copyright file covering the licenses involved | 6 * new Copyright file covering the licenses involved |
7 * new Japanese console message translation | |
8 * Polish translation almost finished | |
9 * DVD ripping guide | |
10 * video out driver section added to the man page | |
11 * Miscellaneous updates all over the place | |
7 | 12 |
8 Ports: | 13 Ports: |
9 * better PA-RISC detection | 14 * better PA-RISC detection |
10 * support for VAX (tested on VAXstation 4000/VLC) -- really, believe me! | 15 * support for VAX (tested on VAXstation 4000/VLC) -- really, believe me! |
11 * optimizing for specific MIPS cpus under IRIX | 16 * optimizing for specific MIPS CPUs under IRIX |
12 * AMD64 detection under BSDs | 17 * AMD64 detection under BSDs |
13 | 18 |
14 Demuxers: | 19 Demuxers: |
15 * matroska containing realvideo works better | 20 * Matroska containing RealVideo works better |
16 * fixed random segfaults in vivo | 21 * fixed random segfaults in VIVO |
17 * endianess fixes in cdda | 22 * endianess fixes in CDDA |
18 * UYVY support in tvi/v4l2 | 23 * UYVY support in tvi/v4l2 |
19 * tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT | 24 * tvi/bsdbt848 now working under FreeBSD 5.2-CURRENT |
20 * tvi/bsdbt848 audio part working under NetBSD | 25 * tvi/bsdbt848 audio part working under NetBSD |
21 | 26 |
22 Decoders: | 27 Decoders: |
23 * removed zlib dependency in vd/lcl | 28 * removed zlib dependency in vd/lcl |
24 * removed obsoleted decoders (which were moved to libavcodec), affected: | 29 * removed obsoleted decoders (which were moved to libavcodec), affected: |
25 vd/8bps, vd/msrle, vd/msvideo1, vd/rpza, vd/smc | 30 vd/8bps, vd/msrle, vd/msvideo1, vd/rpza, vd/smc |
26 * workaround for buggy codecs in ad/acm (support for Sharp G.726) | 31 * workaround for buggy codecs in ad/acm (support for Sharp G.726) |
27 * synced to original FLAC sources | 32 * synced to original FLAC sources |
28 | 33 |
29 Filters: | 34 Filters: |
30 * vf/bmovl bugfixes | 35 * vf/bmovl bugfixes |
31 * vf/filmdint now handles 15fps NTSC input | 36 * vf/filmdint now handles 15fps NTSC input |
32 * huge updates and speedup on vf/pullup | 37 * huge updates and speedup on vf/pullup |
33 * big updates to vf/ilpack (proper interpolation and mmx optimizations) | 38 * big updates to vf/ilpack (proper interpolation and MMX optimizations) |
34 * new filter: vf/zrmjpeg (fast mjpeg encoder using libavcodec for zoran) | 39 * new filter: vf/zrmjpeg (fast MJPEG encoder using libavcodec for Zoran) |
35 * interlaced scaling support in vf/scale | 40 * interlaced scaling support in vf/scale |
36 | 41 |
37 Drivers: | 42 Drivers: |
38 * ao/esd behaves better over network now | 43 * ao/esd behaves better over network now |
39 * support for Radeon 9600 Pro in VIDIX | 44 * support for Radeon 9600 Pro in VIDIX |
43 * fixed low delay decoding | 48 * fixed low delay decoding |
44 * fixed H.263+ encoding without UMV | 49 * fixed H.263+ encoding without UMV |
45 * lot of CBR improvements | 50 * lot of CBR improvements |
46 * MB type and QP visualization | 51 * MB type and QP visualization |
47 * lot of code cleanup | 52 * lot of code cleanup |
48 * splitted intra & inter dequantization -> speedup | 53 * intra & inter dequantization split -> speedup |
49 * fixed stereo IMA ADPCM encoding | 54 * fixed stereo IMA ADPCM encoding |
50 * VBV delay setting support (MPEG2 CBR) | 55 * VBV delay setting support (MPEG2 CBR) |
51 * improved RV20 decoder (all known errors eliminated) | 56 * improved RV20 decoder (most known errors eliminated) |
52 * interlaced DCT | 57 * interlaced DCT |
53 * interlaced motion estimation | 58 * interlaced motion estimation |
54 * interlaced MPEG2 encoding | 59 * interlaced MPEG2 encoding |
55 * 4MV encoding fixes | 60 * 4MV encoding fixes |
56 * initial interlaced MPEG4 encoding | 61 * initial interlaced MPEG4 encoding |