summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
Commit message (Expand)AuthorAge
* avcodec/vlc, bitstream: Fix multi VLC with uint8_t syms on BEAndreas Rheinhardt2024-04-02
* avcodec: move leb reading functions to its own headerJames Almer2024-01-31
* avcodec/get_bits: add get_leb()James Almer2023-12-18
* avcodec/vlc: Use proper namespaceAndreas Rheinhardt2023-09-11
* avcodec/get_bits: Avoid reading multiple times in get_bits_longAndreas Rheinhardt2023-09-10
* avcodec: add multi vlc readerPaul B Mahol2023-09-07
* lavc/bitstream: avoid UB in bits_{read,peek}_signed(0)Anton Khirnov2023-01-18
* lavc/get_bits: add a compat wrapper for the cached bitstream readerAnton Khirnov2023-01-06
* libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCMMartijn van Beurden2022-12-26
* get_bits: move check_marker() to mpegvideodec.hAnton Khirnov2022-07-04
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-17
* lavc/get_bits: avoid avcodec.h dependencyAnton Khirnov2021-06-10
* avcodec/get_bits: cosmeticsRamiro Polla2020-03-22
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-19
* avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint2019-03-01
* avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint2019-03-01
* avcodec/get_bits: actually make cached reader correctly disabledJames Almer2018-08-30
* avcodec/get_bits: add cached bitstream readerPaul B Mahol2018-08-30
* avcodec/get_bits: Document skip_bits_long()Michael Niedermayer2018-04-07
* avcodec/get_bits: Make sure the input bitstream with padding can be addressedMichael Niedermayer2018-03-26
* avcodec/get_bits: Document the return code of get_vlc2()Michael Niedermayer2018-01-29
* avcodec: add Newtek SpeedHQ decoderSteinar H. Gunderson2017-01-11
* avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol2016-12-18
* avcodec/get_bits: Fix get_sbits_long(0)Michael Niedermayer2016-12-03
* Merge commit '52567e8198669a1e7493c75771613f87a90466c3'Hendrik Leppkes2016-06-26
|\
| * get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-22
* | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-23
|\|
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
| * Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-16
* | lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-22
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| * lavc: Add get_bitsz()Andreas Cadhalpun2016-01-11
| * get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-11
* | get_bits: add get_bitsz for reading 0-25 bitsAndreas Cadhalpun2016-01-03
* | get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2015-12-13
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
| * get_bits: remove unused assignmentVittorio Giovara2014-11-03
* | avcodec/get_bits: print details of the location of the missing bit in check_m...Michael Niedermayer2015-04-14
* | Merge commit 'b574e1e97ea7067a5fcd3876e30a67df0e4e6611'Michael Niedermayer2014-09-05
|\|
| * get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun2014-09-05
* | Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b'Michael Niedermayer2014-09-02
|\|
| * get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-02
| * get_bits: Return pointer to buffer that is the result of the alignmentRonald S. Bultje2013-02-19
* | avcodec/get_bits: add BITS_LEFT() for finding the bits left with an opened re...Michael Niedermayer2014-08-11
* | get_bits: remove unused assignmentTimothy Gu2014-07-16
* | avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer2014-06-16