summaryrefslogtreecommitdiffstats
path: root/libavcodec/tableprint_vlc.h
Commit message (Collapse)AuthorAgeFilesLines
* lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.Carl Eugen Hoyos2019-06-241-0/+1
| | | | | Fixes compilation with --enable-hardcoded-tables. Fixes ticket #7962.
* avcodec/tableprint_vlc: Fix build failure with --enable-hardcoded-tablesMichael Niedermayer2018-03-291-0/+1
| | | | | Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.Alexis Ballier2015-08-121-0/+1
| | | | Fixes the build with --enable-hardcoded-tables since ff_reverse has moved to lavu.
* avcodec/tableprint_vlc: Do not define functions to nothingMichael Niedermayer2015-05-071-4/+4
| | | | | | This avoids potential warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change.Alexis Ballier2015-04-271-1/+2
| | | | | | This fixes the build with --enable-hardcoded-tables that was broken since [8f7b022c8c2f40bf8ddfd90778a4c91424d3a8e5]. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* qdm2: Allow hard-coding VLC tables.Reimar Döffinger2014-12-181-0/+80
Also adds a lot of infrastructure necessary for it. Some of it is a bit ugly though. Increases binary size for hardcoded tables by about 12 kB, which is about 15 kB from qdm2_table minus data and code saved that was only used for creating it. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
OpenPOWER on IntegriCloud