comparison ChangeLog @ 18201:c69d4b3d22b9

muxer_mpeg rewritten
author nicodvb
date Sat, 22 Apr 2006 18:19:26 +0000
parents 64bc607de35d
children 991e9ca2404a
comparison
equal deleted inserted replaced
18200:b8a94743afec 18201:c69d4b3d22b9
162 * twolame support 162 * twolame support
163 * libavformat muxers support 163 * libavformat muxers support
164 * VBR audio in MPEG support 164 * VBR audio in MPEG support
165 * muxer_mpeg: added an experimental film2pal teleciner and fixed previous bugs that could 165 * muxer_mpeg: added an experimental film2pal teleciner and fixed previous bugs that could
166 lead to desync and to wrong TFF/RFF flags being set 166 lead to desync and to wrong TFF/RFF flags being set
167 * rewritten muxer_mpeg.c: buffering and timing constraints will always be respected,
168 provided that the muxrate is big enough
167 169
168 Ports: 170 Ports:
169 * improved timer function on Mac OS X 171 * improved timer function on Mac OS X
170 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4 172 * New Mac OS X "macosx" video output driver. Supported on OS X 10.4
171 and 10.3 with QuickTime 7 (requires QuickTime 7 SDK to build on 10.3) 173 and 10.3 with QuickTime 7 (requires QuickTime 7 SDK to build on 10.3)