| Commit message (Expand) | Author | Age | Files | Lines |
* | Direct blocks should use motion vectors from the second reference frame | Kostya Shishkov | 2007-12-31 | 1 | -1/+20 |
* | simplify | Justin Ruggles | 2007-12-30 | 1 | -2/+2 |
* | pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments | Justin Ruggles | 2007-12-30 | 1 | -14/+12 |
* | cosmetics: rename sampling_rate to sample_rate | Justin Ruggles | 2007-12-30 | 1 | -3/+3 |
* | do not need to cast a (void *) | Justin Ruggles | 2007-12-30 | 1 | -2/+2 |
* | cosmetics: vertical realignment after last commit | Justin Ruggles | 2007-12-30 | 1 | -7/+6 |
* | cosmetics: rename all AC3DecodeContext variables from ctx to s | Justin Ruggles | 2007-12-30 | 1 | -251/+251 |
* | cosmetics: rename GetBitContext gb to gbc | Justin Ruggles | 2007-12-30 | 1 | -83/+83 |
* | remove unused context variable | Justin Ruggles | 2007-12-30 | 1 | -2/+0 |
* | export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) | Evgeniy Stepanov | 2007-12-29 | 1 | -0/+1 |
* | remove forgotten debug statement | Ivo van Poorten | 2007-12-28 | 1 | -2/+0 |
* | Sort properly | Ivo van Poorten | 2007-12-28 | 2 | -2/+2 |
* | Sun Rasterfile decoder | Ivo van Poorten | 2007-12-28 | 4 | -0/+199 |
* | use cutoff frequency to adjust bandwidth in ac3 encoder | Justin Ruggles | 2007-12-28 | 2 | -5/+15 |
* | use bps instead of kbps for bitrate | Justin Ruggles | 2007-12-28 | 1 | -5/+4 |
* | Do not give advice for which bitrate to choose. | Justin Ruggles | 2007-12-28 | 1 | -1/+1 |
* | fix typo | Justin Ruggles | 2007-12-28 | 1 | -1/+1 |
* | Remove mistakenly added multiple inclusion guards. | Diego Biurrun | 2007-12-28 | 1 | -4/+3 |
* | Fix make checkheaders. | Diego Biurrun | 2007-12-27 | 4 | -0/+14 |
* | Add necessary #include, fixes the warnings: | Diego Biurrun | 2007-12-27 | 1 | -0/+1 |
* | Fix clicking sound in xa-adpcm. | Alexander Strange | 2007-12-27 | 1 | -2/+0 |
* | remove useless cast | Ivo van Poorten | 2007-12-27 | 2 | -2/+2 |
* | Fix encoding wmv1 with -mbd 1. | Michael Niedermayer | 2007-12-27 | 1 | -0/+4 |
* | PC Paintbrush PCX image decoder | Ivo van Poorten | 2007-12-26 | 4 | -0/+249 |
* | remove useless assignment | Ivo van Poorten | 2007-12-26 | 1 | -1/+0 |
* | remove useless assignment | Ivo van Poorten | 2007-12-26 | 1 | -1/+0 |
* | remove useless casts | Ivo van Poorten | 2007-12-26 | 1 | -3/+3 |
* | Check for avcodec_open codec parameter == NULL and return error in that case | Reimar Döffinger | 2007-12-25 | 1 | -1/+1 |
* | typo: begining --> beginning | Diego Biurrun | 2007-12-23 | 1 | -1/+1 |
* | Reindent | Luca Barbato | 2007-12-23 | 1 | -39/+39 |
* | Minor fix | Luca Barbato | 2007-12-23 | 1 | -3/+6 |
* | 10l do not load after the buffer... | Luca Barbato | 2007-12-23 | 1 | -6/+6 |
* | Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually | Luca Barbato | 2007-12-22 | 1 | -11/+34 |
* | Reindent | Luca Barbato | 2007-12-22 | 1 | -39/+39 |
* | Partially address issue299, no performance change apparently | Luca Barbato | 2007-12-22 | 1 | -0/+42 |
* | Avoid a vec_add, directly start with sum | Luca Barbato | 2007-12-22 | 1 | -2/+1 |
* | Reindent | Luca Barbato | 2007-12-22 | 1 | -32/+28 |
* | Factorize common code (almost cosmetic) | Luca Barbato | 2007-12-22 | 1 | -46/+31 |
* | Cosmetics | Luca Barbato | 2007-12-22 | 1 | -3/+3 |
* | add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. | Christophe Gisquet | 2007-12-21 | 3 | -8/+31 |
* | Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. | Diego Biurrun | 2007-12-21 | 3 | -12/+12 |
* | comment typo fixes | Diego Biurrun | 2007-12-21 | 2 | -5/+5 |
* | More consistent { placement. | Michael Niedermayer | 2007-12-21 | 1 | -12/+6 |
* | indent | Michael Niedermayer | 2007-12-21 | 1 | -29/+29 |
* | ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out | Michael Niedermayer | 2007-12-21 | 1 | -0/+26 |
* | 30% faster h264_chroma_mc8_c(), this also prevents a possible out of | Michael Niedermayer | 2007-12-21 | 1 | -0/+18 |
* | typo ;) | Ivo van Poorten | 2007-12-21 | 1 | -2/+2 |
* | Document a few more structure change rules with relation to ABI/API. | Michael Niedermayer | 2007-12-20 | 1 | -0/+6 |
* | Document structure change rules with relation to ABI/API. | Michael Niedermayer | 2007-12-20 | 1 | -1/+5 |
* | Add option for user to scale the amount of dynamic range compression which is | Justin Ruggles | 2007-12-20 | 3 | -1/+11 |