| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Introduce AVERROR_PATCHWELCOME | Ramiro Polla | 2007-08-13 | 1 | -0/+1 |
* | Move msmpeg4 tables from a header file to msmpegdata.c. | Diego Biurrun | 2007-08-13 | 4 | -2024/+2014 |
* | Add attribute that forces alignment of stack to functions that need it. | Ramiro Polla | 2007-08-13 | 4 | -8/+9 |
* | special handling for vp3 idct, use the c reference | Marc Hoffman | 2007-08-13 | 1 | -4/+6 |
* | use bytestream_get_le*() this also fixes a big endian bug | Michael Niedermayer | 2007-08-13 | 1 | -3/+4 |
* | Support for WavPack version 0x410 (false stereo chunks) | David Bryant | 2007-08-13 | 1 | -11/+25 |
* | Rename flag for consistency with the next commit | Kostya Shishkov | 2007-08-13 | 1 | -2/+2 |
* | Add av_get_bits_per_sample_format() | David Conrad | 2007-08-13 | 2 | -2/+26 |
* | fix type 3 aka skipped blocks for old version | Michael Niedermayer | 2007-08-13 | 1 | -0/+2 |