summaryrefslogtreecommitdiff
path: root/libavcodec/dirac_vlc.c
Commit message (Expand)AuthorAgeFilesLines
* dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residueRostislav Pehlivanov2016-07-141-2/+2
* dirac_vlc: add a SET_RESIDUE macro and fix recent regressionRostislav Pehlivanov2016-07-141-9/+15
* dirac_vlc: remove redundant macro declarationRostislav Pehlivanov2016-07-131-8/+4
* dirac_vlc: fix undefined shiftsRostislav Pehlivanov2016-07-131-2/+2
* avcodec/dirac_vlc: Fix mixed declaration and statementsMichael Niedermayer2016-07-121-3/+6
* diracdec: implement a LUT-based Golomb code parserRostislav Pehlivanov2016-07-111-0/+242