|
From: <no...@so...> - 2001-03-29 22:08:47
|
Patches item #412309, was updated on 2001-03-29 14:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304393&aid=412309&group_id=4393 Category: None Group: None Status: Open Priority: 5 Submitted By: Peter Schlaile (schlaile) Assigned to: Nobody/Anonymous (nobody) Summary: encoder improvements Initial Comment: * VLC encoder improvements: Now it's more correct for 3 passes (but also slower...), faster for 2 passes. Implemented turbo mode (static qno tables). Hopefully makes the thing finally realtime on an Athlon 800... * Separated out the input and output queue. Build general input and output filter plugin system. Included /dev/video support. * several assembler optimized routines in the vlc encoder added, reorder_88 code is now merged with the DCT postscaler to fill the integer pipelines _and_ the MMX pipelines * renamed encode to encodedv * removed blur function since it doesn't make sense * corrected (?) faster C version of convert_to_yuv Since this patch is large you can find it at http://www.uni-karlsruhe.de/~udbz/linux/libdv.patch ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=304393&aid=412309&group_id=4393 |