aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideodata.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mpegvideodata: Join mpeg1/2 dc scale tablesAndreas Rheinhardt2022-10-311-17/+9
| | | | | | Avoids relocations. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/mpegvideodata: Make DC scale tables smallerAndreas Rheinhardt2022-10-311-28/+4
| | | | | | | | | These tables are only accessed in ff_set_qscale() which only accesses values 1..31 as well as in encode_picture() in mpegvideo_enc.c, accessing the value with index 8. So make these tables smaller. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* mpegvideodata: drop useless commentsAnton Khirnov2020-03-161-5/+0
|
* avcodec/mpeg12dec: Move non_linear_qscale to mpegvideodataMichael Niedermayer2015-09-181-0/+7
| | | | | | This will be used in the next commit Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-4/+4
| | | | | | | * commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61': mpegvideo: Move tables to a separate file Merged-by: Michael Niedermayer <michaelni@gmx.at>
* mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+102