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
|