log bitstream.h @ 5127:4dbe6578f811 libavcodec

age author description
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
Mon, 28 Aug 2006 18:46:01 +0000 aurel force usage of ALT_BITSTREAM_READER where needed libavcodec
Mon, 28 Aug 2006 18:44:49 +0000 aurel move some functions to bitstream.h to avoid conflicts libavcodec
Sat, 26 Aug 2006 18:12:16 +0000 aurel Fix A32_BITSTREAM_READER compilation on x86 libavcodec
Sat, 26 Aug 2006 11:50:23 +0000 michael 2nd try of skip_bits_long() for the ALT reader libavcodec
Sat, 26 Aug 2006 11:37:33 +0000 michael make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec
Sat, 26 Aug 2006 11:26:54 +0000 michael 3rd try :) libavcodec
Sat, 26 Aug 2006 11:06:33 +0000 michael 2nd try for a skip_bits_long() for the A32 reader 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
Sat, 26 Aug 2006 09:34:02 +0000 michael prevent bitstream reader to be overriden libavcodec
Sun, 09 Jul 2006 10:33:49 +0000 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec
Mon, 12 Jun 2006 21:34:43 +0000 mru MIPS doesn't like unaligned accesses libavcodec
Thu, 11 May 2006 23:17:23 +0000 mru add unaligned16() and unaligned64() libavcodec
Fri, 31 Mar 2006 20:40:22 +0000 michael get_xbits() optimization libavcodec
Sun, 08 Jan 2006 21:19:39 +0000 banan get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h 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
Wed, 21 Sep 2005 23:18:52 +0000 aurel fix some pointer to intger without cast warnings (patch by Michel Bardiaux) libavcodec
Tue, 20 Sep 2005 18:51:12 +0000 michael precautionary checks 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
Fri, 17 Jun 2005 15:02:53 +0000 diego spelling fixes libavcodec
Thu, 12 May 2005 18:54:03 +0000 michael arm alignment fix libavcodec
Wed, 11 May 2005 01:46:13 +0000 michael LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) libavcodec
Mon, 18 Apr 2005 20:07:48 +0000 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
Mon, 18 Apr 2005 12:08:16 +0000 michael various fixes related to the non alt_bitstream_reader libavcodec
Sat, 26 Mar 2005 23:50:14 +0000 michael make reverse[] non static libavcodec
Sun, 06 Feb 2005 17:01:07 +0000 michael support skiping some bitstream encoding libavcodec
Fri, 28 Jan 2005 11:21:57 +0000 michael make decode012() static inline libavcodec
Tue, 25 Jan 2005 01:40:58 +0000 michael dont duplicate decode012() libavcodec
Wed, 19 Jan 2005 12:58:34 +0000 michael compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) 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.h@80d14542b388