[FFmpeg-cvslog] r18274 - in trunk: LICENSE doc/TODO libavcodec/Makefile libavcodec/fdctref.c

diego subversion
Tue Mar 31 17:50:11 CEST 2009


Author: diego
Date: Tue Mar 31 17:50:11 2009
New Revision: 18274

Log:
Replace MPEG group reference DCT implementation by newly rewritten version.
patch by Dylan Yudaken, dyudaken gmail com

Deleted:
   trunk/libavcodec/fdctref.c
Modified:
   trunk/LICENSE
   trunk/doc/TODO
   trunk/libavcodec/Makefile

Modified: trunk/LICENSE
==============================================================================
--- trunk/LICENSE	Tue Mar 31 17:48:47 2009	(r18273)
+++ trunk/LICENSE	Tue Mar 31 17:50:11 2009	(r18274)
@@ -31,7 +31,3 @@ There are a handful of files under other
 
 * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
   are taken from libjpeg, see the top of the files for licensing details.
-
-* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
-  Group with all rights reserved. It is only used to create a DCT test program
-  and not compiled into libavcodec.

Modified: trunk/doc/TODO
==============================================================================
--- trunk/doc/TODO	Tue Mar 31 17:48:47 2009	(r18273)
+++ trunk/doc/TODO	Tue Mar 31 17:50:11 2009	(r18274)
@@ -81,7 +81,6 @@ unassigned TODO: (unordered)
 - add support for using mplayers video filters to ffmpeg
 - H264 encoder
 - per MB ratecontrol (so VCD and such do work better)
-- replace/rewrite libavcodec/fdctref.c
 - write a script which iteratively changes all functions between always_inline and noinline and benchmarks the result to find the best set of inlined functions
 - convert all the non SIMD asm into small asm vs. C testcases and submit them to the gcc devels so they can improve gcc
 - generic audio mixing API

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Tue Mar 31 17:48:47 2009	(r18273)
+++ trunk/libavcodec/Makefile	Tue Mar 31 17:50:11 2009	(r18274)
@@ -541,4 +541,4 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 s
 
 include $(SUBDIR)../subdir.mak
 
-$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)fdctref.o $(SUBDIR)aandcttab.o
+$(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o $(SUBDIR)aandcttab.o



More information about the ffmpeg-cvslog mailing list