comparison faandct.c @ 6397:094f507b952b libavcodec

Allow use of my AAN DCT under BSD, AMD has agreed to write and contribute SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap).
author michael
date Mon, 25 Feb 2008 14:42:12 +0000
parents 470601203f44
children 0a50abd54b7f
comparison
equal deleted inserted replaced
6396:2d7afa1bc573 6397:094f507b952b
17 * Lesser General Public License for more details. 17 * Lesser General Public License for more details.
18 * 18 *
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 *
23 * The AAN DCT in this file except ff_faandct248() can also be used under the
24 * BSD license.
22 */ 25 */
23 26
24 /** 27 /**
25 * @file faandct.c 28 * @file faandct.c
26 * @brief 29 * @brief