index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
rl.h
Age
Commit message (
Expand
)
Author
2016-06-23
Merge commit 'ffa190d0479d2370dd89c95692f822cbff2cc24c'
Clément Bœsch
2016-05-17
Move VLC and RL_VLC_ELEM structure definitions to a separate header
Alexandra Hájková
2016-02-24
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
Derek Buitenhuis
2016-02-18
cosmetics: Drop empty comment lines
Diego Biurrun
2015-05-28
Merge commit '1b1bb2c4efc126d74d44d8c421860c85f932ecb1'
Michael Niedermayer
2015-05-28
Merge commit '324e50ee95929a9491b855c5e15451145bd5d1ec'
Michael Niedermayer
2015-05-28
Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'
Michael Niedermayer
2015-05-28
rl: Add error checking to ff_rl_init().
Anton Khirnov
2015-05-28
rl: Add a function for freeing dynamically allocated tables.
Anton Khirnov
2015-05-28
rl: Rename ff_*_rl() to ff_rl_*()
Anton Khirnov
2014-09-02
rl.h: Use on-stack temporary VLC tables instead of having them static.
Reimar Döffinger
2014-09-02
rl.h: remove deprecated and now unused vlc member.
Reimar Döffinger
2012-02-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-05-30
Change init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer
2008-03-04
move run length table constants to rl.h
Aurelien Jacobs
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-10
Add standard licensing header to files that lack it.
Diego Biurrun
2007-07-10
cosmetics: typo
Diego Biurrun
2007-06-16
include all prerequisites in header files
Måns Rullgård
2007-03-14
kill av_mallocz_static() calls in init_rl()
Michael Niedermayer
2007-03-14
move RLTable stuff to its own header
Michael Niedermayer