log ffv1.c @ 6517:48759bfbd073 libavcodec

age author description
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 04:14:04 +0000 michael const libavcodec
Thu, 05 Jul 2007 20:47:58 +0000 benoit fix mem leak libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h 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
Wed, 27 Sep 2006 19:54:07 +0000 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
Wed, 20 Sep 2006 21:17:37 +0000 michael set supported pixel formats for a few encoders (fixes crashes with grayscale) libavcodec
Fri, 28 Apr 2006 23:16:42 +0000 lorenm memory leak. libavcodec
Fri, 14 Apr 2006 10:37:40 +0000 michael ffv1 and ffvhuff havnt changed since a long time and noone proposed any libavcodec
Thu, 09 Feb 2006 09:38:03 +0000 michael fix segfault on broken streams libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 08 May 2005 20:15:42 +0000 michael #defines for strict_std_compliance and split between inofficial extensions and non standarized things 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 16:39:03 +0000 michael -strict -1 comment fix libavcodec
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