| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum | Michael Niedermayer | 2007-08-26 | 2 | -30/+77 |
* | avoid an overflow in the 1 horizontal lifting step | Michael Niedermayer | 2007-08-25 | 1 | -12/+12 |
* | prevent one overflow in the first vertical lifting step | Michael Niedermayer | 2007-08-25 | 1 | -6/+6 |
* | update mmx code to latest snow changes | Michael Niedermayer | 2007-08-25 | 2 | -238/+210 |
* | prettyprinting cosmetics | Diego Biurrun | 2007-08-25 | 1 | -60/+60 |
* | cleanup (remove some old experimentation related code) | Michael Niedermayer | 2007-08-25 | 2 | -304/+2 |
* | we only have 2 wavelets, the 3rd was just for experimentation ... | Michael Niedermayer | 2007-08-25 | 1 | -1/+1 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 4 | -137/+200 |
* | whitespace/indentation cosmetics | Diego Biurrun | 2007-08-24 | 1 | -112/+112 |
* | Remove HAVE_ALTIVEC preprocessor directives that are only compiled | Diego Biurrun | 2007-08-24 | 2 | -12/+0 |
* | Fix trivial mixed declarations and code warning caused by a double semicolon. | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Remove SYS_DARWIN preprocessor directive that is just a duplicate of a | Diego Biurrun | 2007-08-24 | 1 | -6/+0 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Merge __MWERKS__ preprocessor directives. | Diego Biurrun | 2007-08-24 | 1 | -3/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -5/+1 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 2 | -2/+2 |
* | int->uint8_t | Michael Niedermayer | 2007-08-24 | 1 | -6/+6 |
* | int->int8_t (no need for them to be int ...) | Michael Niedermayer | 2007-08-24 | 1 | -2/+2 |
* | Add request_channels member to AVCodecContext so we now have a proper | Reimar Döffinger | 2007-08-23 | 3 | -2/+11 |
* | use more bits on the encoder side | Michael Niedermayer | 2007-08-23 | 1 | -1/+8 |
* | Initialize the "stc" variable before using it in ff_find_start_code() | Luca Abeni | 2007-08-23 | 1 | -1/+1 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 5 | -11/+11 |
* | simplify | Michael Niedermayer | 2007-08-22 | 1 | -1/+1 |
* | right filename in doxygen comment | Benoit Fouet | 2007-08-22 | 1 | -1/+1 |
* | cosmetics: alphabetical order | Diego Biurrun | 2007-08-22 | 1 | -3/+3 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-22 | 1 | -4/+2 |
* | make clean bfin | Marc Hoffman | 2007-08-22 | 1 | -0/+1 |
* | Identifiers starting with underscores are reserved. | Diego Biurrun | 2007-08-22 | 3 | -9/+9 |
* | parsers and bsfs declarations are not meant to be part of public API | Aurelien Jacobs | 2007-08-21 | 2 | -24/+26 |
* | Change rounding of the horizontal DWT to match the vertical one. | Michael Niedermayer | 2007-08-21 | 3 | -35/+25 |
* | asv1.c directly uses Put/GetBitContext, so it should include bitstream.h | Aurelien Jacobs | 2007-08-21 | 1 | -0/+1 |
* | remove code which become unused by the previous changes | Michael Niedermayer | 2007-08-21 | 1 | -9/+0 |
* | Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) | Michael Niedermayer | 2007-08-21 | 1 | -2/+1 |
* | Simplify and optimize the 4th vertical lifting step of the MMX code | Michael Niedermayer | 2007-08-21 | 1 | -2/+1 |
* | Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd | Michael Niedermayer | 2007-08-20 | 1 | -5/+4 |
* | simplify, speedup and reduce needed headroom by 2 bits in the 3rd | Michael Niedermayer | 2007-08-20 | 1 | -5/+4 |
* | replace <<1 by add for SSE2 (untested) | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | replace <<1 by add | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | slightly change horizontal lift3 so it needs 1 bit less headroom | Michael Niedermayer | 2007-08-20 | 1 | -6/+6 |
* | remove idiotc double subtraction from the sse2 code (untested, no sse2 here) | Michael Niedermayer | 2007-08-20 | 1 | -18/+15 |
* | fixme note | Michael Niedermayer | 2007-08-20 | 1 | -1/+1 |
* | and of course the unneeded double subtractions were blindly put in the | Michael Niedermayer | 2007-08-20 | 1 | -18/+15 |
* | more stupid double subtractions | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | get rid of idiotc double subtraction | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | Cosmetics, indentation. | Benjamin Larsson | 2007-08-19 | 1 | -4/+4 |
* | Trellis quantization support for adpcm_swf. | Benjamin Larsson | 2007-08-19 | 1 | -2/+16 |
* | Use defines instead of raw hex numbers to specify CRC polynomials | Reimar Döffinger | 2007-08-19 | 1 | -3/+3 |
* | CONFIG_7REGS -> HAVE_7REGS | Ramiro Polla | 2007-08-15 | 2 | -6/+6 |
* | Make the Golomb decoder work for Dirac | Marco Gerards | 2007-08-15 | 2 | -11/+50 |
* | Statements like a = b = c = d = e; store from right-to-left, so if | Alexander Strange | 2007-08-14 | 1 | -28/+28 |