summaryrefslogtreecommitdiff
path: root/libavcodec/cabac.c
Commit message (Expand)AuthorAgeFilesLines
...
* | cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer2011-09-101-1/+2
* | cabac test: match encode and decode sideMichael Niedermayer2011-09-101-1/+2
* | cabac: fix cabac encoderMichael Niedermayer2011-09-101-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-0/+134
|\ \ | |/
| * cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2011-07-171-0/+134
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-12/+1
|\ \ | |/
| * Remove unused structs and tables.Diego Biurrun2011-07-161-12/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-8/+0
|\ \ | |/
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-201-8/+0
| * 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
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-3/+3
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-2/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Fix test program compilation: Add missing #include and update the callDiego Biurrun2008-01-231-1/+2
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-201-2/+2
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Kill a warning with MSVCJindřich Makovička2006-10-181-3/+3
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-151-6/+29
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-131-4/+7
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-111-15/+16
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-111-4/+6
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-101-1/+1
* reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer2006-10-091-12/+12
* optimize branchless C CABAC decoderMichael Niedermayer2006-10-091-0/+8
* decrease ff_h264_norm_shift[] sizeMichael Niedermayer2006-10-091-14/+6
* branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer2006-10-081-9/+9
* 5% faster get_cabac()Michael Niedermayer2006-10-081-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-24/+24
* fixing selftestMichael Niedermayer2005-01-111-7/+10
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* optimizationMichael Niedermayer2004-10-261-6/+29
* overread fixMichael Niedermayer2004-07-081-0/+1
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+1
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-261-1/+1
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-091-0/+1
* cleanupMichael Niedermayer2003-06-061-1/+1
* (truncated) unary binerizationMichael Niedermayer2003-05-301-9/+35
* CABACMichael Niedermayer2003-05-281-0/+179