91 Commits (54b5cc035a04aeac8206295a2e37b3877c8a7a7a)

Author SHA1 Message Date
Andreas Cadhalpun c8a6eb58d7 doc: fix spelling errors 8 years ago
Alexandra Hájková 5c31eaa999 Remove unnecessary get_bits.h #includes and add missing headers where needed. 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
Michael Niedermayer 0be4377333 fate/cabac: replace uninitialized bytes by random bytes 9 years ago
John Cox 48f80831ba cabac: Ensure 2-byte cabac loads are on 2-byte boundry 9 years ago
Michael Niedermayer 8000d484b8 avcodec/cabac: Check initial cabac decoder state 9 years ago
Anton Khirnov 8a73b8c5b4 cabac: Make cabac starts hardcoded 9 years ago
Derek Buitenhuis 9692fd7622 Revert "cabac: Allow hardcoding CABAC table." 9 years ago
Anton Khirnov a8956eca1f cabac: Make CABAC states hardcoded 9 years ago
Michael Niedermayer e739cbb2bb avcodec/cabac: remove START/STOP_TIMER debug/benchmark code 10 years ago
Timothy Gu 744594685e cabac-test: Return 1 if there are any errors 10 years ago
Reimar Döffinger 092d1977cc cabac: Allow hardcoding CABAC table. 10 years ago
Reimar Döffinger 0f1281b2b8 cabac: initialize all of ff_h264_cabac_tables programmatically. 10 years ago
Janne Grunau 8b4119187b cabac: remove leftovers from the cabac encoder 11 years ago
Michael Niedermayer 0538b29ae8 avcodec/cabac: force get_cabac to be not inlined 11 years ago
Michael Niedermayer ab6fbe8206 avcodec/cabac: remove h264_lps_state 11 years ago
Anton Khirnov cab8c5f8e1 h264: do not reinitialize the global cabac tables at each slice header 11 years ago
Anton Khirnov e880418660 cabac: remove write-only h264_mps_state[] 11 years ago
Michael Niedermayer a072acb108 avcodec: fix duplicate includes 11 years ago
Michael Niedermayer 0fe4b48540 cabac: remove unused argument of ff_init_cabac_states() 12 years ago
Diego Biurrun da39cac8de Drop broken and unused CABAC test program. 12 years ago
Michael Niedermayer bfb39023b0 h264: ff_init_cabac_states doesnt use its argument thus remove it 12 years ago
Michael Niedermayer dc7aecd8f7 cabac: use av_assert 13 years ago
Roland Scheidegger 7f668cd2b5 h264: use one table instead of several for cabac functions 13 years ago
Roland Scheidegger e52b96187b h264: (trivial) make ff_h264_lps_state static 13 years ago
Roland Scheidegger 14e9ffc1e4 h264: use one table instead of several for cabac functions 13 years ago
Michael Niedermayer c834c7e39c 1000l commit forgotten cabac fix 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun 0a60780c7f cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c. 13 years ago
Diego Biurrun 64d779f2f7 cabac: Remove ff_h264_lps_state array. 13 years ago
Diego Biurrun 1ef8ff4534 cabac: remove put_cabac_u/ueg from cabac-test. 13 years ago
Diego Biurrun badb195d13 cabac: Move code only used within the CABAC test program into the test program. 13 years ago
Diego Biurrun 9dec55748c cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions 13 years ago
Diego Biurrun e451c26c5f cabac: drop unused STRICT_LIMITS code branch 13 years ago
Michael Niedermayer 1eb805ed70 cabac test: Change input to test, so a wider range of states is tested. 13 years ago
Michael Niedermayer 830d7d5c4f cabac test: match encode and decode side 13 years ago
Michael Niedermayer 89653ea728 cabac: fix cabac encoder 13 years ago
Diego Biurrun fd065d3e79 cabac: Move code only used in the cabac test program to cabac.c. 14 years ago
Diego Biurrun 356be9307c Remove unused structs and tables. 14 years ago
Mans Rullgard 8fcc0e7978 cabac: remove BRANCHLESS_CABAC_DECODER switch 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Diego Biurrun 64bde1974b cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). 16 years ago
Diego Biurrun 294eaa2643 Replace random() usage in test programs by av_lfg_*(). 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 07ad12ecdd Fix test program compilation: Add missing #include and update the call 17 years ago
Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago