summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAge
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-22
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
* Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-16
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Add get_bitsz()Andreas Cadhalpun2016-01-11
* get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-11
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* get_bits: remove unused assignmentVittorio Giovara2014-11-03
* get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-05
* get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-02
* get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-19
* get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun2013-01-21
* get_bits: change the failure condition in init_get_bitsLuca Barbato2013-01-20
* lavc: introduce the convenience function init_get_bits8Luca Barbato2013-01-14
* lavc: check for overflow in init_get_bitsLuca Barbato2013-01-14
* bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer2012-12-07
* get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun2012-09-27
* get_bits: add HAVE_BITS_REMAINING macro.Ronald S. Bultje2012-02-24
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* get_bits: remove LAST_SKIP_CACHE macroMans Rullgard2011-12-17
* get_bits: remove strange/obsolete commentsMans Rullgard2011-12-17
* get_bits: whitespace (mostly) cosmeticsMans Rullgard2011-12-17
* get_bits: remove unnecessary #includesMans Rullgard2011-12-17
* get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje2011-12-17
* get_bits: remove A32 variantMans Rullgard2011-12-16
* get_bits: remove useless pointer castsMans Rullgard2011-12-16
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* 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