summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAge
* 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
* | avcodec/bitstream: remove unused variableMichael Niedermayer2013-12-11
* | Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\|
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
| * bitstream: Check the result of av_malloc()Diego Biurrun2013-10-15
* | avcodec/bitstream: Dont try to free buffers for static VLCsMichael Niedermayer2013-08-08
* | avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc()Michael Niedermayer2013-07-29
* | avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer2013-07-29
* | Revert "bitstream: make vlc init of static tables thread safe."Michael Niedermayer2013-07-29
* | bitstream: fix a crash in case of oomPiotr Bandurski2013-07-09
* | Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3'Michael Niedermayer2013-06-16
|\|
| * bitstream: forward error values and drop few abort()Luca Barbato2013-06-16
* | Merge commit 'f776899a17dce32ad7fb9231d98f15558f37cc3f'Michael Niedermayer2013-06-16
|\|
| * bitstream: K&R formatting cosmeticsLuca Barbato2013-06-16
* | avcodec/bitstream: print vlc length in error case.Michael Niedermayer2013-05-21
* | init_vlc_sparse: fix leak on errorMichael Niedermayer2013-04-21
* | avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer2013-04-18
* | avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer2013-04-18
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | bitstream: make vlc init of static tables thread safe.Michael Niedermayer2012-12-06
* | Revert "Add assert that the avcodec lock is held when initializing static VLC...Michael Niedermayer2012-12-06
* | Add assert that the avcodec lock is held when initializing static VLC tables.Reimar Döffinger2012-12-05
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-13
|\|