summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAge
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* cabac: Make CABAC states hardcodedAnton Khirnov2015-10-08
* cabac: remove leftovers from the cabac encoderJanne Grunau2014-01-14
* h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2013-09-24
* cabac: remove write-only h264_mps_state[]Anton Khirnov2013-09-24
* cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer2013-03-13
* Drop broken and unused CABAC test program.Diego Biurrun2012-11-14
* h264: use one table instead of several for cabac functionsRoland Scheidegger2012-04-28
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-12
* cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2012-01-12
* cabac: Remove ff_h264_lps_state array.Diego Biurrun2012-01-12
* cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun2012-01-09
* cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2012-01-07
* cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-04
* cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-04
* cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-17
* Remove unused structs and tables.Diego Biurrun2011-07-16
* cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-20
* 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
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-23
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
* main() --> main(void)Diego Biurrun2007-11-23
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Kill a warning with MSVCJindřich Makovička2006-10-18
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-15
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-13
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-11
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-11
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-10
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-09
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-09
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-09
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-08
* 5% faster get_cabac()Michael Niedermayer2006-10-08
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fixing selftestMichael Niedermayer2005-01-11
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* optimizationMichael Niedermayer2004-10-26
* overread fixMichael Niedermayer2004-07-08
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18