log dvbsubdec.c @ 8513:1d2c018a7ac7 libavcodec

age author description
Sat, 03 Jan 2009 17:54:48 +0000 michael Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Wed, 28 May 2008 01:34:46 +0000 michael minor simplification libavcodec
Wed, 28 May 2008 01:30:59 +0000 michael redundant libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Mon, 03 Dec 2007 13:33:48 +0000 diego colour --> color in variable names libavcodec
Mon, 19 Nov 2007 20:33:25 +0000 michael cosmetic (x==NULL -> !x) libavcodec
Mon, 19 Nov 2007 20:30:00 +0000 michael cosmetic (place { consistently) libavcodec
Mon, 19 Nov 2007 20:26:35 +0000 michael cosmetic (remove != 0 / != NULL) libavcodec
Mon, 19 Nov 2007 20:18:30 +0000 michael use sizeof in snprintf (note the changed code is all under #if 0) libavcodec
Mon, 19 Nov 2007 20:14:46 +0000 michael check region depth for validity libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec