log ffv1.c @ 2512:a7779d61c8ce libavcodec

age author description
Thu, 17 Feb 2005 19:03:12 +0000 michael Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>) libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Sun, 31 Oct 2004 12:22:00 +0000 michael switch ffv1 to the put/get_symbol() from snow libavcodec
Sun, 31 Oct 2004 10:08:50 +0000 michael switch ffv1 from CABAC to the range coder libavcodec
Fri, 10 Sep 2004 19:40:55 +0000 michael get/set_sr_golomb() cleanup libavcodec
Fri, 10 Sep 2004 15:38:14 +0000 alex put the warning to the right place to avoid crashes libavcodec
Wed, 08 Sep 2004 17:59:22 +0000 alex new signed golomb routines libavcodec
Tue, 03 Aug 2004 01:07:19 +0000 michael 10l (segfault) libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Sun, 02 May 2004 19:18:20 +0000 michael cleanup libavcodec
Fri, 30 Apr 2004 17:42:58 +0000 michael cleanup & memleak fix libavcodec
Fri, 26 Mar 2004 19:35:53 +0000 michael h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at via dot ecp dot fr>) libavcodec
Fri, 06 Feb 2004 15:27:31 +0000 alex get_bit_count -> put_bits_count libavcodec
Thu, 06 Nov 2003 22:05:22 +0000 michael fix context=1 libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Sat, 01 Nov 2003 17:38:25 +0000 michael ffv1 rgb support libavcodec
Sun, 19 Oct 2003 21:05:41 +0000 michael gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
Sun, 12 Oct 2003 21:25:00 +0000 alex removed the obsolete and unused parameters of init_put_bits libavcodec
Tue, 09 Sep 2003 22:50:44 +0000 bellard removed warnings libavcodec
Sun, 13 Jul 2003 11:06:45 +0000 michaelni golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster) libavcodec
Sat, 12 Jul 2003 22:15:11 +0000 michaelni simpler libavcodec
Sat, 05 Jul 2003 14:18:07 +0000 michaelni merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05% libavcodec
Wed, 02 Jul 2003 16:50:20 +0000 michaelni cleanup / cosmetics libavcodec
Wed, 02 Jul 2003 10:45:04 +0000 michaelni 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss) libavcodec
Sun, 22 Jun 2003 11:08:22 +0000 michaelni CONFIG_ENCODERS cleanup libavcodec
Fri, 13 Jun 2003 21:31:28 +0000 michaelni golomb rice codes libavcodec
Mon, 09 Jun 2003 23:55:16 +0000 michaelni reducing memory consumption (reducing number of contexts and other stuff, no noticeable loss in compression rate) libavcodec
Mon, 09 Jun 2003 02:24:51 +0000 michaelni FFV1 codec (our very simple lossless intra only codec, compresses much better then huffyuv) libavcodec