Sat, 10 Jul 2010 22:12:30 +0000 |
mru |
Add av_ prefix to bswap macros
libavcodec
|
Sat, 10 Jul 2010 22:09:01 +0000 |
mru |
bswap: change ME to NE in macro names
libavcodec
|
Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavcodec
|
Sun, 21 Feb 2010 23:28:24 +0000 |
mru |
get/show_bits() can read up to MIN_CACHE_BITS bits
libavcodec
|
Sun, 21 Feb 2010 21:48:40 +0000 |
mru |
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
libavcodec
|
Wed, 17 Feb 2010 23:58:59 +0000 |
mru |
Move NEG_[US]SR32 macros to mathops.h
libavcodec
|
Wed, 17 Feb 2010 21:20:43 +0000 |
alexc |
get_bits: Fix spelling and grammar in GET_VLC() comment.
libavcodec
|
Sun, 24 Jan 2010 19:19:09 +0000 |
michael |
Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.
libavcodec
|
Sun, 24 Jan 2010 16:22:09 +0000 |
fenrir |
Added missing const to get_bits_count().
libavcodec
|
Tue, 22 Dec 2009 08:09:46 +0000 |
mru |
ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
libavcodec
|
Mon, 09 Nov 2009 22:10:43 +0000 |
rbultje |
Make get_bits_left() available for use in libavcodec (was previously held
libavcodec
|
Mon, 09 Nov 2009 09:11:35 +0000 |
cehoyos |
Move ff_reverse in libavcodec to av_reverse in libavutil.
libavcodec
|
Thu, 24 Sep 2009 15:13:34 +0000 |
reimar |
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
libavcodec
|
Fri, 11 Sep 2009 06:20:05 +0000 |
benoit |
Fix a typo in the documentation.
libavcodec
|
Tue, 08 Sep 2009 08:30:56 +0000 |
reimar |
Try to clarify that anyone using get_bits must check for buffer overrun
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|