| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use union of uint8_t and uint16_t in VLC_MULTI_ELEM | Andreas Rheinhardt | 2024-04-02 | 1 | -5/+5 |
* | avcodec/vlc, bitstream: Fix multi VLC with uint8_t syms on BE | Andreas Rheinhardt | 2024-04-02 | 1 | -1/+4 |
* | avcodec/vlc: Pass VLC_MULTI_ELEM directly not by pointer | Michael Niedermayer | 2023-11-01 | 1 | -7/+7 |
* | avcodec/vlc: Replace mysterious max computation code in multi vlc | Michael Niedermayer | 2023-11-01 | 1 | -5/+8 |
* | avcodec/vlc: Skip subtable entries in multi VLC | Michael Niedermayer | 2023-11-01 | 1 | -4/+12 |
* | avcodec/vlc: Add functions to init static VLCElem[] without VLC | Andreas Rheinhardt | 2023-10-31 | 1 | -0/+68 |
* | avcodec/vlc: dont pass nb_elems into multi vlc code | Michael Niedermayer | 2023-10-27 | 1 | -6/+5 |
* | avcodec/vlc: merge lost 16bit end of array check | Michael Niedermayer | 2023-10-27 | 1 | -4/+4 |
* | avcodec/vlc: fix off by one in limit check for multi | Paul B Mahol | 2023-09-27 | 1 | -2/+2 |
* | avcodec/vlc: fix min/max bits calculation in multi vlc | Paul B Mahol | 2023-09-26 | 1 | -2/+8 |
* | avcodec/vlc: use logctx instead of NULL | Paul B Mahol | 2023-09-26 | 1 | -1/+1 |
* | avcodec/vlc: free multi on fail | Michael Niedermayer | 2023-09-26 | 1 | -0/+1 |
* | avcodec/vlc: Attempt to free buf after use in ff_vlc_init_multi_from_lengths() | Michael Niedermayer | 2023-09-26 | 1 | -2/+5 |
* | avcodec/vlc: add correct upper limit for recursive function | Paul B Mahol | 2023-09-18 | 1 | -1/+1 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -16/+16 |
* | avcodec/vlc: Add documentation for ff_init_vlc_sparse() | Andreas Rheinhardt | 2023-09-11 | 1 | -23/+0 |
* | avcodec: add multi vlc reader | Paul B Mahol | 2023-09-07 | 1 | -0/+137 |
* | avcodec/vlc: Use structure instead of VLC_TYPE array as VLC element | Andreas Rheinhardt | 2022-06-17 | 1 | -13/+13 |
* | avcodec/bitstream: Move code for initializing VLCs to file of its own | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+378 |