log svq3.c @ 10146:38cfe222e1a4 libavcodec

age author description
Sun, 06 Sep 2009 16:09:21 +0000 reimar Mark all pix_fmts and supported_framerates compound literals as const. libavcodec
Tue, 04 Aug 2009 21:55:47 +0000 rbultje Parse frame size code, see "svq3.c: parse frame size" thread on ML. libavcodec
Sat, 30 May 2009 00:24:20 +0000 bcoudurier remove unused hack which set AVCodecContext frame_number to pic timestamp libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 01 Mar 2009 12:11:07 +0000 mru SVQ3: Fix decoding with A32_BITSTREAM_READER libavcodec
Tue, 24 Feb 2009 22:19:02 +0000 michael 1000l for me, wrong pix_fmt. libavcodec
Tue, 24 Feb 2009 18:27:52 +0000 michael Add and use ff_pixfmt_list_420. libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Thu, 25 Dec 2008 15:49:02 +0000 diego Fix sample URL. libavcodec
Thu, 18 Dec 2008 11:01:38 +0000 michael 10l, svq3 didnt set h->cbp, this broke decoding a little. libavcodec
Wed, 17 Dec 2008 03:41:48 +0000 michael Fix svq3 decoding, is_complex was not initialized. libavcodec
Mon, 24 Nov 2008 18:49:50 +0000 bcoudurier move decoder initialization in separate function, earlier failure detection libavcodec
Sat, 22 Nov 2008 16:36:50 +0000 diego cosmetics: indentation, prettyprinting libavcodec
Sat, 22 Nov 2008 16:03:20 +0000 diego cosmetics: consistent function declarations libavcodec
Sat, 22 Nov 2008 15:57:59 +0000 diego cosmetics: Put statements after 'if' on their own line. libavcodec
Tue, 28 Oct 2008 23:11:59 +0000 diego Add the function declaration of ff_svq1_packet_checksum to svq1.h and include libavcodec
Sun, 26 Oct 2008 23:41:00 +0000 bcoudurier svq3 watermark code now needs zlib libavcodec
Sun, 26 Oct 2008 23:34:44 +0000 bcoudurier svq3 watermark decoding support, based on reverse engineering work by chrono libavcodec
Sat, 25 Oct 2008 17:17:08 +0000 aurel svq3: remove unused include libavcodec
Tue, 14 Oct 2008 20:42:54 +0000 michael Include zlib.h as it is needed for watermark support, libavcodec
Wed, 16 Jul 2008 17:54:57 +0000 michael 10000l, revert libavcodec
Wed, 16 Jul 2008 02:10:21 +0000 michael The funny memcpyin svq3 generally has src & dst overlapping, so it libavcodec
Wed, 16 Jul 2008 01:57:28 +0000 michael Print slice num as well. libavcodec
Mon, 14 Jul 2008 16:18:29 +0000 michael Fix infinite loop at EOF. 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 23:39:55 +0000 astrange Previous commit missed an initialization - this fixes FATE's test sample. libavcodec
Sun, 11 May 2008 20:26:35 +0000 astrange Set and use h->mb_xy in SVQ3 too. libavcodec