log bitstream.h @ 9411:4cb7c65fc775 libavcodec

age author description
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 21:04:26 +0000 stefano Document the 'size' parameter of set_put_bits_buffer_size(). libavcodec
Sat, 11 Apr 2009 21:01:30 +0000 stefano Document ff_put_string(). libavcodec
Sat, 11 Apr 2009 15:54:21 +0000 stefano Rename the 'put_zero' parameter of ff_put_string() to libavcodec
Sat, 11 Apr 2009 14:49:46 +0000 stefano Add documentation for skip_put_bytes(). libavcodec
Sat, 11 Apr 2009 14:47:35 +0000 stefano Doxygenate ff_copy_bits(). libavcodec
Sat, 11 Apr 2009 14:19:09 +0000 stefano Factorize declaration for the two variants of put_bits(). libavcodec
Sat, 11 Apr 2009 13:04:33 +0000 stefano Clarify documentation for put_bits_count(). libavcodec
Fri, 10 Apr 2009 22:29:56 +0000 stefano Document align_put_bits(). libavcodec
Fri, 10 Apr 2009 22:27:29 +0000 stefano Doxygenate flush_put_bits() documentation. libavcodec
Fri, 10 Apr 2009 22:14:45 +0000 stefano Doxygenate put_bits_count() documentation. libavcodec
Fri, 10 Apr 2009 17:30:42 +0000 stefano Doxygenate init_put_bits(). libavcodec
Tue, 31 Mar 2009 19:57:53 +0000 stefano Add a notice telling that the behavior of skip_put_bits() is undefined libavcodec
Tue, 03 Mar 2009 02:00:47 +0000 jbr Add a get_sbits_long() function. libavcodec
Mon, 02 Mar 2009 19:42:31 +0000 reimar Simplify show_bits_long and copy the GetBitsContext around only once instead of twice. libavcodec
Thu, 05 Feb 2009 18:25:01 +0000 michael Add size_in_bits to PutBitContext libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 25 Jan 2009 18:12:13 +0000 reimar Use AV_WL32/AV_WB32 in bitstream.h libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Sat, 27 Dec 2008 23:12:00 +0000 mru Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Fri, 29 Aug 2008 18:43:20 +0000 stefano Fix typo. libavcodec
Mon, 25 Aug 2008 08:53:14 +0000 bwolowiec Little-endian bitstream writer libavcodec
Tue, 15 Jul 2008 18:43:26 +0000 mru Remove dead code in bitstream.h libavcodec
Sun, 13 Jul 2008 14:27:48 +0000 ramiro bitstream: move put_sbits() from flacenc.c to bitstream.h and use it libavcodec
Sun, 13 Jul 2008 00:07:43 +0000 mru Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER libavcodec
Fri, 30 May 2008 20:00:19 +0000 michael Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. libavcodec
Fri, 30 May 2008 19:48:02 +0000 michael Make init_vlc* support proper static tables instead of this broken beyond libavcodec