| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/get_bits: cosmetics | Ramiro Polla | 2020-03-22 | 1 | -4/+4 |
* | avcodec/get_bits: unbreak get_bits_le() with cached reader | Paul B Mahol | 2019-04-19 | 1 | -24/+58 |
* | avcodec/get_bits: add assertion to limit ouptut value of get_bits | Marton Balint | 2019-03-01 | 1 | -0/+1 |
* | avcodec/get_bits: use unsigned integers in show_bits and get_bits | Marton Balint | 2019-03-01 | 1 | -2/+2 |
* | avcodec/get_bits: actually make cached reader correctly disabled | James Almer | 2018-08-30 | 1 | -18/+22 |
* | avcodec/get_bits: add cached bitstream reader | Paul B Mahol | 2018-08-30 | 1 | -2/+216 |
* | avcodec/get_bits: Document skip_bits_long() | Michael Niedermayer | 2018-04-07 | 1 | -0/+7 |
* | avcodec/get_bits: Make sure the input bitstream with padding can be addressed | Michael Niedermayer | 2018-03-26 | 1 | -1/+2 |
* | avcodec/get_bits: Document the return code of get_vlc2() | Michael Niedermayer | 2018-01-29 | 1 | -0/+1 |
* | avcodec: add Newtek SpeedHQ decoder | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+14 |
* | avcodec/get_bits: add av_assert2 to get_bits_long() | Paul B Mahol | 2016-12-18 | 1 | -0/+1 |
* | avcodec/get_bits: Fix get_sbits_long(0) | Michael Niedermayer | 2016-12-03 | 1 | -0/+4 |
* | Merge commit '52567e8198669a1e7493c75771613f87a90466c3' | Hendrik Leppkes | 2016-06-26 | 1 | -86/+1 |
|\ |
|
| * | get_bits: Drop some TRACE-level debug code | Diego Biurrun | 2016-05-22 | 1 | -64/+0 |
* | | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c' | Clément Bœsch | 2016-06-23 | 1 | -41/+1 |
|\| |
|
| * | Move VLC and RL_VLC_ELEM structure definitions to a separate header | Alexandra Hájková | 2016-05-17 | 1 | -41/+1 |
| * | Move check_marker() from get_bits to mpeg4videodec | Alexandra Hájková | 2016-05-16 | 1 | -9/+0 |
* | | lavc/get_bits: add a logging context to check_marker() | Clément Bœsch | 2016-06-22 | 1 | -2/+3 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
| * | lavc: Add get_bitsz() | Andreas Cadhalpun | 2016-01-11 | 1 | -0/+8 |
| * | get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL | Kieran Kunhya | 2016-01-11 | 1 | -0/+11 |
* | | get_bits: add get_bitsz for reading 0-25 bits | Andreas Cadhalpun | 2016-01-03 | 1 | -0/+8 |
* | | get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL | Kieran Kunhya | 2015-12-13 | 1 | -0/+11 |
* | | 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 |
|\| |
|