log bitstream.h @ 7047:4b5b586a3dd0 libavcodec

age author description
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
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Mon, 04 Feb 2008 00:49:14 +0000 michael const libavcodec
Thu, 03 Jan 2008 09:16:56 +0000 kostya Make decode210() common function. libavcodec
Wed, 17 Oct 2007 09:37:46 +0000 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
Sun, 26 Aug 2007 22:33:48 +0000 aurel move get_unary() to its own file libavcodec
Wed, 08 Aug 2007 23:58:23 +0000 romansh * getting rid of code duplication libavcodec
Wed, 08 Aug 2007 20:38:30 +0000 alex copy get_unary from vc1 libavcodec
Sat, 04 Aug 2007 12:21:00 +0000 michael indent libavcodec
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavcodec
Fri, 06 Jul 2007 14:13:25 +0000 aurel move ff_copy_bits to bitstream.c libavcodec
Sat, 16 Jun 2007 22:59:13 +0000 mru include all prerequisites in header files libavcodec
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes 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
Sat, 21 Apr 2007 23:05:30 +0000 aurel Blackfin is a strictly aligned processor. libavcodec
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavcodec
Tue, 27 Feb 2007 09:39:04 +0000 mbardiaux Supply context to tprintf libavcodec
Mon, 19 Feb 2007 20:59:40 +0000 stefang fix comment, get/show_bits(0) does not work libavcodec
Fri, 08 Dec 2006 13:25:37 +0000 bcoudurier fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsj, martin at martin st libavcodec
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libavcodec
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libavcodec
Mon, 16 Oct 2006 12:52:21 +0000 diego Fix #endif comments. libavcodec
Thu, 12 Oct 2006 11:54:24 +0000 bcoudurier fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A users P sourceforge P net% libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Mon, 25 Sep 2006 22:47:55 +0000 reimar Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. libavcodec
Sun, 10 Sep 2006 14:02:42 +0000 diego Add official LGPL license headers to the files that were missing them. libavcodec
Mon, 04 Sep 2006 17:25:38 +0000 mru inline align_get_bits() libavcodec
Sat, 02 Sep 2006 23:10:28 +0000 mru remove redundant declarations libavcodec
Mon, 28 Aug 2006 22:25:30 +0000 aurel use the A32_BITSTREAM_READER by default on ARM (faster) libavcodec