summaryrefslogtreecommitdiff
path: root/libavcodec/rl.c
Commit message (Collapse)AuthorAge
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
| | | | | | | 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-28
|
* rl: Add a function for freeing dynamically allocated tables.Anton Khirnov2015-05-28
| | | | Such tables are not used anywhere currently, but that should change.
* rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
|
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-28