| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -5/+0 |
* | get_bits: remove unused assignment | Vittorio Giovara | 2014-11-03 | 1 | -1/+1 |
* | get_bits: Add OPEN_READER macro variant w/o size_plus8 | Diego Biurrun | 2014-09-05 | 1 | -6/+7 |
* | get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLE | Diego Biurrun | 2014-09-02 | 1 | -2/+2 |
* | get_bits: Return pointer to buffer that is the result of the alignment | Ronald S. Bultje | 2013-02-19 | 1 | -1/+2 |
* | get_bits/put_bits: K&R formatting cosmetics | Diego Biurrun | 2013-01-21 | 1 | -138/+150 |
* | get_bits: change the failure condition in init_get_bits | Luca Barbato | 2013-01-20 | 1 | -1/+1 |
* | lavc: introduce the convenience function init_get_bits8 | Luca Barbato | 2013-01-14 | 1 | -0/+16 |
* | lavc: check for overflow in init_get_bits | Luca Barbato | 2013-01-14 | 1 | -7/+15 |
* | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -0/+18 |
* | get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments | Diego Biurrun | 2012-09-27 | 1 | -3/+3 |
* | get_bits: add HAVE_BITS_REMAINING macro. | Ronald S. Bultje | 2012-02-24 | 1 | -1/+14 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -6/+6 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -4/+4 |
* | get_bits: remove LAST_SKIP_CACHE macro | Mans Rullgard | 2011-12-17 | 1 | -5/+1 |
* | get_bits: remove strange/obsolete comments | Mans Rullgard | 2011-12-17 | 1 | -9/+1 |
* | get_bits: whitespace (mostly) cosmetics | Mans Rullgard | 2011-12-17 | 1 | -49/+73 |
* | get_bits: remove unnecessary #includes | Mans Rullgard | 2011-12-17 | 1 | -3/+0 |
* | get_bits: introduce safe bitreading to prevent overreads. | Ronald S. Bultje | 2011-12-17 | 1 | -1/+36 |
* | get_bits: remove A32 variant | Mans Rullgard | 2011-12-16 | 1 | -97/+14 |
* | get_bits: remove useless pointer casts | Mans Rullgard | 2011-12-16 | 1 | -2/+2 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -10/+9 |
* | get_bits: remove x86 inline asm in A32 bitstream reader | Mans Rullgard | 2011-07-01 | 1 | -8/+0 |
* | cosmetics: fix some then/than typos | Diego Biurrun | 2011-06-30 | 1 | -2/+2 |
* | get_bits: add av_unused tag to cache variable | Mans Rullgard | 2011-05-28 | 1 | -1/+1 |
* | get_bits: make cache unsigned to eliminate undefined signed overflow. | Alex Converse | 2011-05-03 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | get_bits: move tracing macros to end of file | Mans Rullgard | 2011-01-23 | 1 | -21/+21 |
* | Sanitise get_bits macros, part 2 | Mans Rullgard | 2011-01-23 | 1 | -196/+182 |
* | Sanitise get_bits macros, part 1 | Mans Rullgard | 2011-01-23 | 1 | -62/+65 |
* | Remove "libmpeg2" bitstream reader | Mans Rullgard | 2011-01-23 | 1 | -74/+3 |
* | 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 |