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