log svq1.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Sat, 09 Jan 2010 18:33:21 +0000 michael Add a function to match a 2 element vector of uint16_t and use it in h263 and svq1 libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 02 Jan 2009 16:19:27 +0000 diego Avoid POSIX-reserved _t namespace. libavcodec
Mon, 07 Jan 2008 12:48:42 +0000 benoit Mark the ff_svq1_frame_size_table as constant. libavcodec
Fri, 06 Jul 2007 15:19:35 +0000 aurel split SVQ1 decoder and encoder in their own files libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Fri, 30 Mar 2007 19:16:41 +0000 lorenm move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodec
Fri, 30 Mar 2007 19:15:31 +0000 lorenm mmx 16-bit ssd. 2.3x faster svq1 encoding. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sat, 24 Feb 2007 09:41:43 +0000 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
Wed, 22 Nov 2006 13:53:22 +0000 bcoudurier fix bitstream to be correctly decoded by quicktime libavcodec
Wed, 22 Nov 2006 13:24:58 +0000 bcoudurier fix sigfpe with intra only encoding libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 05 Sep 2005 10:26:11 +0000 michael set a few variables correctly libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) 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
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Mon, 27 Sep 2004 03:19:24 +0000 michael 10l (segfault) libavcodec
Wed, 08 Sep 2004 17:57:25 +0000 alex try to select w/h from tables libavcodec
Wed, 28 Jul 2004 10:13:45 +0000 michael svq1 mv array size fix libavcodec
Tue, 27 Jul 2004 02:52:16 +0000 melanson well that does not need to be there anymore libavcodec
Sun, 13 Jun 2004 00:10:07 +0000 melanson the ongoing struggle for encoding conditionals libavcodec
Tue, 08 Jun 2004 17:01:17 +0000 michael gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) libavcodec
Fri, 21 May 2004 14:37:16 +0000 michael data_size = 0 cleanup libavcodec
Tue, 18 May 2004 17:09:46 +0000 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Wed, 12 May 2004 21:34:38 +0000 michael removing unused encoding code libavcodec
Wed, 12 May 2004 16:00:44 +0000 michael automatic pixel format selection libavcodec
Wed, 12 May 2004 02:50:48 +0000 michael segfault fix libavcodec
Wed, 12 May 2004 02:19:12 +0000 michael support skiped blocks in SVQ1 libavcodec
Wed, 12 May 2004 02:03:24 +0000 michael motion estimation for SVQ1 libavcodec
Sun, 09 May 2004 15:50:08 +0000 michael p frame encoding, only with 0,0 motion vectors yet though libavcodec
Sat, 08 May 2004 14:15:45 +0000 michael using pointers so the code could eventually be used for P frames libavcodec
Sat, 08 May 2004 11:54:55 +0000 michael width height %64 != 0 fix libavcodec
Fri, 07 May 2004 21:10:52 +0000 michael color and 10l libavcodec
Fri, 07 May 2004 20:30:52 +0000 michael rate distorted intra only encoding libavcodec
Fri, 07 May 2004 03:10:11 +0000 melanson first pass at a Sorenson Video 1 (SVQ1) encoder libavcodec
Tue, 16 Mar 2004 16:11:29 +0000 michael init cleanup libavcodec
Thu, 22 Jan 2004 19:48:28 +0000 michael closed gop support & flags2 as all bits in flags are used libavcodec
Fri, 02 Jan 2004 02:31:53 +0000 melanson off-by-1 error in the never-before-tested embedded string code libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Fri, 25 Jul 2003 13:36:08 +0000 al3x get_bits -> skip_bits libavcodec
Thu, 17 Jul 2003 12:29:07 +0000 michaelni AVCodec.flush() libavcodec
Mon, 26 May 2003 17:44:24 +0000 tmmm rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec
Sat, 24 May 2003 18:48:30 +0000 mellum Warning and compatibility fixes. libavcodec
Sun, 16 Mar 2003 20:22:22 +0000 michaelni field pic decoding cleanup libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Tue, 04 Feb 2003 01:32:25 +0000 michaelni cliping MVs, i dunno if its correct but it looks better then without it libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Thu, 09 Jan 2003 01:43:31 +0000 michaelni workaround dropable p frame after first frame bug libavcodec