log

age author description
Wed, 16 May 2007 09:51:45 +0000 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
Tue, 15 May 2007 20:47:55 +0000 reimar Use DECLARE_ALIGNED to ease porting libavcodec
Mon, 14 May 2007 23:22:02 +0000 michael dont write over the end of ref_cache libavcodec
Mon, 14 May 2007 14:28:13 +0000 takis Make vp3dsp*.c compilation optional. libavcodec
Mon, 14 May 2007 14:07:50 +0000 reimar Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec
Mon, 14 May 2007 11:53:27 +0000 aurel remove some unused mjpeg encoding variables libavcodec
Sun, 13 May 2007 23:22:05 +0000 aurel jpegls encoder does not call this function, so remove useless tests libavcodec
Sun, 13 May 2007 23:16:56 +0000 aurel split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodec
Sun, 13 May 2007 22:15:52 +0000 diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodec
Sun, 13 May 2007 20:19:22 +0000 gpoirier Blackfin DSP utilities: add DEFUN_END libavcodec
Sun, 13 May 2007 16:32:32 +0000 gpoirier Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com% libavcodec
Sun, 13 May 2007 14:01:15 +0000 alex use DECLARE_ALIGNED from mem.h (which is included through common.h) libavcodec
Sun, 13 May 2007 00:26:21 +0000 aurel cosmetics: indent libavcodec
Sun, 13 May 2007 00:24:37 +0000 aurel replace some #ifdef CONFIG_* by if(ENABLE_*) libavcodec
Sat, 12 May 2007 23:43:23 +0000 aurel cosmetics: indentation libavcodec
Sat, 12 May 2007 23:42:07 +0000 aurel make compilation of mjpeg.c optional libavcodec
Sat, 12 May 2007 23:33:53 +0000 aurel allow to enable or disable every bitstream filters individually libavcodec
Sat, 12 May 2007 22:50:12 +0000 aurel jpegls never call this code, so those tests are useless libavcodec
Sat, 12 May 2007 19:37:26 +0000 banan Added support for instances where linesize[0] is negative. libavcodec
Sat, 12 May 2007 10:53:33 +0000 diego Remove redundant extern declaration of j_rev_dct that is already libavcodec
Sat, 12 May 2007 10:43:45 +0000 diego cosmetics: Group all test targets together. libavcodec
Sat, 12 May 2007 05:55:09 +0000 lorenm sse2 & ssse3 versions of dct_quantize. libavcodec
Sat, 12 May 2007 02:41:25 +0000 lorenm factor sum_abs_dctelem out of dct_sad, and simd it. libavcodec
Sat, 12 May 2007 01:16:06 +0000 lorenm sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels. libavcodec
Sat, 12 May 2007 00:31:48 +0000 lorenm fix a crash with svq1 + sse2. libavcodec
Fri, 11 May 2007 09:28:07 +0000 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec
Fri, 11 May 2007 07:21:14 +0000 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
Fri, 11 May 2007 07:07:00 +0000 diego Remove unused variable. libavcodec
Fri, 11 May 2007 03:29:06 +0000 lorenm 10l, r8991 broke mmx1 sad libavcodec
Fri, 11 May 2007 01:11:45 +0000 lorenm sse2 version of fullpel sad. libavcodec