log h263.c @ 9431:932543edc1d2 libavcodec

age author description
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Mon, 30 Mar 2009 20:39:08 +0000 gb Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. libavcodec
Thu, 26 Mar 2009 01:34:02 +0000 ramiro Use intptr_t when casting pointers to int. libavcodec
Tue, 03 Mar 2009 05:18:39 +0000 kostya Enable PB-frames decoding for H.263 libavcodec
Tue, 03 Mar 2009 05:17:22 +0000 kostya Add PB-frame decoding support for H.263/i263 (and enable it for i263) libavcodec
Mon, 02 Mar 2009 17:18:49 +0000 kostya Factor out block decoding in ff_h263_decode_mb() libavcodec
Tue, 24 Feb 2009 16:12:47 +0000 michael Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any. libavcodec
Sun, 22 Feb 2009 18:13:40 +0000 kostya Better parsing of i263 picture header libavcodec
Wed, 04 Feb 2009 20:36:37 +0000 diego Remove pointless '#if CONFIG_ENCODERS' around forward declarations. libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 17:13:03 +0000 benoit Make ff_h263_resync() return the bit position of the resync_marker or libavcodec
Fri, 30 Jan 2009 08:18:06 +0000 benoit Use a constant instead of a magic number. libavcodec
Sat, 24 Jan 2009 14:26:40 +0000 stefang avoid duplication of dquant_code libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec