log

age author description
Sun, 11 May 2008 03:18:18 +0000 voroshil Replace hardcoded LP filter order with parameter. libavcodec
Sat, 10 May 2008 16:05:12 +0000 diego Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
Sat, 10 May 2008 16:02:38 +0000 diego Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com. libavcodec
Sat, 10 May 2008 15:59:08 +0000 diego cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com, libavcodec
Fri, 09 May 2008 14:34:52 +0000 diego Add missing required header directly. libavcodec
Fri, 09 May 2008 14:33:55 +0000 diego Add missing path to #include. libavcodec
Fri, 09 May 2008 14:29:37 +0000 diego Add missing path to #include statement. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Fri, 09 May 2008 10:44:12 +0000 michael Little fix for block sizes <16 libavcodec
Fri, 09 May 2008 10:18:58 +0000 diego Revert previous mistaken commit. libavcodec
Fri, 09 May 2008 10:06:51 +0000 diego ipp.h is a system header, use <> when #including it. libavcodec
Fri, 09 May 2008 09:48:49 +0000 diego dsputil.h is not a system header, use "" when #including it. libavcodec
Fri, 09 May 2008 09:02:41 +0000 kostya Improve motion estimation metric. libavcodec
Thu, 08 May 2008 23:15:39 +0000 aurel remove useless comment libavcodec
Thu, 08 May 2008 21:59:51 +0000 aurel ensure vp56_decode_frame always return unchanged buf_size libavcodec
Thu, 08 May 2008 21:11:24 +0000 ramiro Do not misuse long as the size of a register in x86. libavcodec
Thu, 08 May 2008 14:02:35 +0000 cehoyos Do not return -1 from void functions. libavcodec
Thu, 08 May 2008 14:01:44 +0000 cehoyos One const per declaration is enough. libavcodec
Tue, 06 May 2008 17:18:41 +0000 bcoudurier export dnxhd encoded picture quality libavcodec
Tue, 06 May 2008 09:20:50 +0000 diego Remove one more set of useless parentheses from a return call. libavcodec
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavcodec
Sun, 04 May 2008 22:39:12 +0000 astrange Use a state machine to reduce branching logic in decode_cabac_residual. libavcodec
Sun, 04 May 2008 20:04:00 +0000 ramiro Prevent targaenc.c from outputting trash byte. libavcodec
Sun, 04 May 2008 09:58:22 +0000 diego Add complete multimedia Wiki URL, patch by Sisir Koppaka. libavcodec
Sun, 04 May 2008 01:08:40 +0000 ramiro Indent. libavcodec
Sun, 04 May 2008 01:07:46 +0000 ramiro Do not read out of array bounds. libavcodec
Sat, 03 May 2008 21:06:55 +0000 michael Output buffer overflow. libavcodec
Sat, 03 May 2008 21:01:47 +0000 michael Heap buffer overflow. libavcodec
Sat, 03 May 2008 20:56:57 +0000 michael Fix memset(0) based buffer overflow. libavcodec
Sat, 03 May 2008 17:28:25 +0000 michael Move declaration a little. libavcodec