Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Wed, 13 Jan 2010 02:35:36 +0000 | michael | Split cabac decoding code out of h264.c. libavcodec |
Wed, 13 Jan 2010 02:17:16 +0000 | michael | Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. libavcodec |
Wed, 13 Jan 2010 02:16:00 +0000 | zuxy | More av_cold for infrequently called functions. libavcodec |
Wed, 13 Jan 2010 01:59:19 +0000 | michael | Split cavlc out of h264.c. libavcodec |
Tue, 12 Jan 2010 23:02:07 +0000 | reimar | Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. libavcodec |
Tue, 12 Jan 2010 21:36:26 +0000 | michael | Split motion vector prediction off h264.c/h. libavcodec |