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
2022-03-22avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt
2022-03-22avcodec/bitstream: Move code for initializing VLCs to file of its ownAndreas Rheinhardt
2022-03-22avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-01-09avcodec/bitstream: Don't pretend VLCs to be initialized concurrentlyAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-04-27avcodec/bitstream: Remove avpriv PutBits API functionsAndreas Rheinhardt
2021-02-24avcodec/bitstream: Rewrite code to avoid triggering compiler warningAndreas Rheinhardt
2020-12-08avcodec/bitstream: Allow static VLC tables to be bigger than neededAndreas Rheinhardt
2020-12-08avcodec/bitstream: Add second function to create VLCsAndreas Rheinhardt
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2020-10-28put_bits: make avpriv_put_string() lavc-localAnton Khirnov
2020-10-28put_bits: make avpriv_align_put_bits() inlineAnton Khirnov
2020-10-28avcodec/bitstream: Stop allocating one VLCcode more than neededAndreas Rheinhardt
2020-10-28avcodec/bitstream: Check code length before truncating to uint8_tAndreas Rheinhardt
2020-10-27avcodec/bitstream: Consistently treat symbol as VLC_TYPEAndreas Rheinhardt
2020-10-12avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLCAndreas Rheinhardt
2020-09-01avcodec/bitstream: Remove outdated commentAndreas Rheinhardt
2020-06-28avcodec/bitstream: Avoid allocation when creating VLC tablesAndreas Rheinhardt
2020-06-28avcodec/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