| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h | Andreas Rheinhardt | 2022-03-21 | 1 | -9/+0 |
* | avcodec/bitstream: Move code for initializing VLCs to file of its own | Andreas Rheinhardt | 2022-03-21 | 1 | -349/+0 |
* | avcodec/mathops: Move bitswap_32() to its only user | Andreas Rheinhardt | 2022-03-21 | 1 | -2/+9 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+1 |
* | avcodec/bitstream: Don't pretend VLCs to be initialized concurrently | Andreas Rheinhardt | 2022-01-09 | 1 | -27/+16 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -2/+13 |
* | avcodec/bitstream: Remove avpriv PutBits API functions | Andreas Rheinhardt | 2021-04-27 | 1 | -11/+0 |
* | avcodec/bitstream: Rewrite code to avoid triggering compiler warning | Andreas Rheinhardt | 2021-02-24 | 1 | -2/+2 |
* | avcodec/bitstream: Allow static VLC tables to be bigger than needed | Andreas Rheinhardt | 2020-12-08 | 1 | -2/+2 |
* | avcodec/bitstream: Add second function to create VLCs | Andreas Rheinhardt | 2020-12-08 | 1 | -36/+102 |
* | put_bits: make avpriv_copy_bits() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -1/+5 |
* | put_bits: make avpriv_put_string() lavc-local | Anton Khirnov | 2020-10-28 | 1 | -2/+1 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -1/+3 |
* | avcodec/bitstream: Stop allocating one VLCcode more than needed | Andreas Rheinhardt | 2020-10-28 | 1 | -3/+3 |
* | avcodec/bitstream: Check code length before truncating to uint8_t | Andreas Rheinhardt | 2020-10-28 | 1 | -5/+7 |
* | avcodec/bitstream: Consistently treat symbol as VLC_TYPE | Andreas Rheinhardt | 2020-10-27 | 1 | -1/+1 |
* | avcodec/vlc, bitstream: Allow to use BE codes to initialize LE VLC | Andreas Rheinhardt | 2020-10-12 | 1 | -3/+3 |
* | avcodec/bitstream: Remove outdated comment | Andreas Rheinhardt | 2020-09-01 | 1 | -3/+0 |
* | avcodec/bitstream: Avoid allocation when creating VLC tables | Andreas Rheinhardt | 2020-06-27 | 1 | -6/+8 |
* | avcodec/bitstream: Don't check for undefined behaviour after it happened | Andreas Rheinhardt | 2020-06-27 | 1 | -1/+1 |
* | avcodec/bitstream: Check for more conflicting codes in build_table() | Michael Niedermayer | 2019-06-14 | 1 | -1/+2 |
* | avcodec/bitstream: Check for integer code truncation in build_table() | Michael Niedermayer | 2019-06-14 | 1 | -0/+4 |
* | avcodec/bitstream: Return specific error codes when building vlc tables | Michael Niedermayer | 2019-01-01 | 1 | -3/+3 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+3 |
* | lavc/bitstream: remove unused atomic.h include | Clément Bœsch | 2017-03-22 | 1 | -1/+0 |
* | avcodec: move bitswap_32() into a header file | Steinar H. Gunderson | 2017-01-11 | 1 | -8/+0 |
* | avcodec/bitstream: Document the values supported for *_size in ff_init_vlc_sp... | Michael Niedermayer | 2017-01-05 | 1 | -1/+1 |
* | avcodec/bitstream: assert that *_size in ff_init_vlc_sparse() is valid | Michael Niedermayer | 2017-01-05 | 1 | -1/+3 |
* | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c' | Clément Bœsch | 2016-06-23 | 1 | -1/+1 |
|\ |
|
| * | Move VLC and RL_VLC_ELEM structure definitions to a separate header | Alexandra Hájková | 2016-05-17 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | | bitstream.c: improve init_vlc error messages. | Reimar Döffinger | 2016-03-06 | 1 | -1/+1 |
* | | avcodec/bitstream: replace qsort with AV_QSORT | Ganesh Ajjanagadde | 2015-10-18 | 1 | -1/+2 |
* | | doc: avoid incorrect phrase 'allows to' | Andreas Cadhalpun | 2015-06-16 | 1 | -1/+1 |
* | | doc: fix spelling errors | Andreas Cadhalpun | 2015-06-14 | 1 | -1/+1 |
* | | avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() | Michael Niedermayer | 2015-05-25 | 1 | -0/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -4/+5 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -5/+6 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/bitstream: remove trivial assert | Michael Niedermayer | 2014-07-02 | 1 | -1/+0 |
* | | avcodec/bitstream: document the double volatile | Michael Niedermayer | 2014-06-21 | 1 | -1/+1 |
* | | avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2 | Michael Niedermayer | 2014-06-20 | 1 | -1/+1 |
* | | avcodec/bitstream: try to make vlc init code inherently thread safe | Michael Niedermayer | 2014-06-16 | 1 | -15/+13 |
* | | avcodec/bitstream: fill invalid vlc tables entries as last pass instead of first | Michael Niedermayer | 2014-06-16 | 1 | -5/+6 |
* | | avcodec/bitstream: zero vlc tables on allocation | Michael Niedermayer | 2014-06-16 | 1 | -0/+1 |
* | | vcodec/bitstream: use av_malloc_array() | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | | avcodec/bitstream: assert that no integer overflow happened when writing code... | Michael Niedermayer | 2014-01-23 | 1 | -0/+1 |