Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-01avcodec/bitstream: Don't check for undefined behaviour after it happenedAndreas Rheinhardt
2019-06-14avcodec/bitstream: Check for more conflicting codes in build_table()Michael Niedermayer
2019-06-14avcodec/bitstream: Check for integer code truncation in build_table()Michael Niedermayer
2019-01-01avcodec/bitstream: Return specific error codes when building vlc tablesMichael Niedermayer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-22lavc/bitstream: remove unused atomic.h includeClément Bœsch
2017-01-11avcodec: move bitswap_32() into a header fileSteinar H. Gunderson
2017-01-05avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp...Michael Niedermayer
2017-01-05avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is validMichael Niedermayer
2016-06-23Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-17Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-03-29fix some a/an typosLou Logan
2016-03-06bitstream.c: improve init_vlc error messages.Reimar Döffinger
2015-10-18avcodec/bitstream: replace qsort with AV_QSORTGanesh Ajjanagadde
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-14doc: fix spelling errorsAndreas Cadhalpun
2015-05-25avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-07-02avcodec/bitstream: remove trivial assertMichael Niedermayer
2014-06-21avcodec/bitstream: document the double volatileMichael Niedermayer
2014-06-20avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2Michael Niedermayer
2014-06-16avcodec/bitstream: try to make vlc init code inherently thread safeMichael Niedermayer
2014-06-16avcodec/bitstream: fill invalid vlc tables entries as last pass instead of firstMichael Niedermayer
2014-06-16avcodec/bitstream: zero vlc tables on allocationMichael Niedermayer
2014-04-08vcodec/bitstream: use av_malloc_array()Michael Niedermayer
2014-01-23avcodec/bitstream: assert that no integer overflow happened when writing code...Michael Niedermayer
2013-12-11avcodec/bitstream: remove unused variableMichael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-10-15bitstream: Check the result of av_malloc()Diego Biurrun
2013-08-08avcodec/bitstream: Dont try to free buffers for static VLCsMichael Niedermayer
2013-07-29avcodec/ff_init_vlc_sparse: use a local array for static vlcs avoiding malloc()Michael Niedermayer
2013-07-29avcodec/ff_init_vlc_sparse: use a spinlock for thread syncMichael Niedermayer
2013-07-29Revert "bitstream: make vlc init of static tables thread safe."Michael Niedermayer
2013-07-09bitstream: fix a crash in case of oomPiotr Bandurski
2013-06-17Merge commit 'f80b60ad59945dae32bb26a4e239ed94b0e92fa3'Michael Niedermayer
2013-06-17Merge commit 'f776899a17dce32ad7fb9231d98f15558f37cc3f'Michael Niedermayer
2013-06-16bitstream: forward error values and drop few abort()Luca Barbato
2013-06-16bitstream: K&R formatting cosmeticsLuca Barbato
2013-05-21avcodec/bitstream: print vlc length in error case.Michael Niedermayer
2013-04-21init_vlc_sparse: fix leak on errorMichael Niedermayer
2013-04-18avcodec/bitstream: check codes in ff_init_vlc_sparse()Michael Niedermayer
2013-04-18avcodec/bitstream: Check bits in ff_init_vlc_sparse()Michael Niedermayer
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun