summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAge
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/bitstream: Move code for initializing VLCs to file of its ownAndreas Rheinhardt2022-03-21
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* avcodec/bitstream: Don't pretend VLCs to be initialized concurrentlyAndreas Rheinhardt2022-01-09
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/bitstream: Remove avpriv PutBits API functionsAndreas Rheinhardt2021-04-27
* avcodec/bitstream: Rewrite code to avoid triggering compiler warningAndreas Rheinhardt2021-02-24
* avcodec/bitstream: Allow static VLC tables to be bigger than neededAndreas Rheinhardt2020-12-08
* avcodec/bitstream: Add second function to create VLCsAndreas Rheinhardt2020-12-08
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_put_string() lavc-localAnton Khirnov2020-10-28
* put_bits: make avpriv_align_put_bits() inlineAnton Khirnov2020-10-28
* avcodec/bitstream: Stop allocating one VLCcode more than neededAndreas Rheinhardt2020-10-28
* avcodec/bitstream: Check code length before truncating to uint8_tAndreas Rheinhardt2020-10-28
* avcodec/bitstream: Consistently treat symbol as VLC_TYPEAndreas Rheinhardt2020-10-27
* avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLCAndreas Rheinhardt2020-10-12
* avcodec/bitstream: Remove outdated commentAndreas Rheinhardt2020-09-01
* avcodec/bitstream: Avoid allocation when creating VLC tablesAndreas Rheinhardt2020-06-27
* avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt2020-06-27
* avcodec/bitstream: Check for more conflicting codes in build_table()Michael Niedermayer2019-06-14
* avcodec/bitstream: Check for integer code truncation in build_table()Michael Niedermayer2019-06-14
* avcodec/bitstream: Return specific error codes when building vlc tablesMichael Niedermayer2019-01-01
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavc/bitstream: remove unused atomic.h includeClément Bœsch2017-03-22
* avcodec: move bitswap_32() into a header fileSteinar H. Gunderson2017-01-11
* avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...Michael Niedermayer2017-01-05
* avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is validMichael Niedermayer2017-01-05
* 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
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | fix some a/an typosLou Logan2016-03-28
* | bitstream.c: improve init_vlc error messages.Reimar Döffinger2016-03-06
* | avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-18
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-16
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-14
* | avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer2015-05-25
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-20
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/bitstream: remove trivial assertMichael Niedermayer2014-07-02
* | avcodec/bitstream: document the double volatileMichael Niedermayer2014-06-21
* | avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2Michael Niedermayer2014-06-20
* | avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer2014-06-16
* | avcodec/bitstream: fill invalid vlc tables entries as last pass instead of firstMichael Niedermayer2014-06-16
* | avcodec/bitstream: zero vlc tables on allocationMichael Niedermayer2014-06-16
* | vcodec/bitstream: use av_malloc_array()Michael Niedermayer2014-04-08
* | avcodec/bitstream: assert that no integer overflow happened when writing code...Michael Niedermayer2014-01-23