126 Commits (bd9a9a2f1801895c8e69fcb50ce31a35d1938146)

Author SHA1 Message Date
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
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Aurelien Jacobs 26b4fe821c split h264.c to move parser in its own file 18 years ago
Diego Biurrun 5a6a6cc7dc Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. 18 years ago
Diego Biurrun e69364b700 Mark code parts that cannot work on AMD64 due to broken relocations as such. 18 years ago
Diego Biurrun 784b7f77c8 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. 18 years ago
Diego Biurrun f9be0cb800 Update preprocessor directive comments to take recent changes to this file 18 years ago
Panagiotis Issaris 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 years ago
Aurelien Jacobs f0b23422fa use av_noinline instead of __attribute((noinline)) 18 years ago
Måns Rullgård 7073e9fc69 rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure 18 years ago
Michael Niedermayer 3b6dc9ca6d replace a few hardcoded numbers with their correct named ones 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Michael Niedermayer c61b9d4473 PIC fix 18 years ago