log

age author description
Tue, 23 Dec 2008 18:31:44 +0000 michael Optimize esc removal code. libavcodec
Tue, 23 Dec 2008 18:27:06 +0000 kostya 352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodec
Tue, 23 Dec 2008 17:50:36 +0000 michael Indent libavcodec
Tue, 23 Dec 2008 17:49:38 +0000 michael unified CAVLC level decoding LUT. libavcodec
Tue, 23 Dec 2008 02:34:58 +0000 michael Make h264 parser 50% faster. libavcodec
Tue, 23 Dec 2008 01:11:56 +0000 michael 100l, I broke H.264 again, forgot one hunk. libavcodec
Tue, 23 Dec 2008 00:38:45 +0000 michael Optimize 0 0 0-3 search, 45% faster on pentium dual. libavcodec
Mon, 22 Dec 2008 22:39:55 +0000 andoma Revert r16257: libavcodec
Mon, 22 Dec 2008 17:14:13 +0000 michael Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on libavcodec
Mon, 22 Dec 2008 16:56:05 +0000 michael Indent libavcodec
Mon, 22 Dec 2008 16:46:17 +0000 michael inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. libavcodec
Mon, 22 Dec 2008 16:20:13 +0000 michael Negate 2 more variables, 1 cpu cycle faster on pentium dual. libavcodec
Mon, 22 Dec 2008 16:14:06 +0000 michael Simplify if/else, no speed change libavcodec
Mon, 22 Dec 2008 16:10:35 +0000 michael Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodec
Mon, 22 Dec 2008 15:54:27 +0000 michael Simplify ifs(), 8 cpu cycles faster on pentium dual libavcodec
Mon, 22 Dec 2008 15:53:00 +0000 michael Simplify if(), 3 cpu cycles faster in pentium dual. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Mon, 22 Dec 2008 06:50:18 +0000 kostya Decode TIFF image only after all tags have been decoded libavcodec
Mon, 22 Dec 2008 06:47:51 +0000 kostya Some TIFFs declare -1 for the single strip height libavcodec
Mon, 22 Dec 2008 06:43:14 +0000 kostya Add monochrome TIFF support libavcodec
Mon, 22 Dec 2008 06:39:31 +0000 kostya Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec
Mon, 22 Dec 2008 06:36:10 +0000 kostya Register TIFF tags for CCITT Group 3 and 4 compression options libavcodec
Mon, 22 Dec 2008 00:10:36 +0000 diego Remove a bunch of unused variables. libavcodec
Mon, 22 Dec 2008 00:03:30 +0000 diego Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec
Mon, 22 Dec 2008 00:01:39 +0000 diego Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec
Sun, 21 Dec 2008 23:56:55 +0000 diego Do not use full include path for headers in the same directory. libavcodec
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec
Sun, 21 Dec 2008 21:53:42 +0000 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
Sun, 21 Dec 2008 21:47:29 +0000 michael Fix PTS returned by the demuxers for mpeg4 without a decoder. libavcodec
Sun, 21 Dec 2008 21:30:36 +0000 michael Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodec