log

age author description
Thu, 18 Sep 2008 03:07:41 +0000 conrad Factorize SSE2_(Row|Column)_IDCT into one macro libavcodec
Wed, 17 Sep 2008 20:52:54 +0000 conrad Cosmetics: remove excessive blank lines libavcodec
Wed, 17 Sep 2008 19:49:31 +0000 conrad Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled libavcodec
Wed, 17 Sep 2008 19:38:44 +0000 conrad Cosmetics: reindent libavcodec
Wed, 17 Sep 2008 19:30:51 +0000 conrad Rewrite SSE2 VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:33 +0000 conrad Rewrite MMX VP3 IDCT in inline asm libavcodec
Wed, 17 Sep 2008 19:30:03 +0000 conrad MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly libavcodec
Wed, 17 Sep 2008 19:29:40 +0000 conrad Take idct permutation into account when initializing dequantization matrices libavcodec
Wed, 17 Sep 2008 19:26:37 +0000 vitor Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the libavcodec
Wed, 17 Sep 2008 06:13:07 +0000 voroshil Second-stage gain and Moving Average Predictor codebooks. libavcodec
Wed, 17 Sep 2008 06:05:12 +0000 voroshil Another set of approved changes for G.729: includes, formats structure, libavcodec
Tue, 16 Sep 2008 15:59:43 +0000 superdump Validate pulse position and error out if an invalid position is encountered. libavcodec
Tue, 16 Sep 2008 01:49:32 +0000 michael Only print "invalid new backstep" when it is really invalid. libavcodec
Tue, 16 Sep 2008 01:24:12 +0000 michael Fix regression test failure caused by golomb limit not being considered libavcodec
Tue, 16 Sep 2008 01:13:55 +0000 bcoudurier sync to latest x264 git, field was renamed libavcodec
Tue, 16 Sep 2008 00:31:32 +0000 michael Make decoder more robust by default against broken encoders. libavcodec
Mon, 15 Sep 2008 20:30:22 +0000 michael Correct the threshold of get_ur_golomb_jpegls() at which the optimized libavcodec
Sun, 14 Sep 2008 22:27:47 +0000 jbr cosmetics: fix indentation after r15321 libavcodec
Sun, 14 Sep 2008 22:25:50 +0000 jbr write actual min and max frame size to FLAC header. update regression test checksum. libavcodec
Sun, 14 Sep 2008 22:20:14 +0000 diego cosmetics: Fix indentation. libavcodec
Sun, 14 Sep 2008 22:18:50 +0000 diego Remove useless #ifdef around #include. libavcodec
Sun, 14 Sep 2008 21:39:54 +0000 jbr write MD5 checksum to FLAC header. update regression tests. libavcodec
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavcodec
Sun, 14 Sep 2008 15:50:59 +0000 jbr Return error when trying to decode non-grayscale 16-bit PNM images. libavcodec
Sat, 13 Sep 2008 20:52:57 +0000 superdump Reindent after last commit libavcodec
Sat, 13 Sep 2008 20:51:36 +0000 superdump Apply pulses to unscaled coefficients rather than scaled. libavcodec
Sat, 13 Sep 2008 20:22:31 +0000 superdump Operands of '+' are not necessarily evaluated in order so r15311 was pointless. libavcodec
Sat, 13 Sep 2008 18:47:43 +0000 superdump Correct order of parsing for pulse scalefactor band and offset to match the libavcodec
Sat, 13 Sep 2008 16:56:58 +0000 vitor Cosmetics: line breaks libavcodec
Sat, 13 Sep 2008 16:49:05 +0000 vitor Simplify: use a single history buffer for gain and a single one for libavcodec