summaryrefslogtreecommitdiffstats
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-191-24/+58
* avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint2019-03-011-0/+1
* avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint2019-03-011-2/+2
* avcodec/get_bits: actually make cached reader correctly disabledJames Almer2018-08-301-18/+22
* avcodec/get_bits: add cached bitstream readerPaul B Mahol2018-08-301-2/+216
* avcodec/get_bits: Document skip_bits_long()Michael Niedermayer2018-04-071-0/+7
* avcodec/get_bits: Make sure the input bitstream with padding can be addressedMichael Niedermayer2018-03-261-1/+2
* avcodec/get_bits: Document the return code of get_vlc2()Michael Niedermayer2018-01-291-0/+1
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-111-0/+14
* avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol2016-12-181-0/+1
* avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer2016-12-031-0/+4
* Merge commit '52567e8198669a1e7493c75771613f87a90466c3'Hendrik Leppkes2016-06-261-86/+1
|\
| * get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-221-64/+0
* | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-231-41/+1
|\ \ | |/
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-171-41/+1
| * Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-161-9/+0
* | lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-221-2/+3
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| * lavc: Add get_bitsz()Andreas Cadhalpun2016-01-111-0/+8
| * get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-111-0/+11
* | get_bits: add get_bitsz for reading 0-25 bitsAndreas Cadhalpun2016-01-031-0/+8
* | get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2015-12-131-0/+11
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-4/+0
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+0
| * get_bits: remove unused assignmentVittorio Giovara2014-11-031-1/+1
* | avcodec/get_bits: print details of the location of the missing bit in check_m...Michael Niedermayer2015-04-141-1/+1
* | Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'Michael Niedermayer2014-09-051-6/+7
|\ \ | |/
| * get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-051-6/+7
* | Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b'Michael Niedermayer2014-09-021-2/+2
|\ \ | |/
| * get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-021-2/+2
| * get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-191-1/+2
* | avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened re...Michael Niedermayer2014-08-111-0/+5
* | get_bits: remove unused assignmentTimothy Gu2014-07-161-1/+1
* | avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer2014-06-161-1/+0
* | avcodec: better level/index printingMatthew Lindner2014-05-091-3/+3
* | avcodec: include GET_RL_VLC() in trace outputMichael Niedermayer2014-05-091-1/+21
* | Various small spelling fixes.Reimar Döffinger2014-04-221-1/+1
* | avcodec/get_bits: add skip_1stop_8data_bitsMichael Niedermayer2013-10-301-0/+14
* | skip_bits: dont call UPDATE_CACHEMichael Niedermayer2013-09-301-1/+0
* | avcodec/get_bits: place volatile at the right spotMichael Niedermayer2013-07-301-1/+1
* | avcodec/get_bits: init_state is used for thread sync, make it volatileMichael Niedermayer2013-07-301-1/+1
* | avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer2013-07-291-0/+1
* | get_bits: add get_bits_le()Paul B Mahol2013-07-051-18/+43
* | get_xbits: assert validity of the number of bitsMichael Niedermayer2013-06-301-0/+1
* | get_bits: return pointer to buffer that is the result of the alignment.Ronald S. Bultje2013-02-111-1/+2
* | Merge commit '4af5310d29379283553bcd9f541a3f6c317f706e'Michael Niedermayer2013-01-221-138/+150
|\ \ | |/
| * get_bits/put_bits: K&R formatting cosmeticsDiego Biurrun2013-01-211-138/+150
OpenPOWER on IntegriCloud