| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix missing used attribute for inline assembly variables | Thomas Köppe | 2017-11-13 | 1 | -1/+1 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2016-10-21 | 1 | -1/+1 |
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -147/+0 |
|\| |
|
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
| * | cabac: Make CABAC states hardcoded | Anton Khirnov | 2015-10-08 | 1 | -101/+124 |
* | | fate/cabac: replace uninitialized bytes by random bytes | Michael Niedermayer | 2016-01-23 | 1 | -1/+3 |
* | | cabac: Ensure 2-byte cabac loads are on 2-byte boundry | John Cox | 2016-01-22 | 1 | -1/+10 |
* | | avcodec/cabac: Check initial cabac decoder state | Michael Niedermayer | 2015-11-27 | 1 | -1/+4 |
* | | cabac: Make cabac starts hardcoded | Anton Khirnov | 2015-10-10 | 1 | -83/+124 |
* | | Revert "cabac: Allow hardcoding CABAC table." | Derek Buitenhuis | 2015-10-10 | 1 | -2/+72 |
* | | avcodec/cabac: remove START/STOP_TIMER debug/benchmark code | Michael Niedermayer | 2015-04-18 | 1 | -8/+0 |
* | | cabac-test: Return 1 if there are any errors | Timothy Gu | 2015-04-10 | 1 | -5/+11 |
* | | cabac: Allow hardcoding CABAC table. | Reimar Döffinger | 2014-09-06 | 1 | -72/+2 |
* | | cabac: initialize all of ff_h264_cabac_tables programmatically. | Reimar Döffinger | 2014-09-06 | 1 | -22/+4 |
* | | Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec' | Michael Niedermayer | 2014-01-26 | 1 | -0/+1 |
|\| |
|
| * | cabac: remove leftovers from the cabac encoder | Janne Grunau | 2014-01-14 | 1 | -13/+0 |
* | | avcodec/cabac: force get_cabac to be not inlined | Michael Niedermayer | 2013-12-05 | 1 | -1/+1 |
* | | avcodec/cabac: remove h264_lps_state | Michael Niedermayer | 2013-09-25 | 1 | -7/+1 |
* | | Merge commit 'cab8c5f8e140c96ba3725ab709d823abfd1e31a5' | Michael Niedermayer | 2013-09-25 | 1 | -0/+6 |
|\| |
|
| * | h264: do not reinitialize the global cabac tables at each slice header | Anton Khirnov | 2013-09-24 | 1 | -0/+6 |
* | | Merge commit 'e880418660c80e2f12a123e131975cdb6b12cd13' | Michael Niedermayer | 2013-09-25 | 1 | -7/+3 |
|\| |
|
| * | cabac: remove write-only h264_mps_state[] | Anton Khirnov | 2013-09-24 | 1 | -6/+2 |
* | | avcodec: fix duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-13 | 1 | -1/+2 |
|\| |
|
| * | cabac: remove unused argument of ff_init_cabac_states() | Michael Niedermayer | 2013-03-13 | 1 | -1/+2 |
| * | Drop broken and unused CABAC test program. | Diego Biurrun | 2012-11-14 | 1 | -147/+0 |
| * | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -23/+31 |
* | | h264: ff_init_cabac_states doesnt use its argument thus remove it | Michael Niedermayer | 2012-08-26 | 1 | -2/+2 |
* | | cabac: use av_assert | Michael Niedermayer | 2012-07-07 | 1 | -1/+1 |
* | | h264: use one table instead of several for cabac functions | Roland Scheidegger | 2012-04-28 | 1 | -23/+31 |
* | | h264: (trivial) make ff_h264_lps_state static | Roland Scheidegger | 2012-04-28 | 1 | -7/+7 |
* | | 1000l commit forgotten cabac fix | Michael Niedermayer | 2012-01-14 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-14 | 1 | -6/+5 |
|\| |
|
| * | cabac: split cabac.h into declarations and function definitions | Diego Biurrun | 2012-01-12 | 1 | -0/+1 |
| * | cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. | Diego Biurrun | 2012-01-12 | 1 | -4/+4 |
| * | cabac: Remove ff_h264_lps_state array. | Diego Biurrun | 2012-01-12 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-10 | 1 | -74/+0 |
|\| |
|
| * | cabac: remove put_cabac_u/ueg from cabac-test. | Diego Biurrun | 2012-01-09 | 1 | -73/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-08 | 1 | -0/+25 |
|\| |
|
| * | cabac: Move code only used within the CABAC test program into the test program. | Diego Biurrun | 2012-01-07 | 1 | -0/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-05 | 1 | -31/+0 |
|\| |
|
| * | cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions | Diego Biurrun | 2012-01-04 | 1 | -15/+0 |
| * | cabac: drop unused STRICT_LIMITS code branch | Diego Biurrun | 2012-01-04 | 1 | -16/+0 |
* | | cabac test: Change input to test, so a wider range of states is tested. | Michael Niedermayer | 2011-09-10 | 1 | -1/+2 |
* | | cabac test: match encode and decode side | Michael Niedermayer | 2011-09-10 | 1 | -1/+2 |
* | | cabac: fix cabac encoder | Michael Niedermayer | 2011-09-10 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -0/+134 |
|\| |
|