Mercurial > mplayer.hg
comparison Changelog @ 27028:68b4d137364f
6 months of changes
author | compn |
---|---|
date | Sun, 15 Jun 2008 02:41:08 +0000 |
parents | 7437ddc4dba4 |
children | 345888b380b1 |
comparison
equal
deleted
inserted
replaced
27027:03f571138664 | 27028:68b4d137364f |
---|---|
6 * Support for X8 frame (fixes "J-type picture is not supported" for WMV2) | 6 * Support for X8 frame (fixes "J-type picture is not supported" for WMV2) |
7 * Support for DTS WAV/DTS-CD passthrough by ad_hwac3 | 7 * Support for DTS WAV/DTS-CD passthrough by ad_hwac3 |
8 * Apple's raw YUV2 in MOV | 8 * Apple's raw YUV2 in MOV |
9 * LATM over LOAS AAC decoding via internal libfaad2 | 9 * LATM over LOAS AAC decoding via internal libfaad2 |
10 * Video game codecs: BFI video | 10 * Video game codecs: BFI video |
11 * AVOptions support for libavcodec based decoders | |
11 | 12 |
12 Demuxers: | 13 Demuxers: |
13 * -lavfdopts cryptokey allows decrypting MXF and ASF files | 14 * -lavfdopts cryptokey allows decrypting MXF and ASF files |
14 * support for wavpack in matroska | 15 * support for wavpack in matroska |
15 * demux_lavf permits program switching | 16 * demux_lavf permits program switching |
17 * AVOption support for lavf demuxing | |
18 * prefer lavf musepack demuxer over libmpdemux | |
19 * prefer lavf mov demuxer over libmpdemux | |
20 * support -slang in lavf demuxer | |
21 * support nosound switching in lavf demuxer | |
22 * support libass in lavf demuxer | |
23 * support vobsub in lavf demuxer | |
24 * support mov subtitle format | |
25 * support for attachments in lavf demuxer | |
16 | 26 |
17 Filters: | 27 Filters: |
18 * vf_ow new overcomplete wavelet denoiser | 28 * vf_ow new overcomplete wavelet denoiser |
19 * change vf_screenshot dependency from libpng to lavc | 29 * change vf_screenshot dependency from libpng to lavc |
20 * add af_scaletempo which maintains audio pitch when changing playback speed | 30 * add af_scaletempo which maintains audio pitch when changing playback speed |
23 Streaming: | 33 Streaming: |
24 * tv:// support for win32 | 34 * tv:// support for win32 |
25 * fix teletext on some systems | 35 * fix teletext on some systems |
26 * dvd streams can switch angles | 36 * dvd streams can switch angles |
27 * dvd still menus are now supported via dvdnav:// | 37 * dvd still menus are now supported via dvdnav:// |
38 * Ability to specify TV standard for each channel | |
28 | 39 |
29 FFmpeg/libavcodec: | 40 FFmpeg/libavcodec: |
30 * DNxHD (SMPTE VC-3) encoder | 41 * DNxHD (SMPTE VC-3) encoder |
31 * H.264 speedup and PAFF decoding | 42 * H.264 speedup and PAFF decoding |
32 * Nellymoser audio codec | 43 * Nellymoser audio codec |
33 * VC-1/WMV3 MMX optimizations | 44 * VC-1/WMV3 MMX optimizations |
45 * VP3 decoder speedup | |
46 | |
47 libmpeg2: | |
48 * Enable Alpha/ARM optimizations in libmpeg2 | |
49 * SSE2-optimized IDCT routines from upstream libmpeg2. | |
34 | 50 |
35 Drivers: | 51 Drivers: |
36 * Replace PolypAudio by PulseAudio (-ao pulse) | 52 * Replace PolypAudio by PulseAudio (-ao pulse) |
53 * Add force-pbo suboption for faster output in vo_gl | |
37 | 54 |
38 MEncoder: | 55 MEncoder: |
39 * Ogg muxing using -of lavf -o done.ogg | 56 * Ogg muxing using -of lavf -o done.ogg |
57 * check for system wide config file in mencoder | |
58 * AVOption support for lavc encoders. | |
59 * AVOption support for lavf muxing. | |
40 | 60 |
41 Others: | 61 Others: |
42 * many compiler warning fixes | 62 * many compiler warning fixes |
43 * Basic support for Closed Captioning Roll-up mode | 63 * Basic support for Closed Captioning Roll-up mode |
44 * reworked screensaver disabling support, most users will need to use | 64 * reworked screensaver disabling support, most users will need to use |
45 -heartbeat-cmd due to screensaver authors being unable to design a | 65 -heartbeat-cmd due to screensaver authors being unable to design a |
46 common API | 66 common API |
47 * grayscale decoding/encoding with FFmpeg disabled where it slowed down | 67 * grayscale decoding/encoding with FFmpeg disabled where it slowed down |
48 the color case | 68 the color case |
49 * Linux AppleIR remote support. | 69 * Linux AppleIR remote support. |
70 * Add options to disable some or all config files. | |
71 * support for DOS-style file:///x:/path paths | |
72 * some new slave commands (check DOCS/tech/slave.txt) | |
50 | 73 |
51 Ports: | 74 Ports: |
52 * small crash with vo_macosx fixed | 75 * small crash with vo_macosx fixed |
53 * AC3/DTS passthrough for ao_macosx | 76 * AC3/DTS passthrough for ao_macosx |
54 * Fix frozen OSD on Mac OS X | 77 * Fix frozen OSD on Mac OS X |