| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fix motion vectors for old version | Michael Niedermayer | 2007-08-13 | 1 | -1/+4 |
* | set pix_fmt properly depending on version | Michael Niedermayer | 2007-08-13 | 1 | -1/+2 |
* | use version instead of some random 32bit value to switch between 16 and | Michael Niedermayer | 2007-08-13 | 1 | -1/+1 |
* | replace vlc_type by version and set that from codec_tag which contains the | Michael Niedermayer | 2007-08-13 | 1 | -4/+3 |
* | support ifr2 from Toy-Story2_better-image-quality.4xa | Michael Niedermayer | 2007-08-12 | 1 | -1/+48 |
* | use shorter types vec_"type" instead of the too long vector "type" | Guillaume Poirier | 2007-08-12 | 2 | -333/+276 |
* | add second vlc table | Michael Niedermayer | 2007-08-12 | 1 | -19/+46 |
* | Don't check the return value of decode_cabac_residual since it always | Alexander Strange | 2007-08-12 | 1 | -16/+11 |
* | more usage of av_clip() | Aurelien Jacobs | 2007-08-11 | 1 | -14/+2 |
* | one more simplification | Aurelien Jacobs | 2007-08-11 | 1 | -7/+2 |
* | various simplifications around recent av_clip_int16() usage | Aurelien Jacobs | 2007-08-11 | 6 | -57/+30 |
* | fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq | Michael Niedermayer | 2007-08-11 | 1 | -0/+5 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 14 | -64/+34 |
* | ensure that default_get_buffer() doesnt reuse images if the dimension or | Michael Niedermayer | 2007-08-10 | 1 | -0/+12 |
* | dnxhd 120 interlaced support | Baptiste Coudurier | 2007-08-10 | 1 | -0/+28 |
* | * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) | Roman Shaposhnik | 2007-08-09 | 5 | -127/+125 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 3 | -26/+26 |
* | use skip_bits where appropriate | Alex Beregszaszi | 2007-08-09 | 7 | -17/+17 |
* | fix compilation with TRACE enabled | Alex Beregszaszi | 2007-08-09 | 1 | -2/+2 |
* | cosmetics: vertical alignment | Justin Ruggles | 2007-08-09 | 1 | -18/+18 |
* | comments modification: add, clean up, Doxygenize, and reword | Justin Ruggles | 2007-08-09 | 1 | -113/+146 |