log

age author description
Fri, 01 Dec 2006 07:24:56 +0000 kostya 100l FastUVMC rounding was incorrect. libavcodec
Thu, 30 Nov 2006 22:44:22 +0000 michael 1 step diamond search around the median MV predictor libavcodec
Wed, 29 Nov 2006 05:40:37 +0000 kostya VQA v1 support libavcodec
Tue, 28 Nov 2006 23:55:24 +0000 aurel cleanup the #ifdef mess in encoder/decoder/parser registration libavcodec
Tue, 28 Nov 2006 05:34:28 +0000 kostya Correct information in header libavcodec
Mon, 27 Nov 2006 13:04:56 +0000 aurel alphabetic reordering of codec registration libavcodec
Mon, 27 Nov 2006 10:56:10 +0000 michael PIC fix libavcodec
Sun, 26 Nov 2006 18:25:07 +0000 gpoirier Move copy_block* functions to dsp dsputil.h libavcodec
Sun, 26 Nov 2006 04:57:31 +0000 kostya Correct rounding values in overlap filtering libavcodec
Sun, 26 Nov 2006 04:54:17 +0000 kostya B-frames support for adv. profile libavcodec
Sun, 26 Nov 2006 04:53:36 +0000 kostya 100l: Initialize dc_scale with current quantizer for adv I frames libavcodec
Sun, 26 Nov 2006 04:52:36 +0000 kostya Use halfpq in coefficient scaling libavcodec
Fri, 24 Nov 2006 12:36:06 +0000 lu_zero typo libavcodec
Fri, 24 Nov 2006 00:16:32 +0000 alex Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson libavcodec
Thu, 23 Nov 2006 23:50:08 +0000 alex support byte_run=0 case in DELTA_FLI (this case means only skip pixels) libavcodec
Thu, 23 Nov 2006 22:57:20 +0000 alex 10l memory corruption bug found by Steven Johnson libavcodec
Thu, 23 Nov 2006 22:22:03 +0000 aurel flac: allow reading of full metadata headers from extradata libavcodec
Thu, 23 Nov 2006 22:21:01 +0000 gpoirier bring AC3 encoder output up to input volume level libavcodec
Wed, 22 Nov 2006 13:53:22 +0000 bcoudurier fix bitstream to be correctly decoded by quicktime libavcodec
Wed, 22 Nov 2006 13:24:58 +0000 bcoudurier fix sigfpe with intra only encoding libavcodec
Wed, 22 Nov 2006 09:20:16 +0000 diego Conditionally compile some of the AltiVec optimizations. libavcodec
Wed, 22 Nov 2006 01:11:29 +0000 bcoudurier fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodec
Tue, 21 Nov 2006 21:18:55 +0000 diego Fix compilation with VC-1 decoder disabled. libavcodec
Tue, 21 Nov 2006 19:37:44 +0000 michael fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) libavcodec
Tue, 21 Nov 2006 19:35:06 +0000 michael 100l infinite loop fix libavcodec
Tue, 21 Nov 2006 06:15:18 +0000 kostya Decode non-interleaved scans libavcodec
Mon, 20 Nov 2006 20:41:31 +0000 gpoirier Fix declaration and code thingie libavcodec
Mon, 20 Nov 2006 20:35:47 +0000 gpoirier allow amr bitrate to be changed "on the fly" through avctx->bitrate. libavcodec
Mon, 20 Nov 2006 14:13:32 +0000 diego Fix linking with H.261 support disabled. libavcodec
Mon, 20 Nov 2006 11:53:02 +0000 michael infiinit loop fix for CBR + adaptive quant libavcodec