| Commit message (Expand) | Author | Age | Files | Lines |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | get/show_bits() can read up to MIN_CACHE_BITS bits | Måns Rullgård | 2010-02-21 | 1 | -2/+2 |
* | Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend | Måns Rullgård | 2010-02-21 | 1 | -2/+2 |
* | Move NEG_[US]SR32 macros to mathops.h | Måns Rullgård | 2010-02-17 | 1 | -21/+0 |
* | get_bits: Fix spelling and grammar in GET_VLC() comment. | Alex Converse | 2010-02-17 | 1 | -3/+3 |
* | Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. | Michael Niedermayer | 2010-01-24 | 1 | -4/+6 |
* | Added missing const to get_bits_count(). | Laurent Aimar | 2010-01-24 | 1 | -3/+3 |
* | ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access | Måns Rullgård | 2009-12-22 | 1 | -1/+1 |
* | Make get_bits_left() available for use in libavcodec (was previously held | Ronald S. Bultje | 2009-11-09 | 1 | -0/+5 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -2/+0 |
* | Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and | Reimar Döffinger | 2009-09-24 | 1 | -1/+0 |
* | Fix a typo in the documentation. | Lars Täuber | 2009-09-11 | 1 | -1/+1 |
* | Try to clarify that anyone using get_bits must check for buffer overrun | Reimar Döffinger | 2009-09-08 | 1 | -0/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -0/+705 |