summaryrefslogtreecommitdiffstats
path: root/libavcodec/rl.c
Commit message (Collapse)AuthorAgeFilesLines
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-171-0/+1
| | | | | | | Use the newly created vlc.h directly instead of including get_bits when needed. The VLC and RL_VLC_ELEM structures are independent from the bitreader. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* rl: Add error checking to ff_rl_init().Anton Khirnov2015-05-281-6/+20
|
* rl: Add a function for freeing dynamically allocated tables.Anton Khirnov2015-05-281-0/+12
| | | | Such tables are not used anywhere currently, but that should change.
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
|
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-281-0/+115
OpenPOWER on IntegriCloud