summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-21
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-21
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-17
* Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.Michael Niedermayer2010-01-24
* Added missing const to get_bits_count().Laurent Aimar2010-01-24
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-22
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-09
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-24
* Fix a typo in the documentation.Lars Täuber2009-09-11
* Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger2009-09-08
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13