log wmv2.c @ 12514:e6d711ba5760 libavcodec

age author description
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sat, 08 Dec 2007 21:21:11 +0000 aurel add ff_ prefix to all simple_idct symbols libavcodec
Sun, 25 Nov 2007 16:23:42 +0000 aurel split wmv2 encoder and decoder in their own files libavcodec
Fri, 09 Nov 2007 21:37:48 +0000 michael intrax8 decoder patch by "someone" libavcodec
Wed, 07 Nov 2007 23:41:39 +0000 aurel split wmv2 in its own file libavcodec
Wed, 07 Nov 2007 23:23:35 +0000 aurel rename some msmpeg4 symbols and make them non-static libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Wed, 27 Jun 2007 14:27:47 +0000 iive Identify the loop_filter flag as such and remove the unused variables in the context. libavcodec
Thu, 21 Jun 2007 07:53:48 +0000 benoit static (inline) X => ff_X libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavcodec
Tue, 05 Jun 2007 07:18:29 +0000 gpoirier Rename code012() to ff_code012(), and remove static qualifier: paves the way libavcodec
Wed, 09 May 2007 18:23:20 +0000 diego Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodec
Wed, 09 May 2007 09:26:06 +0000 diego Allow conditional compilation of H.263-related decoders. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Wed, 03 Jan 2007 11:32:02 +0000 michael maybe fixing a segfault libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Thu, 21 Sep 2006 01:08:05 +0000 michael 1000l copy and paste typo libavcodec
Wed, 20 Sep 2006 21:17:37 +0000 michael set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec
Sun, 09 Jul 2006 10:33:49 +0000 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec
Sun, 05 Feb 2006 13:35:17 +0000 diego MSVC-compatible __align8/__align16 declaration 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
Thu, 04 Aug 2005 22:46:27 +0000 michael segfault fix libavcodec
Wed, 27 Jul 2005 07:29:20 +0000 diego Reduce verbosity. libavcodec
Sun, 08 May 2005 13:04:46 +0000 michael fix block corruption caused by clear_blocks() optimization libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavcodec
Mon, 25 Apr 2005 00:57:48 +0000 michael avoid unneeded clear_blocks() libavcodec
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Sun, 30 Jan 2005 16:34:57 +0000 michael In that patch: libavcodec
Tue, 25 May 2004 18:07:25 +0000 michael warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 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
Fri, 16 Apr 2004 18:50:30 +0000 michael seems wmv8 doesnt use intra-inter prediction libavcodec
Fri, 16 Apr 2004 01:01:45 +0000 michael unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 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
Wed, 03 Dec 2003 16:07:41 +0000 michael h263 modified quantization fix libavcodec
Mon, 03 Nov 2003 13:26:22 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
Mon, 13 Oct 2003 08:02:46 +0000 alex 10l libavcodec
Sun, 24 Aug 2003 22:21:06 +0000 bellard avoid warning libavcodec
Thu, 19 Jun 2003 01:25:48 +0000 tmmm fix identifier to fix compilation libavcodec
Wed, 18 Jun 2003 22:00:23 +0000 michaelni make ff_emulated_edge_mc() independant of MpegEncContext libavcodec
Mon, 19 May 2003 13:30:59 +0000 michaelni ASV1 codec libavcodec
Sat, 12 Apr 2003 22:53:26 +0000 michaelni 10l libavcodec
Sat, 12 Apr 2003 15:00:32 +0000 michaelni 10l (use before malloc) 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
Tue, 01 Apr 2003 15:38:01 +0000 michaelni fixing msmpeg4v2 encoding libavcodec
Thu, 20 Mar 2003 01:00:57 +0000 michaelni error resilience cleanup (its faster too...) libavcodec
Wed, 12 Mar 2003 15:16:19 +0000 michaelni per context frame_rate_base, this should finally fix frame_rate related av sync issues libavcodec
Thu, 06 Mar 2003 11:32:04 +0000 michaelni per file doxy libavcodec
Mon, 03 Mar 2003 14:54:00 +0000 michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* libavcodec
Sun, 16 Feb 2003 23:05:38 +0000 michaelni more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
Wed, 29 Jan 2003 15:50:07 +0000 michaelni bugfix 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