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