Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer
2012-07-07cabac: use av_assertMichael Niedermayer
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-28h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger
2012-01-141000l commit forgotten cabac fixMichael Niedermayer
2012-01-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-13cabac: split cabac.h into declarations and function definitionsDiego Biurrun
2012-01-13cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun
2012-01-13cabac: Remove ff_h264_lps_state array.Diego Biurrun
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-08cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun
2011-09-10cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer
2011-09-10cabac test: match encode and decode sideMichael Niedermayer
2011-09-10cabac: fix cabac encoderMichael Niedermayer
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16Remove unused structs and tables.Diego Biurrun
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-21cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-23Fix test program compilation: Add missing #include and update the callDiego Biurrun
2008-01-21Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-19Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-10-18Kill a warning with MSVCJindřich Makovička
2006-10-16shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer
2006-10-13dehack *ps_state indexing in the branchless decoderMichael Niedermayer
2006-10-11make state transition tables global as they are constant and the code is slig...Michael Niedermayer
2006-10-11make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer
2006-10-10BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun
2006-10-10reverse remainder of the failed attempt to optimize *state=c->mps_state[s]Michael Niedermayer
2006-10-10optimize branchless C CABAC decoderMichael Niedermayer
2006-10-09decrease ff_h264_norm_shift[] sizeMichael Niedermayer
2006-10-08branchless renormalization (1% faster get_cabac) old branchless renormalizati...Michael Niedermayer
2006-10-085% faster get_cabac()Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun