log bitstream.c @ 9470:677b6a886768 libavcodec

age author description
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