5 Commits (07a866282f08985c65c47ebabcf7b20f1c46daa0)

Author SHA1 Message Date
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
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Jeff Downs 52cb7981e2 Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. 17 years ago
Jeff Downs 3aa9ede400 Revert 12838 to redo it the right way (use svn copy to create new 17 years ago
Jeff Downs e6cfd8fffb Move decode_significance_x86() and decode_significance_8x8_x86() to 17 years ago
Måns Rullgård ea68e33469 cosmetics: remove useless \-newline escapes 17 years ago
Reimar Döffinger 7e14b8082d Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but 17 years ago
Diego Biurrun c46e28746c Put some disabled functions that are only used in the test program in cabac.c 17 years ago
Reimar Döffinger 5db3c3bc03 Add missing const to last argument of decode_significance_8x8_x86. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 1084771ac0 10l: refill2() is not unused, it is used conditionally. 17 years ago
Diego Biurrun 0f26eec23e Disable unused code; fixes several gcc warnings: 17 years ago
Diego Biurrun b1ef3dfd2b 100l: Revert accidental commit, restore previous version. 17 years ago
Diego Biurrun eee947487b Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). 17 years ago
Diego Biurrun 1fe2d0fd1a cosmetics: typo 17 years ago
Ramiro Polla c8f9ef613e CONFIG_7REGS -> HAVE_7REGS 18 years ago
Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago