log

age author description
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
Sat, 03 May 2008 17:26:13 +0000 michael Setting i to 0 once should do. libavcodec
Sat, 03 May 2008 14:15:29 +0000 diego cosmetics: Consistently use C-style comments in #endif preprocessor directives. libavcodec
Sat, 03 May 2008 13:59:45 +0000 diego Add Dirac support through libschroedinger. libavcodec
Sat, 03 May 2008 13:55:31 +0000 diego 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so libavcodec
Sat, 03 May 2008 13:29:44 +0000 mru fix checkheaders when libdirac not installed libavcodec
Sat, 03 May 2008 13:29:39 +0000 mru add necessary #includes in headers libavcodec
Sat, 03 May 2008 03:47:26 +0000 diego Dirac decoding/encoding support via libdirac. libavcodec
Sat, 03 May 2008 03:33:21 +0000 diego Add Dirac parser from SoC; written by Marco Gerards; libavcodec
Fri, 02 May 2008 23:20:29 +0000 jbr include avcodec.h libavcodec
Fri, 02 May 2008 22:58:16 +0000 banan Long name spelling fixes libavcodec
Fri, 02 May 2008 21:35:32 +0000 jbr move call to init_get_bits inside conditional libavcodec