log

age author description
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavcodec
Mon, 10 Mar 2008 21:59:30 +0000 jbr make input buffer const, as it should be. fixes a warning. libavcodec
Mon, 10 Mar 2008 18:42:09 +0000 diego misc spelling fixes libavcodec
Mon, 10 Mar 2008 17:54:24 +0000 diego Rename --enable-swscaler --> enable-swscale to be consistent with the libavcodec
Mon, 10 Mar 2008 03:07:44 +0000 melanson These video decoders do not need to include and initialize the DSP libavcodec
Mon, 10 Mar 2008 03:07:15 +0000 melanson There is no reason to assign a variable to itself libavcodec
Mon, 10 Mar 2008 00:27:40 +0000 michael smaller tables libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sun, 09 Mar 2008 17:05:19 +0000 jbr downmix before imdct unless different size transforms are used. about 20% libavcodec
Sun, 09 Mar 2008 14:16:27 +0000 kostya indentation libavcodec
Sun, 09 Mar 2008 14:15:40 +0000 kostya Correctly handle empty frames libavcodec
Sun, 09 Mar 2008 09:04:35 +0000 kostya Fraps v5 decoding support libavcodec
Sun, 09 Mar 2008 09:03:23 +0000 kostya Add step variable (for future v5 decoding) libavcodec
Sat, 08 Mar 2008 20:27:16 +0000 diego cosmetics: Fix indentation in a few more places. libavcodec
Sat, 08 Mar 2008 20:24:24 +0000 diego cosmetics: Normalize {} placement after for, while, if. libavcodec
Sat, 08 Mar 2008 18:08:16 +0000 aurel huffman: add a zero_count flag and use it in fraps libavcodec
Sat, 08 Mar 2008 17:57:13 +0000 aurel huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec
Sat, 08 Mar 2008 17:18:28 +0000 diego Fix unused variable warnings. libavcodec
Sat, 08 Mar 2008 14:39:43 +0000 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavcodec
Fri, 07 Mar 2008 19:47:44 +0000 ramiro __stdcall -> WINAPI libavcodec
Fri, 07 Mar 2008 19:27:17 +0000 mru simplify library version handling libavcodec
Thu, 06 Mar 2008 23:10:47 +0000 bcoudurier indentation libavcodec
Thu, 06 Mar 2008 23:09:16 +0000 bcoudurier do not display par and dar if not available libavcodec
Thu, 06 Mar 2008 20:44:44 +0000 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavcodec
Thu, 06 Mar 2008 17:41:31 +0000 takis Make av_class a pointer to a const AVClass. Addresses one warning in libavcodec
Thu, 06 Mar 2008 14:22:02 +0000 banan Don't use unchecked data from the bitstream. libavcodec
Thu, 06 Mar 2008 09:45:59 +0000 bcoudurier fix interlaced decoding, original patch from reimar libavcodec
Thu, 06 Mar 2008 07:30:41 +0000 kostya IMA ADPCM encoder - QT variant libavcodec
Wed, 05 Mar 2008 21:43:30 +0000 aurel make compilation of mpeg12* and mpegvideo conditional libavcodec
Wed, 05 Mar 2008 21:29:15 +0000 aurel move ff_mpeg1_dc_scale_table to mpegvideo.c libavcodec