summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12vlc.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mpeg12data: Remove ff_rl_mpeg1Andreas Rheinhardt2022-10-271-3/+0
* avcodec/mpeg12: Use ff_rl_mpeg1.table_(run|level) directlyAndreas Rheinhardt2022-10-271-0/+3
* avcodec/mpeg12data: Remove unused ff_rl_mpeg2Andreas Rheinhardt2022-10-271-1/+0
* avcodec/mpeg12: Pass parameters explicitly in ff_init_2d_vlc_rl()Andreas Rheinhardt2022-10-271-5/+3
* avcodec/mpeg12enc: Pass tables explicitly in ff_mpeg1_init_uni_ac_vlcAndreas Rheinhardt2022-10-271-1/+2
* avcodec/mpeg12enc: Avoid unnecessary indirectionAndreas Rheinhardt2022-10-271-0/+5
* avcodec/mpeg12: Avoid indirection when accessing rl_vlc tablesAndreas Rheinhardt2022-10-271-7/+7
* avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to itAndreas Rheinhardt2022-10-041-0/+15
* avcodec/mpeg12: Reduce size of motion-vector VLCAndreas Rheinhardt2020-10-121-1/+1
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-1/+1
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '8606e881b02bec2ac24943d22c8afe11d641fac8'Michael Niedermayer2015-06-121-4/+4
|/
* mpeg12: Move the vlc bits to a stand alone fileLuca Barbato2015-06-121-0/+52