Mercurial > libavcodec.hg
log ac3tab.h @ 4879:60603c9c89d1 libavcodec
age | author | description |
---|---|---|
Wed, 25 Apr 2007 22:12:51 +0000 | aurel | move ac3 tables from a .h to a .c libavcodec base ac3.h@1f60f96e5db5 |
Sun, 18 Mar 2007 04:53:21 +0000 | jbr | hardcode ff_ac3_frame_sizes table libavcodec |
Sun, 11 Mar 2007 02:13:05 +0000 | jbr | remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodec |
Fri, 09 Mar 2007 13:57:42 +0000 | jbr | Remove common code from AC-3 encoder and utilize ac3.c. libavcodec |
Sat, 07 Oct 2006 15:30:46 +0000 | diego | Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec |
Sun, 10 Sep 2006 14:02:42 +0000 | diego | Add official LGPL license headers to the files that were missing them. libavcodec |
Sun, 03 Sep 2006 15:59:08 +0000 | jbr | Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec |