log bitstream.c @ 12488:351a81a23343 libavcodec

age author description
Wed, 12 May 2010 22:38:05 +0000 lorenm change a variable-length array to a malloc. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Mon, 29 Mar 2010 02:50:41 +0000 lorenm indent libavcodec
Mon, 29 Mar 2010 02:50:23 +0000 lorenm optimize init_vlc(). libavcodec
Sun, 21 Feb 2010 15:11:59 +0000 mru indent libavcodec
Sun, 21 Feb 2010 15:11:57 +0000 mru Avoid negative shifts in build_table() libavcodec
Sun, 29 Nov 2009 23:01:29 +0000 stefano Use more consistent / meaningful parameter names for the libavcodec
Thu, 24 Sep 2009 22:39:47 +0000 reimar Remove ff_realloc_static, it is no longer used and since it was declared libavcodec
Thu, 24 Sep 2009 22:37:34 +0000 reimar Reindent. libavcodec
Thu, 24 Sep 2009 22:36:52 +0000 reimar Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec
Thu, 24 Sep 2009 15:13:34 +0000 reimar Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec
Wed, 01 Jul 2009 17:48:22 +0000 mru Fix potentially unaligned accesses in ff_copy_bits() libavcodec
Mon, 13 Apr 2009 16:59:38 +0000 stefano Rename pbBufPtr() to put_bits_ptr(). libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Sat, 11 Apr 2009 15:54:21 +0000 stefano Rename the 'put_zero' parameter of ff_put_string() to libavcodec
Sat, 21 Mar 2009 13:51:29 +0000 diego Remove deprecated functions and structures on next version bump. libavcodec
Mon, 09 Mar 2009 23:27:38 +0000 mru Fix unaligned access in ff_copy_bits() 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
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
Thu, 26 Jun 2008 16:39:21 +0000 stefang move ff_log2_run to bitstream.c and reuse in ffv1.c libavcodec
Fri, 30 May 2008 23:27:21 +0000 michael unused libavcodec
Fri, 30 May 2008 23:26:09 +0000 michael As *_static are not deallocated anymore except on program termination libavcodec
Fri, 30 May 2008 21:17:10 +0000 michael unused libavcodec
Fri, 30 May 2008 21:15:34 +0000 michael Remove non C code. libavcodec
Fri, 30 May 2008 21:12:33 +0000 michael Move *_static to bitstream.c which is the only file left which needs libavcodec
Fri, 30 May 2008 19:48:02 +0000 michael Make init_vlc* support proper static tables instead of this broken beyond libavcodec
Fri, 21 Mar 2008 04:48:59 +0000 zuxy Apply 'alloc_size' attribute to ff_realloc_static() libavcodec
Mon, 04 Feb 2008 00:49:14 +0000 michael const libavcodec