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
Sat, 28 Jul 2007 12:50:28 +0000 diego Ahem, fix typos overlooked in last commit. libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Sat, 07 Jul 2007 23:03:14 +0000 aurel simplify ff_copy_bits() when compiled with config-small libavcodec
Fri, 06 Jul 2007 14:14:41 +0000 aurel simplify ff_copy_bits: merge 2 test branches libavcodec
Fri, 06 Jul 2007 14:13:25 +0000 aurel move ff_copy_bits to bitstream.c libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Thu, 05 Jul 2007 06:47:00 +0000 mru use av_freep() in free_vlc() and failed init_vlc() libavcodec
Thu, 24 May 2007 17:38:56 +0000 lorenm add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables. libavcodec
Wed, 16 May 2007 12:57:27 +0000 diego printf --> av_log, patch by Denis Fortin, fortin nerim net libavcodec
Wed, 02 May 2007 09:13:47 +0000 benoit patch so that the deprecated items show up correctly libavcodec
Sun, 18 Mar 2007 22:32:39 +0000 mru fix init_vlc() with nonzero flags libavcodec
Wed, 14 Mar 2007 13:25:15 +0000 michael deprecate ff_realloc_static libavcodec
Fri, 23 Feb 2007 00:20:39 +0000 takis av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_. libavcodec
Thu, 22 Feb 2007 20:21:33 +0000 takis Move the av_realloc_static() declaration out of avcodec.h into bitstream.c. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 28 Aug 2006 18:44:49 +0000 aurel move some functions to bitstream.h to avoid conflicts libavcodec
Sat, 26 Aug 2006 10:26:14 +0000 michael move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sun, 18 Sep 2005 21:21:01 +0000 diego Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. libavcodec
Wed, 11 May 2005 01:46:13 +0000 michael LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec base common.c@92046ad39ec8