Mercurial > mplayer.hg
comparison Changelog @ 27423:ab4f1051a088
updates
author | compn |
---|---|
date | Tue, 12 Aug 2008 01:58:36 +0000 |
parents | b6aa260abf98 |
children | bea545589195 |
comparison
equal
deleted
inserted
replaced
27422:8c9a131feb83 | 27423:ab4f1051a088 |
---|---|
9 * LATM over LOAS AAC decoding via internal libfaad2 | 9 * LATM over LOAS AAC decoding via internal libfaad2 |
10 * video game codecs: BFI video, Playstation MDEC video, ADPCM XA audio, | 10 * video game codecs: BFI video, Playstation MDEC video, ADPCM XA audio, |
11 EA Maxis XA ADPCM audio, RL2 video, Beam Software SIFF video, V.Flash PTX video | 11 EA Maxis XA ADPCM audio, RL2 video, Beam Software SIFF video, V.Flash PTX video |
12 * AVOption support for libavcodec-based decoders | 12 * AVOption support for libavcodec-based decoders |
13 * image decoders: Sun rasterfile, PCX image | 13 * image decoders: Sun rasterfile, PCX image |
14 * MLP decoder via lavc | |
15 * use lavc ADPCM codecs by default | |
14 | 16 |
15 Demuxers: | 17 Demuxers: |
16 * -lavfdopts cryptokey allows decrypting MXF and ASF files | 18 * -lavfdopts cryptokey allows decrypting MXF and ASF files |
17 * support for wavpack in Matroska | 19 * support for wavpack in Matroska |
18 * demux_lavf permits program switching | 20 * demux_lavf permits program switching |
24 * support libass in lavf demuxer | 26 * support libass in lavf demuxer |
25 * support VOBsub in lavf demuxer | 27 * support VOBsub in lavf demuxer |
26 * support MOV subtitle format | 28 * support MOV subtitle format |
27 * support for attachments in lavf demuxer | 29 * support for attachments in lavf demuxer |
28 * support for chapters in lavf demuxer | 30 * support for chapters in lavf demuxer |
31 * Flac speedup in lavf demuxer | |
29 | 32 |
30 Filters: | 33 Filters: |
31 * vf_ow new overcomplete wavelet denoiser | 34 * vf_ow new overcomplete wavelet denoiser |
32 * change vf_screenshot dependency from libpng to lavc | 35 * change vf_screenshot dependency from libpng to lavc |
33 * add af_scaletempo which maintains audio pitch when changing playback speed | 36 * add af_scaletempo which maintains audio pitch when changing playback speed |
41 * allow specifying the TV standard for each channel | 44 * allow specifying the TV standard for each channel |
42 | 45 |
43 FFmpeg/libavcodec: | 46 FFmpeg/libavcodec: |
44 * DNxHD (SMPTE VC-3) encoder | 47 * DNxHD (SMPTE VC-3) encoder |
45 * H.264 speedup and PAFF decoding | 48 * H.264 speedup and PAFF decoding |
49 * correctly decode more of the H.264 conformance testsuite | |
46 * Nellymoser audio codec | 50 * Nellymoser audio codec |
47 * VC-1/WMV3 MMX optimizations | 51 * VC-1/WMV3 MMX optimizations |
48 * VP3 decoder speedup | 52 * VP3 decoder speedup |
53 * Split-Radix FFT (speedup multiple audio codecs) | |
54 * MMX/SSE/ARM and other misc speedups | |
49 | 55 |
50 libmpeg2: | 56 libmpeg2: |
51 * enable Alpha/ARM optimizations in libmpeg2 | 57 * enable Alpha/ARM optimizations in libmpeg2 |
52 * SSE2-optimized IDCT routines from upstream libmpeg2 | 58 * SSE2-optimized IDCT routines from upstream libmpeg2 |
59 * synced with upstream | |
53 | 60 |
54 Drivers: | 61 Drivers: |
55 * replace PolypAudio by PulseAudio (-ao pulse) | 62 * replace PolypAudio by PulseAudio (-ao pulse) |
56 * add force-pbo suboption for faster output in vo_gl | 63 * add force-pbo suboption for faster output in vo_gl |
57 * add Nintendo Wii/GameCube video driver (-vo wii) | 64 * add Nintendo Wii/GameCube video driver (-vo wii) |
58 * VIDIX driver for SuperH Mobile VEU hardware block. | 65 * VIDIX driver for SuperH Mobile VEU hardware block. |
66 * support -border on vo_gl/gl2 in x11 | |
59 | 67 |
60 MEncoder: | 68 MEncoder: |
61 * Ogg muxing using -of lavf -o done.ogg | |
62 * check for system-wide configuration file in MEncoder | 69 * check for system-wide configuration file in MEncoder |
63 * AVOption support for lavc encoders | 70 * AVOption support for lavc encoders |
64 * AVOption support for lavf muxers | 71 * AVOption support for lavf muxers |
65 | 72 |
66 Others: | 73 Others: |
72 the color case | 79 the color case |
73 * Linux AppleIR remote support | 80 * Linux AppleIR remote support |
74 * add options to disable some or all configuration files | 81 * add options to disable some or all configuration files |
75 * support for DOS-style file:///x:/path paths | 82 * support for DOS-style file:///x:/path paths |
76 * some new slave commands (check DOCS/tech/slave.txt) | 83 * some new slave commands (check DOCS/tech/slave.txt) |
84 * misc fixes to libass | |
77 | 85 |
78 Ports: | 86 Ports: |
79 * small crash with vo_macosx fixed | 87 * small crash with vo_macosx fixed |
80 * AC3/DTS passthrough for ao_macosx | 88 * AC3/DTS passthrough for ao_macosx |
81 * fix frozen OSD on Mac OS X | 89 * fix frozen OSD on Mac OS X |
82 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack) | 90 * vo_gl now works with -wid and nVidia drivers on Windows (this is a hack) |
83 * VIDIX on SuperH. | 91 * VIDIX on SuperH. |
92 * intentionally break gcc 3.3 on mac os x, please use 4.x | |
84 | 93 |
85 rc2try2: | 94 rc2try2: |
86 | 95 |
87 Security: | 96 Security: |
88 * buffer overflow in url.c fixed | 97 * buffer overflow in url.c fixed |