log

age author description
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
Tue, 14 Nov 2006 19:48:11 +0000 alex changed rgba32_to routines to support both alpha and non-alpha formats libavcodec
Tue, 14 Nov 2006 19:19:13 +0000 alex Fix possible overflows. Found by Steven Johnson libavcodec
Tue, 14 Nov 2006 18:54:42 +0000 banan Remove log2() usage. libavcodec
Tue, 14 Nov 2006 03:18:09 +0000 mru revert bad checkin libavcodec
Tue, 14 Nov 2006 03:12:29 +0000 mru move some CFLAGS settings away from config.* writing section libavcodec
Tue, 14 Nov 2006 00:56:56 +0000 diego Remove redundant #ifdef HAVE_THREAD, the file is only compiled libavcodec
Mon, 13 Nov 2006 22:09:31 +0000 mru rename CONFIG_AC3 to CONFIG_A52 libavcodec
Mon, 13 Nov 2006 11:39:28 +0000 kostya Support for 16-bit grayscale libavcodec
Mon, 13 Nov 2006 11:38:42 +0000 kostya Give error about planar RGB libavcodec
Mon, 13 Nov 2006 11:36:22 +0000 kostya Update error message libavcodec
Mon, 13 Nov 2006 11:34:46 +0000 kostya Use table for determining type sizes libavcodec
Mon, 13 Nov 2006 11:30:26 +0000 bcoudurier add low delay forcing option for mpeg1/2 encoding libavcodec
Mon, 13 Nov 2006 11:27:36 +0000 kostya Decoder can decode many ZLib-packed strips libavcodec
Mon, 13 Nov 2006 11:20:50 +0000 kostya Print error message for unsupported mode (RGB planar,CMYK,YCrCb) libavcodec
Mon, 13 Nov 2006 05:32:10 +0000 kostya 8-bit images support for TIFF libavcodec
Mon, 13 Nov 2006 05:30:50 +0000 kostya Rows per strip may be >= height libavcodec
Mon, 13 Nov 2006 05:29:45 +0000 kostya Warn about JPEG in TIFF libavcodec
Mon, 13 Nov 2006 05:28:55 +0000 kostya Correctly detect 4-component images libavcodec
Mon, 13 Nov 2006 05:15:55 +0000 kostya Output proper 16-bit sound (fixes decoding on PPC) libavcodec
Sun, 12 Nov 2006 23:35:49 +0000 mru zigzag_direct_noperm doesn't exist, remove declaration libavcodec
Sun, 12 Nov 2006 23:14:20 +0000 mru make more tables static libavcodec
Sun, 12 Nov 2006 21:48:04 +0000 mru rename squareTbl -> ff_squareTbl libavcodec
Sun, 12 Nov 2006 20:23:47 +0000 stefang rename ff_cavs_flush to cavs_flush and make it static libavcodec
Sun, 12 Nov 2006 20:18:07 +0000 stefang move all cavs-parsing to cavs.c libavcodec
Sun, 12 Nov 2006 20:08:09 +0000 mru rename cropTbl -> ff_cropTbl libavcodec
Sun, 12 Nov 2006 20:01:50 +0000 stefang make mpeg4video_split public as ff_mpeg4video_split libavcodec
Sun, 12 Nov 2006 18:49:36 +0000 mru rename inverse -> ff_inverse libavcodec
Sun, 12 Nov 2006 13:40:40 +0000 mru make some tables static libavcodec
Sun, 12 Nov 2006 03:34:12 +0000 mru adding more static keywords libavcodec
Sun, 12 Nov 2006 01:08:05 +0000 mru make vp6_pcr_tree static libavcodec
Sat, 11 Nov 2006 20:54:48 +0000 mru make some symbols static libavcodec
Sat, 11 Nov 2006 19:46:53 +0000 mru make two functions static libavcodec
Fri, 10 Nov 2006 11:45:43 +0000 michael zero private bits libavcodec