log tableprint.c @ 12514:e6d711ba5760 libavcodec

age author description
Sun, 27 Jun 2010 12:20:39 +0000 flameeyes tableprint: use the type name as-is for the functions' names. libavcodec
Thu, 13 May 2010 10:02:04 +0000 michael Support writing 2d float arrays. libavcodec
Thu, 01 Apr 2010 17:11:47 +0000 reimar Change/simplify the tableprint/tablegen API. libavcodec
Sun, 21 Mar 2010 16:29:08 +0000 reimar Do not use puts, it adds additional newlines making the generated files libavcodec
Sun, 21 Mar 2010 14:46:32 +0000 reimar Extend and move macros to create table printing functions to header. libavcodec
Sun, 14 Mar 2010 19:27:58 +0000 reimar Add some more table-printing functions needed for future patches. libavcodec
Tue, 09 Mar 2010 15:56:19 +0000 mru Replace some printf() with puts() in tableprint.c libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Thu, 26 Nov 2009 21:20:28 +0000 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
Wed, 28 Oct 2009 20:02:40 +0000 reimar Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwin gcc 4.2.4. libavcodec
Wed, 28 Oct 2009 19:05:45 +0000 reimar Better formatting for 2D tables in tableprint code. libavcodec
Wed, 28 Oct 2009 18:42:52 +0000 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec