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

Benjamin Larsson banan
Mon Feb 25 15:45:38 CET 2008


michael wrote:
> 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.
>   */
>   

Please state if it is the 3 or 4 clause BSD license.

MvH
Benjamin Larsson








More information about the ffmpeg-cvslog mailing list