summaryrefslogtreecommitdiffstats
path: root/libavcodec/bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "Add assert that the avcodec lock is held when initializing static VLC...Michael Niedermayer2012-12-061-2/+0
* | Add assert that the avcodec lock is held when initializing static VLC tables.Reimar Döffinger2012-12-051-0/+2
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-4/+5
|\ \ | |/
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-4/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-101-1/+1
|\ \ | |/
| * Rename ff_put_string to avpriv_put_stringMartin Storsjö2012-09-091-1/+1
* | libavcodec/bitstream: switch to av_assertMichael Niedermayer2012-07-231-1/+2
* | bitstream: build_table, check table_nb_bits.Michael Niedermayer2012-03-231-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-3/+3
|\ \ | |/
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
OpenPOWER on IntegriCloud