log error_resilience.c @ 2292:8556f080fcc2 libavcodec

age author description
Sat, 26 Jun 2004 02:20:38 +0000 michael support skiping of mb rows during decoding libavcodec
Thu, 22 Apr 2004 20:56:29 +0000 michael 10l (segfault fix) libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) libavcodec
Mon, 23 Feb 2004 20:56:56 +0000 michael multithreaded mpeg2 decoding libavcodec
Sat, 10 Jan 2004 16:04:55 +0000 michael copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise libavcodec
Thu, 08 Jan 2004 18:24:35 +0000 michael memleak fix libavcodec
Tue, 30 Dec 2003 16:07:57 +0000 michael interlaced motion estimation libavcodec
Sun, 28 Dec 2003 11:35:54 +0000 michael 10l (segfault fix) libavcodec
Tue, 09 Dec 2003 01:49:56 +0000 michael move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sun, 24 Aug 2003 22:15:37 +0000 bellard avoid warning libavcodec
Tue, 29 Jul 2003 02:09:12 +0000 michaelni rate distortion mb decision support libavcodec
Sat, 26 Jul 2003 01:28:49 +0000 iive initial XvMC support libavcodec
Tue, 27 May 2003 12:31:03 +0000 michaelni motion vector vissualization for mpeg1/2 libavcodec
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