comparison ChangeLog @ 10616:4c6398946936

updates
author alex
date Fri, 15 Aug 2003 12:50:01 +0000
parents 8e678e833591
children 31530cb43405
comparison
equal deleted inserted replaced
10615:65226e2ea605 10616:4c6398946936
27 * docs priority & installation (--language=ab,cd,ef,all and so on) 27 * docs priority & installation (--language=ab,cd,ef,all and so on)
28 * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc) 28 * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc)
29 * -vop option obsoleted by reverse-order -vf, big config layer changes 29 * -vop option obsoleted by reverse-order -vf, big config layer changes
30 * stream layer "cleanup", -dvd -> dvd:// etc 30 * stream layer "cleanup", -dvd -> dvd:// etc
31 * autosub fuzziness, it tries to load all subs with similar filenames 31 * autosub fuzziness, it tries to load all subs with similar filenames
32 * removed the whole old config reader, leaving only the newer one
33 (no backward compatibilty!)
32 34
33 Ports: 35 Ports:
34 * HPUX fixes 36 * HPUX fixes
35 * Ported to Darwin / Mac OS X (with extra accurate Darwin timers) 37 * Ported to Darwin / Mac OS X (with extra accurate Darwin timers)
36 * Ported to Win32/MinGW (including network, timers, getch etc) 38 * Ported to Win32/MinGW (including network, timers, getch etc)
45 * various realaudio/realvideo fixes, including WxH bugs, Sipr etc 47 * various realaudio/realvideo fixes, including WxH bugs, Sipr etc
46 * various realmedia a-v sync fixes 48 * various realmedia a-v sync fixes
47 * realaudio v4 demuxer 49 * realaudio v4 demuxer
48 * realaudio 14_4 and 28_8 codecs support (both binary dlls and native code) 50 * realaudio 14_4 and 28_8 codecs support (both binary dlls and native code)
49 * realmedia rtsp:// support (independent from the live.com rtsp stuff!) 51 * realmedia rtsp:// support (independent from the live.com rtsp stuff!)
50 * matroska demuxer 52 * Matroska demuxer
51 * demuxer: enabling mpeg4-es autodetection, h264-es support 53 * demuxer: enabling mpeg4-es autodetection, h264-es support
52 * .wav extradata parsing (for truespeech, atrac3 etc) 54 * .wav extradata parsing (for truespeech, atrac3 etc)
53 * DVB input driver, mpeg-TS demuxer 55 * DVB input driver, mpeg-TS demuxer
54 * hwac3: DTS passthru support 56 * hwac3: DTS passthru support
55 * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize 57 * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize, tinterlace
56 * vf layer: slices support (crop, expand, swscale only) 58 * vf layer: slices support (crop, expand, swscale only)
57 * vf scale aspect fixes 59 * vf scale aspect fixes
58 * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, -fPIC compileable 60 * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, -fPIC compileable
59 * swscaler: brightness/cont/sat. and different YUV matrices support 61 * swscaler: brightness/cont/sat. and different YUV matrices support
60 * NUV encoding 62 * NUV encoding
64 * support for latest XviD en/decoder features 66 * support for latest XviD en/decoder features
65 * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12) 67 * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12)
66 * support for Vanguard's win32 h264 etc codecs 68 * support for Vanguard's win32 h264 etc codecs
67 * Video for Linux 1: various bugfixes, video eq support 69 * Video for Linux 1: various bugfixes, video eq support
68 * Video for Linux 2 support 70 * Video for Linux 2 support
71 * TV support: kick-ass image format handling
72 * mp3lib: moved the assembly sources into gcc inline assembly (c)
73 * mp3lib: sync with mpg123 0.59s-pre
74 * mp3lib: final layer-1 support
75 * mp3lib: skip trashed first mp3 frame, fixes lot of buggy/misdetected files
69 76
70 FFmpeg/libavcodec: 77 FFmpeg/libavcodec:
71 * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t 78 * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t
72 * old HuffYUV v1 support 79 * old HuffYUV v1 support
73 * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix 80 * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix
107 * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing 114 * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing
108 * network streaming layer: IPv6 support 115 * network streaming layer: IPv6 support
109 * playtree parsing speedup :) 116 * playtree parsing speedup :)
110 * various URL parsing fixes 117 * various URL parsing fixes
111 * crashing on broken config files finally fixed! 118 * crashing on broken config files finally fixed!
112 * GUI PPC (reverse byteorder) fixes 119 * GUI: PPC (reverse byteorder) fixes
113 * mp3lib: moved the assembly sources into gcc inline assembly (c) 120 * GUI: revert to 'default' skin if configured skin failed
114 * mp3lib: sync with mpg123 0.59s-pre
115 * mp3lib: final layer-1 support
116 * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot 121 * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot
117 * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification 122 * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification
118 * TVout/matroxtv: various improvements 123 * TVout/matroxtv: various improvements
119 124
120 125