| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -4/+0 |
|\| |
|
| * | 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 |
* | | avcodec/get_bits: print details of the location of the missing bit in check_m... | Michael Niedermayer | 2015-04-14 | 1 | -1/+1 |
* | | Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611' | Michael Niedermayer | 2014-09-05 | 1 | -6/+7 |
|\| |
|
| * | get_bits: Add OPEN_READER macro variant w/o size_plus8 | Diego Biurrun | 2014-09-05 | 1 | -6/+7 |
* | | Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b' | Michael Niedermayer | 2014-09-02 | 1 | -2/+2 |
|\| |
|
| * | 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 |
* | | avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened re... | Michael Niedermayer | 2014-08-11 | 1 | -0/+5 |
* | | get_bits: remove unused assignment | Timothy Gu | 2014-07-16 | 1 | -1/+1 |
* | | avcodec/bitstream: try to make vlc init code inherently thread safe | Michael Niedermayer | 2014-06-16 | 1 | -1/+0 |
* | | avcodec: better level/index printing | Matthew Lindner | 2014-05-09 | 1 | -3/+3 |
* | | avcodec: include GET_RL_VLC() in trace output | Michael Niedermayer | 2014-05-09 | 1 | -1/+21 |
* | | Various small spelling fixes. | Reimar Döffinger | 2014-04-22 | 1 | -1/+1 |
* | | avcodec/get_bits: add skip_1stop_8data_bits | Michael Niedermayer | 2013-10-30 | 1 | -0/+14 |
* | | skip_bits: dont call UPDATE_CACHE | Michael Niedermayer | 2013-09-30 | 1 | -1/+0 |
* | | avcodec/get_bits: place volatile at the right spot | Michael Niedermayer | 2013-07-30 | 1 | -1/+1 |
* | | avcodec/get_bits: init_state is used for thread sync, make it volatile | Michael Niedermayer | 2013-07-30 | 1 | -1/+1 |
* | | avcodec/ff_init_vlc_sparse: use a spinlock for thread sync | Michael Niedermayer | 2013-07-29 | 1 | -0/+1 |
* | | get_bits: add get_bits_le() | Paul B Mahol | 2013-07-05 | 1 | -18/+43 |
* | | get_xbits: assert validity of the number of bits | Michael Niedermayer | 2013-06-30 | 1 | -0/+1 |
* | | get_bits: return pointer to buffer that is the result of the alignment. | Ronald S. Bultje | 2013-02-11 | 1 | -1/+2 |
* | | Merge commit '4af5310d29379283553bcd9f541a3f6c317f706e' | Michael Niedermayer | 2013-01-22 | 1 | -138/+150 |
|\| |
|
| * | get_bits/put_bits: K&R formatting cosmetics | Diego Biurrun | 2013-01-21 | 1 | -138/+150 |
* | | Merge commit '68f18f03519ae550e25cf12661172641e9f0eaca' | Michael Niedermayer | 2013-01-21 | 1 | -1/+1 |
|\| |
|
| * | get_bits: change the failure condition in init_get_bits | Luca Barbato | 2013-01-20 | 1 | -1/+1 |
* | | init_get_bits: fix off by 1 error | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | init_get_bits8: zero pointers & struct on error | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | init_get_bits8: check byte_size against being positive | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
* | | Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de' | Michael Niedermayer | 2013-01-14 | 1 | -7/+31 |
|\| |
|
| * | 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 |
* | | Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f' | Michael Niedermayer | 2012-12-08 | 1 | -5/+5 |
|\| |
|
| * | bitstream: add get_bits64() to support reading more than 32 bits at once | Michael Niedermayer | 2012-12-07 | 1 | -0/+18 |
* | | get_bits: rename get_bits_longlong to get_bits64 | Michael Niedermayer | 2012-12-08 | 1 | -1/+1 |
* | | get_bits: get_bits_long() support n=0 as the docs allow it | Michael Niedermayer | 2012-10-06 | 1 | -1/+3 |
* | | bitstream: add get_bits_longlong() to support more than 32bits | Michael Niedermayer | 2012-09-30 | 1 | -0/+18 |
* | | get_bits_long: fix variable type | Michael Niedermayer | 2012-09-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 1 | -3/+3 |
|\| |
|
| * | get_bits: const correctness for get_bits_trace()/get_xbits_trace() arguments | Diego Biurrun | 2012-09-27 | 1 | -3/+3 |
* | | get_bits: check the number of bits parameter through av_assert2() | Michael Niedermayer | 2012-04-07 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-25 | 1 | -1/+14 |
|\| |
|
| * | get_bits: add HAVE_BITS_REMAINING macro. | Ronald S. Bultje | 2012-02-24 | 1 | -1/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -6/+6 |
|\| |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -4/+4 |
|\| |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -4/+4 |