summaryrefslogtreecommitdiffstats
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAgeFilesLines
* get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje2012-02-241-1/+14
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-6/+6
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-4/+4
* get_bits: remove LAST_SKIP_CACHE macroMans Rullgard2011-12-171-5/+1
* get_bits: remove strange/obsolete commentsMans Rullgard2011-12-171-9/+1
* get_bits: whitespace (mostly) cosmeticsMans Rullgard2011-12-171-49/+73
* get_bits: remove unnecessary #includesMans Rullgard2011-12-171-3/+0
* get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje2011-12-171-1/+36
* get_bits: remove A32 variantMans Rullgard2011-12-161-97/+14
* get_bits: remove useless pointer castsMans Rullgard2011-12-161-2/+2
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-10/+9
* get_bits: remove x86 inline asm in A32 bitstream readerMans Rullgard2011-07-011-8/+0
* cosmetics: fix some then/than typosDiego Biurrun2011-06-301-2/+2
* get_bits: add av_unused tag to cache variableMans Rullgard2011-05-281-1/+1
* get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* get_bits: move tracing macros to end of fileMans Rullgard2011-01-231-21/+21
* Sanitise get_bits macros, part 2Mans Rullgard2011-01-231-196/+182
* Sanitise get_bits macros, part 1Mans Rullgard2011-01-231-62/+65
* Remove "libmpeg2" bitstream readerMans Rullgard2011-01-231-74/+3
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-2/+2
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-211-2/+2
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-211-2/+2
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-171-21/+0
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-171-3/+3
* Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.Michael Niedermayer2010-01-241-4/+6
* Added missing const to get_bits_count().Laurent Aimar2010-01-241-3/+3
* ARM: use ALT_BITSTREAM_READER on cores with fast unaligned accessMåns Rullgård2009-12-221-1/+1
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-091-0/+5
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-2/+0
* Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages andReimar Döffinger2009-09-241-1/+0
* Fix a typo in the documentation.Lars Täuber2009-09-111-1/+1
* Try to clarify that anyone using get_bits must check for buffer overrunReimar Döffinger2009-09-081-0/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-0/+705
OpenPOWER on IntegriCloud