Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE() | Michael Niedermayer | 2017-09-09 | 1 | -7/+1 |
* | avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit() | Michael Niedermayer | 2017-09-02 | 1 | -0/+3 |
* | avcodec/dirac_vlc: Fix invalid shift | Michael Niedermayer | 2017-08-01 | 1 | -0/+3 |
* | avcodec/dirac_vlc: Fix undefined shift | Michael Niedermayer | 2017-07-24 | 1 | -2/+7 |
* | dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residue | Rostislav Pehlivanov | 2016-07-14 | 1 | -2/+2 |
* | dirac_vlc: add a SET_RESIDUE macro and fix recent regression | Rostislav Pehlivanov | 2016-07-14 | 1 | -9/+15 |
* | dirac_vlc: remove redundant macro declaration | Rostislav Pehlivanov | 2016-07-13 | 1 | -8/+4 |
* | dirac_vlc: fix undefined shifts | Rostislav Pehlivanov | 2016-07-13 | 1 | -2/+2 |
* | avcodec/dirac_vlc: Fix mixed declaration and statements | Michael Niedermayer | 2016-07-12 | 1 | -3/+6 |
* | diracdec: implement a LUT-based Golomb code parser | Rostislav Pehlivanov | 2016-07-11 | 1 | -0/+242 |