| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 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 |
* | | bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cach... | Michael Niedermayer | 2011-05-04 | 1 | -1/+1 |
* | | bitstream reader: remove unneeded variable initilization. | Michael Niedermayer | 2011-05-04 | 1 | -1/+1 |
* | | 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 |