summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-25avcodec/cabac: remove h264_lps_stateMichael Niedermayer1-7/+1
2013-09-25Merge commit 'cab8c5f8e140c96ba3725ab709d823abfd1e31a5'Michael Niedermayer2-1/+8
2013-09-25Merge commit 'e880418660c80e2f12a123e131975cdb6b12cd13'Michael Niedermayer1-7/+3
2013-09-24h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov2-1/+8
2013-09-24cabac: remove write-only h264_mps_state[]Anton Khirnov1-6/+2
2013-09-21avcodec: fix duplicate includesMichael Niedermayer7-7/+0
2013-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer2-4/+6
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer3-3/+4
2012-11-13Drop broken and unused CABAC test program.Diego Biurrun2-149/+1
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer3-4/+4
2012-07-07cabac: use av_assertMichael Niedermayer1-1/+1
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger6-48/+70
2012-04-28h264: (trivial) make ff_h264_lps_state staticRoland Scheidegger1-7/+7
2012-01-141000l commit forgotten cabac fixMichael Niedermayer1-0/+2
2012-01-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-169/+263
2012-01-12cabac: split cabac.h into declarations and function definitionsDiego Biurrun5-133/+167
2012-01-12cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.Diego Biurrun2-5/+4
2012-01-12cabac: Remove ff_h264_lps_state array.Diego Biurrun2-3/+0
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer38-723/+2217
2012-01-09cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun1-73/+0
2012-01-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer48-219/+693
2012-01-07cabac: Move code only used within the CABAC test program into the test program.Diego Biurrun2-25/+25
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-942/+964
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2-73/+0
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2-19/+0
2011-09-10cabac test: Change input to test, so a wider range of states is tested.Michael Niedermayer1-1/+2
2011-09-10cabac test: match encode and decode sideMichael Niedermayer1-1/+2
2011-09-10cabac: fix cabac encoderMichael Niedermayer1-0/+4
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-17cabac: Move code only used in the cabac test program to cabac.c.Diego Biurrun2-172/+134
2011-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-498/+144
2011-07-15Remove unused structs and tables.Diego Biurrun4-255/+2
2011-06-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-435/+288
2011-06-20cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2-113/+1
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun9-43/+43
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun9-36/+64
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-01-23Fix test program compilation: Add missing #include and update the callDiego Biurrun1-1/+2
2008-01-20Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun4-8/+8
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-07-19Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris4-0/+4
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2006-10-18Kill a warning with MSVCJindřich Makovička2-5/+6
2006-10-15shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2-52/+77
2006-10-13dehack *ps_state indexing in the branchless decoderMichael Niedermayer2-6/+10
[next]