29 Commits (230646751d88e90a62a3b4a099d2f6e0e639be10)

Author SHA1 Message Date
Shiyou Yin afcb36b7e5 avcodec: [loongarch] optimize get_cabac. 3 years ago
Andreas Rheinhardt 4f3d8cb554 avcodec/cabac_functions, x86/cabac: Include stddef.h 4 years ago
Shiyou Yin ba175578d1 avcodec: [loongson] optimize get_cabac_inline. 6 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 9 years ago
John Cox 74105fc9a3 cabac_functions: Allow more functions to be overridden 9 years ago
John Cox 5115d8326e cabac_functions: Count zeros with ctz if it is fast 9 years ago
Michael Niedermayer 8000d484b8 avcodec/cabac: Check initial cabac decoder state 9 years ago
Michael Niedermayer a1f6b05f52 avcodec/cabac_functions: Fix "left shift of negative value -31767" 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 a67b6c9541 avcodec/cabac_functions: fix "warning: UNCHECKED_BITSTREAM_READER is not defined, evaluates to 0" 10 years ago
Reimar Döffinger 092d1977cc cabac: Allow hardcoding CABAC table. 10 years ago
Janne Grunau 634d9d8b39 arm: get_cabac inline asm 11 years ago
Janne Grunau dfe224f377 aarch64: get_cabac inline asm 11 years ago
Guillaume Martres 064698d381 Add HEVC decoder 11 years ago
Michael Niedermayer fa6fa2162b avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0 11 years ago
Guillaume Martres c8dd048ab8 lavc: add a HEVC decoder. 11 years ago
Jason Garrett-Glaser d222f6e39e cabac: x86 version of get_cabac_bypass 12 years ago
Roland Scheidegger 7f668cd2b5 h264: use one table instead of several for cabac functions 13 years ago
Roland Scheidegger 14e9ffc1e4 h264: use one table instead of several for cabac functions 13 years ago
Ronald S. Bultje 7374fac804 h264: fix overreads in cabac reader. 13 years ago
Michael Niedermayer 2422e8271c cabac_functions: fix license header, this wasnt developed in libav 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 badb195d13 cabac: Move code only used within the CABAC test program into the test program. 13 years ago
Diego Biurrun 3aa3fc45fe cabac: remove unused function renorm_cabac_decoder 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
Diego Biurrun fd065d3e79 cabac: Move code only used in the cabac test program to cabac.c. 14 years ago
Mans Rullgard 2143d69bdd cabac: move x86 asm to libavcodec/x86/cabac.h 14 years ago
Mans Rullgard 3146a30e61 x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() 14 years ago
Mans Rullgard f743595e87 x86: cabac: remove hardcoded esi in get_cabac_inline() 14 years ago
Mans Rullgard da3af4db61 x86: cabac: remove hardcoded edx in get_cabac_inline() 14 years ago
Mans Rullgard 51f16a9bf2 x86: cabac: remove unused macro parameter 14 years ago
Mans Rullgard 018c33838e x86: cabac: remove hardcoded ebx in inline asm 14 years ago
Mans Rullgard 6b712acc0e x86: cabac: remove hardcoded struct offsets from inline asm 14 years ago
Mans Rullgard 34ee43fc0f cabac: remove inline asm under #if 0 14 years ago
Mans Rullgard 8fcc0e7978 cabac: remove BRANCHLESS_CABAC_DECODER switch 14 years ago
Mans Rullgard eaa2d5a90a cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED 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
Reimar Döffinger f2d702e109 Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7REGS. 15 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Diego Biurrun 3fe5ae2b3a Remove useless #ifdef around #include. 16 years ago
Diego Biurrun ab21090869 Silence a couple of 'defined but not used' warnings by adding an av_unused 16 years ago