[FFmpeg-cvslog] r12212 - trunk/libavcodec/faandct.c

michael subversion
Mon Feb 25 15:42:12 CET 2008


Author: michael
Date: Mon Feb 25 15:42:12 2008
New Revision: 12212

Log:
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).


Modified:
   trunk/libavcodec/faandct.c

Modified: trunk/libavcodec/faandct.c
==============================================================================
--- trunk/libavcodec/faandct.c	(original)
+++ trunk/libavcodec/faandct.c	Mon Feb 25 15:42:12 2008
@@ -19,6 +19,9 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ * The AAN DCT in this file except ff_faandct248() can also be used under the
+ * BSD license.
  */
 
 /**




More information about the ffmpeg-cvslog mailing list