summaryrefslogtreecommitdiff
path: root/libavcodec/rl.h
Commit message (Expand)AuthorAge
* avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twiceAndreas Rheinhardt2022-01-09
* avcodec/rl: Improve documentation of ff_rl_init/ff_rl_init_vlcAndreas Rheinhardt2021-05-05
* avcodec/rl: Allow to create only a few VLC tablesAndreas Rheinhardt2021-01-25
* avcodec/rl: Remove nonstatic storage of RL tablesAndreas Rheinhardt2020-12-31
* Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'Clément Bœsch2016-06-23
|\
| * Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-24
|\|
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* | Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1'Michael Niedermayer2015-05-28
|\|
| * rl: Add error checking to ff_rl_init().Anton Khirnov2015-05-28
* | Merge commit '324e50ee95929a9491b855c5e15451145bd5d1ec'Michael Niedermayer2015-05-28
|\|
| * rl: Add a function for freeing dynamically allocated tables.Anton Khirnov2015-05-28
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-28
|\|
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-28
* | rl.h: Use on-stack temporary VLC tables instead of having them static.Reimar Döffinger2014-09-02
* | rl.h: remove deprecated and now unused vlc member.Reimar Döffinger2014-09-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* move run length table constants to rl.hAurelien Jacobs2008-03-04
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Add standard licensing header to files that lack it.Diego Biurrun2007-07-10
* cosmetics: typoDiego Biurrun2007-07-10
* include all prerequisites in header filesMåns Rullgård2007-06-16
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* move RLTable stuff to its own headerMichael Niedermayer2007-03-14