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
/
cabac.c
Age
Commit message (
Expand
)
Author
2012-01-12
cabac: split cabac.h into declarations and function definitions
Diego Biurrun
2012-01-12
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
Diego Biurrun
2012-01-12
cabac: Remove ff_h264_lps_state array.
Diego Biurrun
2012-01-09
cabac: remove put_cabac_u/ueg from cabac-test.
Diego Biurrun
2012-01-07
cabac: Move code only used within the CABAC test program into the test program.
Diego Biurrun
2012-01-04
cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions
Diego Biurrun
2012-01-04
cabac: drop unused STRICT_LIMITS code branch
Diego Biurrun
2011-07-17
cabac: Move code only used in the cabac test program to cabac.c.
Diego Biurrun
2011-07-16
Remove unused structs and tables.
Diego Biurrun
2011-06-20
cabac: remove BRANCHLESS_CABAC_DECODER switch
Mans Rullgard
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-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-01-23
Fix test program compilation: Add missing #include and update the call
Diego Biurrun
2008-01-20
Consistently use TEST as the preprocessor condition to enable test code.
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2007-07-19
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-05
license header consistency cosmetics
Diego Biurrun
2006-10-18
Kill a warning with MSVC
Jindřich Makovička
2006-10-15
shift CABACContext.range right, this reduces the number of shifts needed in g...
Michael Niedermayer
2006-10-13
dehack *ps_state indexing in the branchless decoder
Michael Niedermayer
2006-10-11
make state transition tables global as they are constant and the code is slig...
Michael Niedermayer
2006-10-11
make lps_range a global table its constant anyway (saves 1 addition for acces...
Michael Niedermayer
2006-10-10
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
Diego Biurrun
2006-10-09
reverse remainder of the failed attempt to optimize *state=c->mps_state[s]
Michael Niedermayer
2006-10-09
optimize branchless C CABAC decoder
Michael Niedermayer
2006-10-09
decrease ff_h264_norm_shift[] size
Michael Niedermayer
2006-10-08
branchless renormalization (1% faster get_cabac) old branchless renormalizati...
Michael Niedermayer
2006-10-08
5% faster get_cabac()
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-01-11
fixing selftest
Michael Niedermayer
2004-12-29
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer
2004-10-26
optimization
Michael Niedermayer
2004-07-08
overread fix
Michael Niedermayer
2004-05-18
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...
Michael Niedermayer
2004-03-26
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...
Laurent Aimar
2003-10-12
removed the obsolete and unused parameters of init_put_bits
Alex Beregszaszi
2003-06-09
FFV1 codec (our very simple lossless intra only codec, compresses much better...
Michael Niedermayer
2003-06-06
cleanup
Michael Niedermayer
2003-05-30
(truncated) unary binerization
Michael Niedermayer
2003-05-28
CABAC
Michael Niedermayer