mixeng.c (958e3693607901f4c2bca607651382dc48689654) | mixeng.c (cb8d4c8f54b8271f642f02382eec29d468bb1c77) |
---|---|
1/* 2 * QEMU Mixing engine 3 * 4 * Copyright (c) 2004-2005 Vassili Karpov (malc) 5 * Copyright (c) 1998 Fabrice Bellard 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 8 * of this software and associated documentation files (the "Software"), to deal --- 256 unchanged lines hidden (view full) --- 265 } 266 } 267}; 268 269/* 270 * August 21, 1998 271 * Copyright 1998 Fabrice Bellard. 272 * | 1/* 2 * QEMU Mixing engine 3 * 4 * Copyright (c) 2004-2005 Vassili Karpov (malc) 5 * Copyright (c) 1998 Fabrice Bellard 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 8 * of this software and associated documentation files (the "Software"), to deal --- 256 unchanged lines hidden (view full) --- 265 } 266 } 267}; 268 269/* 270 * August 21, 1998 271 * Copyright 1998 Fabrice Bellard. 272 * |
273 * [Rewrote completly the code of Lance Norskog And Sundry | 273 * [Rewrote completely the code of Lance Norskog And Sundry |
274 * Contributors with a more efficient algorithm.] 275 * 276 * This source code is freely redistributable and may be used for 277 * any purpose. This copyright notice must be maintained. 278 * Lance Norskog And Sundry Contributors are not responsible for 279 * the consequences of using this software. 280 */ 281 --- 86 unchanged lines hidden --- | 274 * Contributors with a more efficient algorithm.] 275 * 276 * This source code is freely redistributable and may be used for 277 * any purpose. This copyright notice must be maintained. 278 * Lance Norskog And Sundry Contributors are not responsible for 279 * the consequences of using this software. 280 */ 281 --- 86 unchanged lines hidden --- |