log

age author description
Sun, 28 Dec 2008 19:44:47 +0000 cehoyos Silence one warning when compiling with icc: libavcodec
Sun, 28 Dec 2008 19:40:13 +0000 cehoyos Fix h264 decoding on SSE2 cores with icc compilation. libavcodec
Sat, 27 Dec 2008 23:12:00 +0000 mru Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED libavcodec
Sat, 27 Dec 2008 16:25:36 +0000 mru simple_idct: use MUL16 and MAC16 from mathops.h libavcodec
Sat, 27 Dec 2008 11:33:26 +0000 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
Sat, 27 Dec 2008 11:30:30 +0000 lu_zero Remove stray code libavcodec
Sat, 27 Dec 2008 11:21:28 +0000 lu_zero Cleanup _t types in libavcodec/ppc libavcodec
Sat, 27 Dec 2008 09:22:21 +0000 reimar Bump minor number for many small improvements, tiff fax decoding, libavcodec
Fri, 26 Dec 2008 19:52:52 +0000 mru ARM: NEON optimised float_to_int16 libavcodec
Fri, 26 Dec 2008 18:42:26 +0000 michael Enable faxcompr. libavcodec
Fri, 26 Dec 2008 18:39:24 +0000 michael indent libavcodec
Fri, 26 Dec 2008 18:39:07 +0000 michael Simplify vertical mode libavcodec
Fri, 26 Dec 2008 18:14:59 +0000 michael And another sechole ... libavcodec
Fri, 26 Dec 2008 18:06:29 +0000 michael Fix yet another sechole. libavcodec
Fri, 26 Dec 2008 17:51:10 +0000 michael Fix another sechole. libavcodec
Fri, 26 Dec 2008 17:32:11 +0000 michael Minor simplification. libavcodec
Fri, 26 Dec 2008 17:11:19 +0000 michael Remove unused run_start variable. libavcodec
Fri, 26 Dec 2008 17:04:31 +0000 michael Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:59:10 +0000 michael Get rid of check for condition that is always true (run_off < avctx->width). libavcodec
Fri, 26 Dec 2008 16:57:35 +0000 michael Get rid of pix_left in the 2d code, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:50:21 +0000 reynaldo COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec
Fri, 26 Dec 2008 16:49:06 +0000 reynaldo Part 2 of Kenan Gillet's QCELP silence handling patch. libavcodec
Fri, 26 Dec 2008 16:38:55 +0000 michael Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec
Fri, 26 Dec 2008 16:30:50 +0000 michael cosmetic (moving pix_left update) libavcodec
Fri, 26 Dec 2008 16:29:01 +0000 michael Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec
Fri, 26 Dec 2008 15:21:48 +0000 michael minor simplification libavcodec
Fri, 26 Dec 2008 15:05:12 +0000 michael Merge ff_ccitt_unpack_1d and 2d. libavcodec
Fri, 26 Dec 2008 14:57:42 +0000 michael Ensure that an invalid run terminates the line. libavcodec
Fri, 26 Dec 2008 14:39:21 +0000 michael 10l != vs. == (yes, my fault not kostya's). libavcodec
Fri, 26 Dec 2008 13:52:07 +0000 michael indent libavcodec