log

age author description
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
Mon, 20 Nov 2006 10:48:23 +0000 michael 100l qprd fix 2nd try libavcodec
Mon, 20 Nov 2006 05:21:17 +0000 kostya Some progressive JPEG support libavcodec
Sun, 19 Nov 2006 23:19:52 +0000 michael testing all dquant for qp_rd fixes the qp runaway to 31 bug libavcodec
Sun, 19 Nov 2006 22:51:54 +0000 gpoirier Add useful Altivec types, taken from with permission from x264 authors libavcodec
Sun, 19 Nov 2006 05:30:43 +0000 kostya Divide first audio buffer chunk into atomary bufffers. libavcodec
Fri, 17 Nov 2006 21:43:46 +0000 banan Missed one log2(). libavcodec
Fri, 17 Nov 2006 06:12:33 +0000 kostya Optimize overlapping libavcodec
Fri, 17 Nov 2006 06:10:52 +0000 kostya Fix comments libavcodec
Fri, 17 Nov 2006 06:09:32 +0000 kostya Overlap filtering was done in reverse order libavcodec
Thu, 16 Nov 2006 20:46:36 +0000 alex Remove alpha channel from RGB555 libavcodec
Thu, 16 Nov 2006 20:43:29 +0000 alex BGR555 has never been working as alpha supporting format. Remove the false setting. libavcodec
Thu, 16 Nov 2006 09:58:34 +0000 bcoudurier throw error if unsupported resolution is used with h261 libavcodec
Wed, 15 Nov 2006 17:58:35 +0000 michael detect a few more errors (fixes libmp3-bug.avi again) libavcodec
Tue, 14 Nov 2006 22:06:28 +0000 michael making decoding more error robust libavcodec
Tue, 14 Nov 2006 20:39:20 +0000 michael reset internal buffer during seeking libavcodec
Tue, 14 Nov 2006 20:35:15 +0000 michael more checks and error messages libavcodec
Tue, 14 Nov 2006 19:53:22 +0000 alex changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too) libavcodec