aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* remove useless assignmentIvo van Poorten2007-12-261-1/+0
* remove useless castsIvo van Poorten2007-12-261-3/+3
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-251-1/+1
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1
* ReindentLuca Barbato2007-12-231-39/+39
* Minor fixLuca Barbato2007-12-231-3/+6
* 10l do not load after the buffer...Luca Barbato2007-12-231-6/+6
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-221-11/+34
* ReindentLuca Barbato2007-12-221-39/+39
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-221-0/+42
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-221-2/+1
* ReindentLuca Barbato2007-12-221-32/+28
* Factorize common code (almost cosmetic)Luca Barbato2007-12-221-46/+31
* CosmeticsLuca Barbato2007-12-221-3/+3
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-213-8/+31
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-213-12/+12
* comment typo fixesDiego Biurrun2007-12-212-5/+5
* More consistent { placement.Michael Niedermayer2007-12-211-12/+6
* indentMichael Niedermayer2007-12-211-29/+29
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-211-0/+26
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-211-0/+18
* typo ;)Ivo van Poorten2007-12-211-2/+2
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-0/+6
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-201-1/+5
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-203-1/+11
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-191-1/+1
* cosmetics: Sort some more entries.Diego Biurrun2007-12-191-11/+11
* A little more doxygenization.Michael Niedermayer2007-12-181-9/+9
* Document Motion_Est_IDs.Michael Niedermayer2007-12-181-6/+6
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-181-0/+2
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-183-29/+40
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-181-0/+2
* another comment ->doxyMichael Niedermayer2007-12-171-2/+4
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-171-1/+1
* change some normal comments to doxy onesMichael Niedermayer2007-12-171-8/+12
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-173-4/+20
* clarify FIXMEMichael Niedermayer2007-12-171-1/+1
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-172-0/+43
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-171-1/+5
* Skip dialog normalization. It shouldn't be used by the decoder, and there isJustin Ruggles2007-12-171-16/+4
* Revert commit made in revision 11228. I'm getting some strange results in theJustin Ruggles2007-12-171-34/+13
* move FLAC mmx dsp to its own fileAurelien Jacobs2007-12-163-120/+146
* cosmetics: comment typo fixesDiego Biurrun2007-12-161-1/+1
* Make strict altivec parsers happy (gcc-4.3 and others)Luca Barbato2007-12-161-1/+1
* RV40 decoder should use availability cacheKostya Shishkov2007-12-161-4/+4
* RV30/40 decoding coreKostya Shishkov2007-12-162-0/+1396
* downmix before the IMDCT if no block switching is usedJustin Ruggles2007-12-161-13/+34
* Add 'l' suffix where it is necessary because type can not always beReimar Döffinger2007-12-151-6/+6
* Add missing '\n' to log format textAndreas Öman2007-12-151-2/+2
* Make DCA decoder honor avctx->request_channels in a more advisory way.Andreas Öman2007-12-151-14/+3