summaryrefslogtreecommitdiffstats
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/bitstream: Check for more conflicting codes in build_table()Michael Niedermayer2019-06-141-1/+2
* avcodec/bitstream: Check for integer code truncation in build_table()Michael Niedermayer2019-06-141-0/+4
* avcodec/bitstream: Return specific error codes when building vlc tablesMichael Niedermayer2019-01-011-3/+3
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+3
* lavc/bitstream: remove unused atomic.h includeClément Bœsch2017-03-221-1/+0
* avcodec: move bitswap_32() into a header fileSteinar H. Gunderson2017-01-111-8/+0
* avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...Michael Niedermayer2017-01-051-1/+1
* avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is validMichael Niedermayer2017-01-051-1/+3
* Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-231-1/+1
|\
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-171-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | bitstream.c: improve init_vlc error messages.Reimar Döffinger2016-03-061-1/+1
* | avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde2015-10-181-1/+2
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* | avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer2015-05-251-0/+2
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-4/+5
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-5/+6
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/bitstream: remove trivial assertMichael Niedermayer2014-07-021-1/+0
* | avcodec/bitstream: document the double volatileMichael Niedermayer2014-06-211-1/+1
* | avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2Michael Niedermayer2014-06-201-1/+1
* | avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer2014-06-161-15/+13
* | avcodec/bitstream: fill invalid vlc tables entries as last pass instead of firstMichael Niedermayer2014-06-161-5/+6
* | avcodec/bitstream: zero vlc tables on allocationMichael Niedermayer2014-06-161-0/+1
* | vcodec/bitstream: use av_malloc_array()Michael Niedermayer2014-04-081-1/+1
* | avcodec/bitstream: assert that no integer overflow happened when writing code...Michael Niedermayer2014-01-231-0/+1
* | avcodec/bitstream: remove unused variableMichael Niedermayer2013-12-111-1/+0
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-1/+5
|\ \ | |/
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-3/+8
| * bitstream: Check the result of av_malloc()Diego Biurrun2013-10-151-0/+2
* | avcodec/bitstream: Dont try to free buffers for static VLCsMichael Niedermayer2013-08-081-2/+4
* | avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc()Michael Niedermayer2013-07-291-6/+8
* | avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer2013-07-291-9/+19
* | Revert "bitstream: make vlc init of static tables thread safe."Michael Niedermayer2013-07-291-17/+6
* | bitstream: fix a crash in case of oomPiotr Bandurski2013-07-091-0/+2
* | Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3'Michael Niedermayer2013-06-161-5/+5
|\ \ | |/
| * bitstream: forward error values and drop few abort()Luca Barbato2013-06-161-7/+7
* | Merge commit 'f776899a17dce32ad7fb9231d98f15558f37cc3f'Michael Niedermayer2013-06-161-75/+77
|\ \ | |/
| * bitstream: K&R formatting cosmeticsLuca Barbato2013-06-161-70/+74
* | avcodec/bitstream: print vlc length in error case.Michael Niedermayer2013-05-211-1/+1
* | init_vlc_sparse: fix leak on errorMichael Niedermayer2013-04-211-0/+2
* | avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer2013-04-181-0/+4
* | avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer2013-04-181-0/+4
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | bitstream: make vlc init of static tables thread safe.Michael Niedermayer2012-12-061-6/+17
OpenPOWER on IntegriCloud