log svq1dec.c @ 12488:351a81a23343 libavcodec

age author description
Sat, 26 Jun 2010 14:34:08 +0000 mru svq1dec: replace VLA with malloc/free libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Mon, 19 Oct 2009 18:43:28 +0000 stefano Add additional long names for the Sorenson Vector Quantizer 1 decoder libavcodec
Thu, 24 Sep 2009 15:12:05 +0000 reimar Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec
Thu, 24 Sep 2009 09:44:51 +0000 reimar Use INIT_VLC_STATIC where easily possible in svq1dec libavcodec
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Fri, 22 May 2009 21:32:13 +0000 conrad Move ALIGN macro to libavutil/common.h and use it in various places libavcodec
Sat, 11 Apr 2009 14:16:30 +0000 michael Two INIT_VLC_USE_STATIC cases Carl missed. libavcodec
Sat, 11 Apr 2009 11:47:15 +0000 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Sun, 14 Dec 2008 03:29:33 +0000 melanson The POSIX namespace shall be held sacrosanct. To that end, libavcodec
Tue, 14 Oct 2008 20:34:31 +0000 michael Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. 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
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Fri, 01 Feb 2008 15:53:25 +0000 michael some const libavcodec
Wed, 16 Jan 2008 09:02:22 +0000 diego Add const qualifiers to unmodified function parameters, fixes the warning: libavcodec
Wed, 16 Jan 2008 08:59:12 +0000 diego Remove bogus cast. libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Fri, 06 Jul 2007 15:19:35 +0000 aurel split SVQ1 decoder and encoder in their own files libavcodec