summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* use bps instead of kbps for bitrateJustin Ruggles2007-12-28
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-28
* fix typoJustin Ruggles2007-12-28
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-28
* Fix make checkheaders.Diego Biurrun2007-12-27
* Add necessary #include, fixes the warnings:Diego Biurrun2007-12-27
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-27
* remove useless castIvo van Poorten2007-12-27
* Fix encoding wmv1 with -mbd 1.Michael Niedermayer2007-12-27
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-26
* remove useless assignmentIvo van Poorten2007-12-26
* remove useless assignmentIvo van Poorten2007-12-26
* remove useless castsIvo van Poorten2007-12-26
* Check for avcodec_open codec parameter == NULL and return error in that caseReimar Döffinger2007-12-25
* typo: begining --> beginningDiego Biurrun2007-12-23
* ReindentLuca Barbato2007-12-23
* Minor fixLuca Barbato2007-12-23
* 10l do not load after the buffer...Luca Barbato2007-12-23
* Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventuallyLuca Barbato2007-12-22
* ReindentLuca Barbato2007-12-22
* Partially address issue299, no performance change apparentlyLuca Barbato2007-12-22
* Avoid a vec_add, directly start with sumLuca Barbato2007-12-22
* ReindentLuca Barbato2007-12-22
* Factorize common code (almost cosmetic)Luca Barbato2007-12-22
* CosmeticsLuca Barbato2007-12-22
* add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.Christophe Gisquet2007-12-21
* Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun2007-12-21
* comment typo fixesDiego Biurrun2007-12-21
* More consistent { placement.Michael Niedermayer2007-12-21
* indentMichael Niedermayer2007-12-21
* ~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer2007-12-21
* 30% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer2007-12-21
* typo ;)Ivo van Poorten2007-12-21
* Document a few more structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Document structure change rules with relation to ABI/API.Michael Niedermayer2007-12-20
* Add option for user to scale the amount of dynamic range compression which isJustin Ruggles2007-12-20
* Fix problem with multithreaded decoding, introduced by r11214.Reinhard Nissl2007-12-19
* cosmetics: Sort some more entries.Diego Biurrun2007-12-19
* A little more doxygenization.Michael Niedermayer2007-12-18
* Document Motion_Est_IDs.Michael Niedermayer2007-12-18
* Remove old variable with the next major version bump.Michael Niedermayer2007-12-18
* add bitrate helper to choose all dnxhd variantsBaptiste Coudurier2007-12-18
* avoid infinite loop if pixel format conversion does not existBaptiste Coudurier2007-12-18
* another comment ->doxyMichael Niedermayer2007-12-17
* ME default does not belong to the ME type enum.Michael Niedermayer2007-12-17
* change some normal comments to doxy onesMichael Niedermayer2007-12-17
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
* clarify FIXMEMichael Niedermayer2007-12-17
* Add FF_OPT_TYPE_BINARY and use it to add a cryptokey optionReimar Döffinger2007-12-17
* Fix crash in PCM decoder when number of channels is not set.wg2007-12-17