view libfaad2/README @ 24131:30028bbcb9e8

Use a single select() for both key and slave input Previous code used two separate select() calls one after another, so that whenever it was running select() on one set of fds events in the other set would go unnoticed until later. Now there's a single select() which allows reacting immediately to any input source. The behavior of the new code differs somewhat from the old; for example multiple fds that stay readable are no longer handled in a round-robin fashion and the total amount the process sleeps can differ. Some tuning might be required later.
author uau
date Sat, 25 Aug 2007 04:28:11 +0000
parents 59b6fa5b4201
children
line wrap: on
line source

This is a FAAD2 CVS snapshot from 2004-09-15.
Only the content of the libfaad/ and include/ subdirectories is present here.
MPlayer-specific modifications can be found in local_changes.diff.