| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -1/+1 |
* | avcodec/rl: Add analogue for ff_rl_init() without RLTable | Andreas Rheinhardt | 2022-10-27 | 1 | -0/+10 |
* | avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twice | Andreas Rheinhardt | 2022-01-09 | 1 | -6/+3 |
* | avcodec/rl: Improve documentation of ff_rl_init/ff_rl_init_vlc | Andreas Rheinhardt | 2021-05-05 | 1 | -0/+15 |
* | avcodec/rl: Allow to create only a few VLC tables | Andreas Rheinhardt | 2021-01-25 | 1 | -0/+8 |
* | avcodec/rl: Remove nonstatic storage of RL tables | Andreas Rheinhardt | 2020-12-31 | 1 | -8/+3 |
* | Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c' | Clément Bœsch | 2016-06-23 | 1 | -1/+2 |
|\ |
|
| * | Move VLC and RL_VLC_ELEM structure definitions to a separate header | Alexandra Hájková | 2016-05-17 | 1 | -1/+2 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1' | Michael Niedermayer | 2015-05-28 | 1 | -1/+1 |
|\| |
|
| * | rl: Add error checking to ff_rl_init(). | Anton Khirnov | 2015-05-28 | 1 | -1/+1 |
* | | Merge commit '324e50ee95929a9491b855c5e15451145bd5d1ec' | Michael Niedermayer | 2015-05-28 | 1 | -0/+5 |
|\| |
|
| * | rl: Add a function for freeing dynamically allocated tables. | Anton Khirnov | 2015-05-28 | 1 | -0/+5 |
* | | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21' | Michael Niedermayer | 2015-05-28 | 1 | -3/+3 |
|\| |
|
| * | rl: Rename ff_*_rl() to ff_rl_*() | Anton Khirnov | 2015-05-28 | 1 | -3/+3 |
* | | rl.h: Use on-stack temporary VLC tables instead of having them static. | Reimar Döffinger | 2014-09-02 | 1 | -6/+2 |
* | | rl.h: remove deprecated and now unused vlc member. | Reimar Döffinger | 2014-09-02 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -3/+3 |
|\| |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer | 2008-05-30 | 1 | -1/+17 |
* | move run length table constants to rl.h | Aurelien Jacobs | 2008-03-04 | 1 | -1/+4 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Add standard licensing header to files that lack it. | Diego Biurrun | 2007-07-10 | 1 | -0/+21 |
* | cosmetics: typo | Diego Biurrun | 2007-07-10 | 1 | -1/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+4 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -1/+6 |
* | move RLTable stuff to its own header | Michael Niedermayer | 2007-03-14 | 1 | -0/+37 |