Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 24 Jul 2007 01:43:47 +0000 | jbr | only use sized data types when necessary libavcodec |
Tue, 24 Jul 2007 01:35:25 +0000 | jbr | set bit allocation parameters directly instead of copying libavcodec |
Mon, 23 Jul 2007 22:47:49 +0000 | jbr | use enum value instead of numerical value for acmod libavcodec |
Mon, 23 Jul 2007 22:23:37 +0000 | jbr | use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec |
Mon, 23 Jul 2007 22:16:15 +0000 | jbr | change some bit masks to arrays libavcodec |
Sat, 21 Jul 2007 17:03:30 +0000 | jbr | cosmetics: indentation libavcodec |
Sat, 21 Jul 2007 16:28:12 +0000 | jbr | Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec |