log

age author description
Thu, 31 Jan 2008 00:06:54 +0000 bcoudurier fix indentation libavcodec
Thu, 31 Jan 2008 00:05:44 +0000 bcoudurier init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodec
Thu, 31 Jan 2008 00:01:16 +0000 bcoudurier cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodec
Thu, 31 Jan 2008 00:00:08 +0000 bcoudurier cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec
Wed, 30 Jan 2008 23:58:44 +0000 bcoudurier add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodec
Wed, 30 Jan 2008 23:54:59 +0000 bcoudurier add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodec
Wed, 30 Jan 2008 23:52:42 +0000 bcoudurier fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodec
Mon, 28 Jan 2008 21:24:09 +0000 reimar Add bitstream filter to convert between mov and plain text subtitles libavcodec
Mon, 28 Jan 2008 21:12:38 +0000 heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec
Sun, 27 Jan 2008 23:28:56 +0000 diego Move common test program infrastructure to common.mak. libavcodec
Sun, 27 Jan 2008 23:27:13 +0000 diego Move some lines in preparation for an upcoming commit. libavcodec
Sun, 27 Jan 2008 20:50:16 +0000 reimar Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodec
Sun, 27 Jan 2008 20:45:49 +0000 reimar Use DECLARE_ALIGNED in yet another place libavcodec
Sun, 27 Jan 2008 19:59:11 +0000 reimar Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodec
Sun, 27 Jan 2008 19:57:04 +0000 reimar Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodec
Sun, 27 Jan 2008 18:02:27 +0000 diego typo libavcodec
Sun, 27 Jan 2008 17:50:59 +0000 diego Add $(EXESUF) where necessary. libavcodec
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavcodec
Sun, 27 Jan 2008 14:52:58 +0000 diego whitespace and sorting cosmetics libavcodec
Sun, 27 Jan 2008 14:50:29 +0000 diego Add generic rule for all tests. libavcodec
Sun, 27 Jan 2008 14:46:56 +0000 reimar Use DECLARE_ALIGNED libavcodec
Sun, 27 Jan 2008 08:37:28 +0000 gpoirier fix indentation that was messed up by r11628 libavcodec
Sun, 27 Jan 2008 08:36:50 +0000 gpoirier fix lowres decoding support on ARM CPUs libavcodec
Sat, 26 Jan 2008 12:46:46 +0000 diego Do not group libamr_nb and libamr_wb together as libamr. libavcodec
Fri, 25 Jan 2008 21:14:17 +0000 mru clean up dynamic loading of libfaad libavcodec
Fri, 25 Jan 2008 07:37:46 +0000 andoma Correctly clean up IntraX8Context upon codec close. libavcodec
Thu, 24 Jan 2008 19:51:31 +0000 mru cosmetic: libfaad.c indentation libavcodec
Thu, 24 Jan 2008 19:51:29 +0000 mru fix dynamic loading of libfaad 2.6 libavcodec
Thu, 24 Jan 2008 19:31:59 +0000 michael Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodec
Wed, 23 Jan 2008 21:27:07 +0000 diego Add #undef printf and disable non-functional code to make test program compile. libavcodec
Wed, 23 Jan 2008 10:23:24 +0000 diego Fix test program compilation: Add missing #include and update the call libavcodec
Wed, 23 Jan 2008 10:19:39 +0000 diego Put some disabled functions that are only used in the test program in cabac.c libavcodec
Wed, 23 Jan 2008 10:18:08 +0000 diego Add #undef random and call the right function to fix test program compilation. libavcodec
Tue, 22 Jan 2008 23:47:59 +0000 diego Remove unused variables in test code. libavcodec
Tue, 22 Jan 2008 09:20:25 +0000 diego Fix warnings in test code: libavcodec
Mon, 21 Jan 2008 00:29:22 +0000 diego Remove two unused variables. libavcodec
Mon, 21 Jan 2008 00:28:29 +0000 diego Remove unnecessary forward declaration. libavcodec
Sun, 20 Jan 2008 23:53:51 +0000 diego Consistently use TEST as the preprocessor condition to enable test code. libavcodec
Sun, 20 Jan 2008 21:38:21 +0000 aurel add proper matroskaenc dependency over xiph.o libavcodec
Sun, 20 Jan 2008 20:55:28 +0000 aurel add missing Makefile rules for zork pcm encoder/decoder libavcodec
Sun, 20 Jan 2008 20:51:19 +0000 aurel and thus, nellymoser obviously also depens on fft.o libavcodec
Sun, 20 Jan 2008 20:45:43 +0000 aurel nellymoser uses mdct functions libavcodec
Sat, 19 Jan 2008 19:27:39 +0000 reimar Add mfspr-based AltiVec detection code. libavcodec
Sat, 19 Jan 2008 11:04:02 +0000 kostya simplify 4-point transform part a bit libavcodec
Sat, 19 Jan 2008 06:52:29 +0000 kostya Factor out constant addition libavcodec
Fri, 18 Jan 2008 07:04:58 +0000 kostya Save quantizer values as well libavcodec
Fri, 18 Jan 2008 07:04:11 +0000 kostya Save coded block patterns for future loop filtering. libavcodec
Thu, 17 Jan 2008 08:34:53 +0000 diego Simplify preprocessor expression as suggested by Mans. libavcodec
Thu, 17 Jan 2008 08:30:06 +0000 diego Replace puts() by dprintf where appropriate. libavcodec
Thu, 17 Jan 2008 00:12:04 +0000 michael Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodec
Wed, 16 Jan 2008 21:21:30 +0000 diego Rename illegal identifiers, _ followed by capital is reserved for the system. libavcodec
Wed, 16 Jan 2008 17:07:34 +0000 kostya pqindex=0 is forbidden libavcodec
Wed, 16 Jan 2008 12:42:52 +0000 michael qscale==0 is invalid libavcodec
Wed, 16 Jan 2008 09:02:22 +0000 diego Add const qualifiers to unmodified function parameters, fixes the warning: libavcodec
Wed, 16 Jan 2008 08:59:12 +0000 diego Remove bogus cast. libavcodec
Mon, 14 Jan 2008 22:10:19 +0000 diego Add a couple of missing consts. libavcodec
Mon, 14 Jan 2008 06:10:02 +0000 kostya Select scan tables for 8x4 and 4x8 blocks only once. libavcodec
Mon, 14 Jan 2008 04:27:03 +0000 michael Remove green clouds. libavcodec
Sun, 13 Jan 2008 23:58:12 +0000 lu_zero gcc2 doesn't have bogus mergel, patch from Sigbjrn Skjret cisc...broadpark___no libavcodec
Sun, 13 Jan 2008 11:02:08 +0000 superdump Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodec