| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7... | Reimar Döffinger | 2009-08-21 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -7/+7 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -9/+9 |
* | Remove useless #ifdef around #include. | Diego Biurrun | 2008-09-14 | 1 | -2/+0 |
* | Silence a couple of 'defined but not used' warnings by adding an av_unused | Diego Biurrun | 2008-09-02 | 1 | -4/+4 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. | Jeff Downs | 2008-04-16 | 1 | -110/+0 |
* | Revert 12838 to redo it the right way (use svn copy to create new | Jeff Downs | 2008-04-16 | 1 | -0/+110 |
* | Move decode_significance_x86() and decode_significance_8x8_x86() to | Jeff Downs | 2008-04-15 | 1 | -110/+0 |
* | cosmetics: remove useless \-newline escapes | Måns Rullgård | 2008-03-17 | 1 | -6/+6 |
* | Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but | Reimar Döffinger | 2008-02-28 | 1 | -3/+3 |
* | Put some disabled functions that are only used in the test program in cabac.c | Diego Biurrun | 2008-01-23 | 1 | -2/+2 |
* | Add missing const to last argument of decode_significance_8x8_x86. | Reimar Döffinger | 2007-12-02 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | 10l: refill2() is not unused, it is used conditionally. | Diego Biurrun | 2007-10-12 | 1 | -1/+1 |
* | Disable unused code; fixes several gcc warnings: | Diego Biurrun | 2007-10-12 | 1 | -0/+6 |
* | 100l: Revert accidental commit, restore previous version. | Diego Biurrun | 2007-10-02 | 1 | -5/+0 |
* | Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). | Diego Biurrun | 2007-10-02 | 1 | -0/+5 |
* | cosmetics: typo | Diego Biurrun | 2007-09-16 | 1 | -1/+1 |
* | CONFIG_7REGS -> HAVE_7REGS | Ramiro Polla | 2007-08-15 | 1 | -5/+5 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -1/+1 |
* | split h264.c to move parser in its own file | Aurelien Jacobs | 2007-05-10 | 1 | -0/+6 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | Mark code parts that cannot work on AMD64 due to broken relocations as such. | Diego Biurrun | 2007-04-27 | 1 | -5/+5 |
* | 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. | Diego Biurrun | 2007-04-26 | 1 | -5/+5 |
* | Update preprocessor directive comments to take recent changes to this file | Diego Biurrun | 2007-04-14 | 1 | -3/+3 |
* | Fix compilation when using the --disable-opts parameter. This to help those | Panagiotis Issaris | 2007-03-29 | 1 | -2/+2 |
* | use av_noinline instead of __attribute((noinline)) | Aurelien Jacobs | 2007-02-23 | 1 | -1/+1 |
* | rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure | Måns Rullgård | 2007-01-27 | 1 | -3/+3 |
* | replace a few hardcoded numbers with their correct named ones | Michael Niedermayer | 2007-01-13 | 1 | -8/+8 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -2/+2 |
* | PIC fix | Michael Niedermayer | 2006-11-27 | 1 | -1/+1 |
* | Reenable AMD64 optimizations for cabac accidentially disabled in r6852 | Reimar Döffinger | 2006-11-01 | 1 | -8/+5 |
* | Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change | Diego Biurrun | 2006-11-01 | 1 | -5/+5 |
* | Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under | Diego Biurrun | 2006-10-29 | 1 | -2/+2 |
* | CABAC assembler optimizations ported to AMD64 | Reimar Döffinger | 2006-10-23 | 1 | -52/+64 |
* | decode_significance_8x8_x86() | Michael Niedermayer | 2006-10-20 | 1 | -0/+56 |
* | Protect code that uses CMOV instructions with HAVE_CMOV, | Guillaume Poirier | 2006-10-20 | 1 | -2/+1 |
* | another instruction less in decode_significance_x86() -> 1% faster ion P3 | Michael Niedermayer | 2006-10-20 | 1 | -3/+2 |
* | 1 instruction less | Michael Niedermayer | 2006-10-20 | 1 | -1/+2 |
* | reordering instructions a little in decode_significance_x86() -> 2 instructio... | Michael Niedermayer | 2006-10-20 | 1 | -7/+5 |
* | factorize get_cabac asm (0.5% slower but its much cleaner) | Michael Niedermayer | 2006-10-20 | 1 | -168/+59 |
* | Fix PIC compilation, some defines were under #ifdef !PIC but used | Bernhard Rosenkränzer | 2006-10-19 | 1 | -3/+3 |