summaryrefslogtreecommitdiff
path: root/libavcodec/rl.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/rl: Add analogue for ff_rl_init() without RLTableAndreas Rheinhardt2022-10-271-0/+17
* avcodec/vlc: Use structure instead of VLC_TYPE array as VLC elementAndreas Rheinhardt2022-06-171-3/+3
* avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twiceAndreas Rheinhardt2022-01-091-14/+6
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/rl: Allow to create only a few VLC tablesAndreas Rheinhardt2021-01-251-0/+3
* avcodec/rl: Remove nonstatic storage of RL tablesAndreas Rheinhardt2020-12-311-42/+8
* lavc: fix previous mergeClément Bœsch2016-06-231-0/+1
* Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-231-0/+1
|\
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-171-0/+1
* | Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1'Michael Niedermayer2015-05-281-6/+20
|\ \ | |/
| * rl: Add error checking to ff_rl_init().Anton Khirnov2015-05-281-6/+20
* | Merge commit '324e50ee95929a9491b855c5e15451145bd5d1ec'Michael Niedermayer2015-05-281-0/+12
|\ \ | |/
| * rl: Add a function for freeing dynamically allocated tables.Anton Khirnov2015-05-281-0/+12
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-2/+2
|\ \ | |/
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
* | Merge commit 'fa1923f18205410a3b0aa6c0e77cb31443ef340d'Michael Niedermayer2015-05-281-8/+12
|/
* mpegvideo: Move ff_*_rl functions to a separate fileAnton Khirnov2015-05-281-0/+115