summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAge
* get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard2011-07-01
* cosmetics: fix some then/than typosDiego Biurrun2011-06-30
* get_bits: add av_unused tag to cache variableMans Rullgard2011-05-28
* get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-23
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-23
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-23
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-23
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* 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