| Commit message (Expand) | Author | Age | Files | Lines |
* | snow altivec is broken | Luca Barbato | 2007-08-28 | 1 | -21/+24 |
* | Change 4xm demuxer and video decoder to pass the video format version in | Roberto Togni | 2007-08-27 | 1 | -1/+6 |
* | typo | Michael Niedermayer | 2007-08-27 | 1 | -1/+1 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-27 | 1 | -7/+4 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -6/+6 |
* | add get_unary_0_33() to help gcc with inlining | Aurelien Jacobs | 2007-08-26 | 2 | -3/+13 |
* | cleanup get_unary() | Aurelien Jacobs | 2007-08-26 | 1 | -32/+1 |
* | move get_unary() to its own file | Aurelien Jacobs | 2007-08-26 | 4 | -46/+74 |
* | Do not wrongly mark Apple gcc workarounds as being specific to Darwin. | Diego Biurrun | 2007-08-26 | 1 | -1/+1 |
* | remove alignment correction of the destination pointers in luma_16x6 | Guillaume Poirier | 2007-08-26 | 1 | -42/+19 |
* | CONFIG_7REGS has been renamed to HAVE_7REGS | Ramiro Polla | 2007-08-26 | 2 | -4/+4 |
* | workaround gcc bug, untested as my gcc is not complaining | Michael Niedermayer | 2007-08-26 | 2 | -0/+6 |
* | optimize the first vertical lifting step, this also prevents another | Michael Niedermayer | 2007-08-26 | 1 | -25/+25 |
* | optimize 1st horizontal lifting step | Michael Niedermayer | 2007-08-26 | 1 | -34/+22 |
* | typo | Michael Niedermayer | 2007-08-26 | 1 | -1/+1 |
* | get rid of totally senseless "m" + read in register we have enough | Michael Niedermayer | 2007-08-26 | 1 | -72/+52 |
* | simplify senselessly complex addressing | Michael Niedermayer | 2007-08-26 | 1 | -27/+28 |
* | cosmetics | Michael Niedermayer | 2007-08-26 | 1 | -36/+27 |
* | 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 |