Mercurial > libavcodec.hg
log h264.c @ 1183:03b97d87dcdd libavcodec
age | author | description |
---|---|---|
Thu, 10 Apr 2003 13:18:38 +0000 | michaelni | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec |
Mon, 07 Apr 2003 19:23:21 +0000 | michaelni | some checks to avoid segfault libavcodec |
Sat, 05 Apr 2003 10:08:48 +0000 | michaelni | #ifdef TRACE printf() -> tprintf() libavcodec |
Fri, 04 Apr 2003 20:59:50 +0000 | michaelni | multiple reference frames support libavcodec |
Fri, 04 Apr 2003 14:42:28 +0000 | michaelni | H264 decoder & demuxer libavcodec |