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
2017-11-13Fix missing used attribute for inline assembly variablesThomas Köppe
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-01-23fate/cabac: replace uninitialized bytes by random bytesMichael Niedermayer
2016-01-22cabac: Ensure 2-byte cabac loads are on 2-byte boundryJohn Cox
2015-11-27avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer
2015-10-10cabac: Make cabac starts hardcodedAnton Khirnov
2015-10-10Revert "cabac: Allow hardcoding CABAC table."Derek Buitenhuis
2015-10-08cabac: Make CABAC states hardcodedAnton Khirnov
2015-04-18avcodec/cabac: remove START/STOP_TIMER debug/benchmark codeMichael Niedermayer
2015-04-10cabac-test: Return 1 if there are any errorsTimothy Gu
2014-09-06cabac: Allow hardcoding CABAC table.Reimar Döffinger
2014-09-06cabac: initialize all of ff_h264_cabac_tables programmatically.Reimar Döffinger
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-15cabac: remove leftovers from the cabac encoderJanne Grunau
2013-12-05avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer
2013-09-25avcodec/cabac: remove h264_lps_stateMichael Niedermayer
2013-09-25Merge commit 'cab8c5f8e140c96ba3725ab709d823abfd1e31a5'Michael Niedermayer
2013-09-25Merge commit 'e880418660c80e2f12a123e131975cdb6b12cd13'Michael Niedermayer
2013-09-24h264: do not reinitialize the global cabac tables at each slice headerAnton Khirnov
2013-09-24cabac: remove write-only h264_mps_state[]Anton Khirnov
2013-09-21avcodec: fix duplicate includesMichael Niedermayer
2013-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-13cabac: remove unused argument of ff_init_cabac_states()Michael Niedermayer
2012-11-14Drop broken and unused CABAC test program.Diego Biurrun
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