summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_vlc.c
Commit message (Expand)AuthorAge
* avcodec/dirac_vlc: Make ff_dirac_golomb_lut staticAndreas Rheinhardt2021-02-20
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/dirac_vlc: Fix integer overflow in ff_dirac_golomb_read_32/16bit()Michael Niedermayer2020-04-25
* diracdec: rewrite golomb readerLynne2020-03-12
* avcodec/dirac_vlc: limit res_bits in APPEND_RESIDUE()Michael Niedermayer2017-09-09
* avcodec/dirac_vlc: Fix invalid shift in ff_dirac_golomb_read_32bit()Michael Niedermayer2017-09-02
* avcodec/dirac_vlc: Fix invalid shiftMichael Niedermayer2017-08-01
* avcodec/dirac_vlc: Fix undefined shiftMichael Niedermayer2017-07-24
* dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residueRostislav Pehlivanov2016-07-14
* dirac_vlc: add a SET_RESIDUE macro and fix recent regressionRostislav Pehlivanov2016-07-14
* dirac_vlc: remove redundant macro declarationRostislav Pehlivanov2016-07-13
* dirac_vlc: fix undefined shiftsRostislav Pehlivanov2016-07-13
* avcodec/dirac_vlc: Fix mixed declaration and statementsMichael Niedermayer2016-07-12
* diracdec: implement a LUT-based Golomb code parserRostislav Pehlivanov2016-07-11