log

age author description
Mon, 22 Mar 2010 21:12:31 +0000 michael Disallow VLC coding with more than 8 bits as there are several bugs libavcodec
Mon, 22 Mar 2010 15:04:11 +0000 michael Throw out last experimental warning that was printed for colorspaces with more than libavcodec
Mon, 22 Mar 2010 14:57:50 +0000 mstorsjo Add doxygen docs for av_xiphlacing libavcodec
Mon, 22 Mar 2010 14:26:17 +0000 michael Remove the word "experimental" libavcodec
Sun, 21 Mar 2010 22:23:37 +0000 michael Ignore x264 build=0 as there is no such version, this restores previous libavcodec
Sun, 21 Mar 2010 16:34:01 +0000 stefano Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than libavcodec
Sun, 21 Mar 2010 16:29:08 +0000 reimar Do not use puts, it adds additional newlines making the generated files libavcodec
Sun, 21 Mar 2010 16:03:45 +0000 reimar Add support for hard-coding the 256kB large dv_vlc_map table. libavcodec
Sun, 21 Mar 2010 14:46:32 +0000 reimar Extend and move macros to create table printing functions to header. libavcodec
Sun, 21 Mar 2010 14:43:50 +0000 reimar Split VLC-related tables out of dvdata.h to make it easier to add support libavcodec
Sun, 21 Mar 2010 11:36:17 +0000 vitor Reindent after r22618. libavcodec
Sun, 21 Mar 2010 11:35:05 +0000 vitor Split DCT-II and DCT-III in different functions, they do not share any code. libavcodec
Sun, 21 Mar 2010 11:31:11 +0000 vitor Call DCT by function pointer. Needed for any future ASM implementation and libavcodec
Sun, 21 Mar 2010 11:28:38 +0000 vitor Cosmetics: move ff_dct_init() to the bottom of the file libavcodec
Sun, 21 Mar 2010 11:24:01 +0000 vitor DCT: remove unused field from context libavcodec
Sun, 21 Mar 2010 10:26:09 +0000 kostya fix minor typo libavcodec
Sat, 20 Mar 2010 23:18:07 +0000 aurel fix compilation with --disable-everything --enable-decoder=mpeg2video libavcodec
Sat, 20 Mar 2010 21:27:06 +0000 mru rdft: reorder functions to avoid static prototype libavcodec
Sat, 20 Mar 2010 21:27:03 +0000 mru Call rdft by function pointer libavcodec
Sat, 20 Mar 2010 16:51:36 +0000 michael Hotfix for regtest-error failure libavcodec
Sat, 20 Mar 2010 00:52:08 +0000 michael Error concealment of h264 with multiple references. libavcodec
Thu, 18 Mar 2010 23:36:54 +0000 stefano Reinitialize the h264 decoder context on every valid aspect ratio libavcodec
Thu, 18 Mar 2010 15:00:17 +0000 mru Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED libavcodec
Thu, 18 Mar 2010 00:23:02 +0000 stefano Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than libavcodec
Wed, 17 Mar 2010 15:06:27 +0000 cehoyos Fix compilation on PPC 470. libavcodec
Wed, 17 Mar 2010 13:04:33 +0000 benoit qtrleenc: add rgb555 output libavcodec
Wed, 17 Mar 2010 07:53:12 +0000 kostya Correct reference buffer switching in Indeo 5 decoder. libavcodec
Wed, 17 Mar 2010 07:49:36 +0000 kostya document two variables in Indeo5 decoding context libavcodec
Wed, 17 Mar 2010 02:59:12 +0000 michael Use H264s MC instead of mpeg4-asp qpel for h264 error resilience. libavcodec
Tue, 16 Mar 2010 21:23:03 +0000 mru Simplify arch-specific object file lists libavcodec