aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-282-5/+15
* use bps instead of kbps for bitrateJustin Ruggles2007-12-281-5/+4
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-281-1/+1
* fix typoJustin Ruggles2007-12-281-1/+1
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-281-4/+3
* Fix make checkheaders.Diego Biurrun2007-12-274-0/+14
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-271-0/+1
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-271-2/+0
* remove useless castIvo van Poorten2007-12-272-2/+2
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-271-0/+4
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-264-0/+249
* remove useless assignmentIvo van Poorten2007-12-261-1/+0
* 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