log

age author description
Wed, 30 Sep 2009 10:37:37 +0000 reimar Use ff_put_string in vorbis encoder. libavcodec
Wed, 30 Sep 2009 09:49:12 +0000 reimar Replace several #ifdef PIC with the more obvious and correct libavcodec
Wed, 30 Sep 2009 05:49:18 +0000 kostya When BitsPerSample tag is not present in TIFF, that means file is libavcodec
Wed, 30 Sep 2009 01:25:04 +0000 jbr Simplify stereo rematrixing by only using one temporary variable. It is also libavcodec
Wed, 30 Sep 2009 01:09:57 +0000 jbr remove unneeded assignment in inner loop. rematrixing bands are contiguous. libavcodec
Tue, 29 Sep 2009 19:18:51 +0000 reimar Use context instead of NULL for logging. libavcodec
Tue, 29 Sep 2009 19:17:18 +0000 reimar Make sure that dv encoder initializes all encoded packet data. libavcodec
Tue, 29 Sep 2009 18:03:30 +0000 diego cosmetics: K&R coding style, prettyprinting libavcodec
Tue, 29 Sep 2009 17:34:36 +0000 darkshikari Fix indentation in avcodec.h libavcodec
Tue, 29 Sep 2009 12:48:24 +0000 mru WMA: fix loop unrolling in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 11:43:58 +0000 diego whitespace cosmetics, prettyprinting, K&R coding style libavcodec
Tue, 29 Sep 2009 11:06:04 +0000 reimar Simplify r20025: use align_get_bits instead of reimplementing it. libavcodec
Tue, 29 Sep 2009 10:38:34 +0000 mru WMA: store level_table as floats, use type punning for sign flip in decode libavcodec
Tue, 29 Sep 2009 10:38:30 +0000 mru WMA: use type punning and unroll loops in decode_exp_vlc() libavcodec
Tue, 29 Sep 2009 10:38:27 +0000 mru WMA: use a table instead of pow() in decode_exp_vlc libavcodec
Tue, 29 Sep 2009 05:55:14 +0000 kostya Make sure all the bits are written to output in fax data decoder. libavcodec
Mon, 28 Sep 2009 21:46:22 +0000 diego some more linebreak and brace placement cosmetics libavcodec
Mon, 28 Sep 2009 21:13:47 +0000 diego brace placement and linebreak cosmetics libavcodec
Mon, 28 Sep 2009 15:37:18 +0000 superdump Refactor channel element configuration and mapping code into its own function libavcodec
Mon, 28 Sep 2009 15:35:51 +0000 superdump Reindent after last commit libavcodec
Mon, 28 Sep 2009 15:35:13 +0000 superdump AAC: Add channel layout support for channel configuration as defined in the libavcodec
Mon, 28 Sep 2009 05:19:13 +0000 kostya cosmetics: reindent and reformat function declarations libavcodec
Mon, 28 Sep 2009 05:17:20 +0000 kostya Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec
Mon, 28 Sep 2009 05:15:27 +0000 kostya Make TIFF decoder load compression options only for corresponding codec libavcodec
Sun, 27 Sep 2009 16:52:05 +0000 mru ARM: NEON optimised vector_fmul_add libavcodec
Sun, 27 Sep 2009 16:52:00 +0000 mru cosmetics: fix indentation after previous commit libavcodec
Sun, 27 Sep 2009 16:51:54 +0000 mru Drop unused args from vector_fmul_add_add, simpify code, and rename libavcodec
Sun, 27 Sep 2009 09:43:11 +0000 kostya Do not compile ZLib data uncompressing function in TIFF decoder when ZLib is libavcodec
Sun, 27 Sep 2009 08:16:50 +0000 mru WMAPRO: use vector_fmul_scalar from dsputil where possible libavcodec
Sun, 27 Sep 2009 07:16:51 +0000 jbr Rearrange loop structure for approx. 35-50% faster calc_transform_coeffs_cpl() libavcodec