log error_resilience.c @ 9029:e10f554d8fb7 libavcodec

age author description
Mon, 23 Feb 2009 13:44:51 +0000 michael More approved hunks for VAAPI & our new and cleaner hwaccel API. libavcodec
Mon, 16 Feb 2009 11:49:08 +0000 diego Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if libavcodec
Sat, 14 Feb 2009 15:37:40 +0000 diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 09 Jan 2009 22:22:40 +0000 cehoyos Move VDPAU check, make future VDPAU patches smaller. libavcodec
Mon, 15 Dec 2008 22:22:51 +0000 diego Switch xvmc over to a CONFIG_ option. libavcodec
Tue, 30 Sep 2008 00:28:13 +0000 michael Do not attempt to perform error concealment in lowres mode as this is libavcodec
Thu, 25 Sep 2008 19:25:28 +0000 michael Ensure that no non-existing frame is used. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Sat, 22 Mar 2008 16:46:36 +0000 diego cosmetics: typo fixes libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Fri, 28 Sep 2007 20:38:32 +0000 iive On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec