| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix problem with multithreaded decoding, introduced by r11214. | Reinhard Nissl | 2007-12-19 | 1 | -1/+1 |
* | cosmetics: Sort some more entries. | Diego Biurrun | 2007-12-19 | 1 | -11/+11 |
* | A little more doxygenization. | Michael Niedermayer | 2007-12-18 | 1 | -9/+9 |
* | Document Motion_Est_IDs. | Michael Niedermayer | 2007-12-18 | 1 | -6/+6 |
* | Remove old variable with the next major version bump. | Michael Niedermayer | 2007-12-18 | 1 | -0/+2 |
* | add bitrate helper to choose all dnxhd variants | Baptiste Coudurier | 2007-12-18 | 3 | -29/+40 |
* | avoid infinite loop if pixel format conversion does not exist | Baptiste Coudurier | 2007-12-18 | 1 | -0/+2 |
* | another comment ->doxy | Michael Niedermayer | 2007-12-17 | 1 | -2/+4 |
* | ME default does not belong to the ME type enum. | Michael Niedermayer | 2007-12-17 | 1 | -1/+1 |
* | change some normal comments to doxy ones | Michael Niedermayer | 2007-12-17 | 1 | -8/+12 |
* | Correct spatial prediction mode in RV30/40 for vertical left direction | Kostya Shishkov | 2007-12-17 | 3 | -4/+20 |
* | clarify FIXME | Michael Niedermayer | 2007-12-17 | 1 | -1/+1 |
* | Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option | Reimar Döffinger | 2007-12-17 | 2 | -0/+43 |
* | Fix crash in PCM decoder when number of channels is not set. | wg | 2007-12-17 | 1 | -1/+5 |
* | Skip dialog normalization. It shouldn't be used by the decoder, and there is | Justin Ruggles | 2007-12-17 | 1 | -16/+4 |
* | Revert commit made in revision 11228. I'm getting some strange results in the | Justin Ruggles | 2007-12-17 | 1 | -34/+13 |
* | move FLAC mmx dsp to its own file | Aurelien Jacobs | 2007-12-16 | 3 | -120/+146 |
* | cosmetics: comment typo fixes | Diego Biurrun | 2007-12-16 | 1 | -1/+1 |
* | Make strict altivec parsers happy (gcc-4.3 and others) | Luca Barbato | 2007-12-16 | 1 | -1/+1 |
* | RV40 decoder should use availability cache | Kostya Shishkov | 2007-12-16 | 1 | -4/+4 |
* | RV30/40 decoding core | Kostya Shishkov | 2007-12-16 | 2 | -0/+1396 |
* | downmix before the IMDCT if no block switching is used | Justin Ruggles | 2007-12-16 | 1 | -13/+34 |
* | Add 'l' suffix where it is necessary because type can not always be | Reimar Döffinger | 2007-12-15 | 1 | -6/+6 |
* | Add missing '\n' to log format text | Andreas Öman | 2007-12-15 | 1 | -2/+2 |
* | Make DCA decoder honor avctx->request_channels in a more advisory way. | Andreas Öman | 2007-12-15 | 1 | -14/+3 |