aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-311-1/+20
* simplifyJustin Ruggles2007-12-301-2/+2
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-301-14/+12
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-301-3/+3
* do not need to cast a (void *)Justin Ruggles2007-12-301-2/+2
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-301-7/+6
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-301-251/+251
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-301-83/+83
* remove unused context variableJustin Ruggles2007-12-301-2/+0
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-291-0/+1
* remove forgotten debug statementIvo van Poorten2007-12-281-2/+0
* Sort properlyIvo van Poorten2007-12-282-2/+2
* Sun Rasterfile decoderIvo van Poorten2007-12-284-0/+199
* 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