summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-04
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-03
* cosmetics: indentation after last commitJustin Ruggles2008-01-03
* remove workaround which is no longer needed due toJustin Ruggles2008-01-03
* Make decode210() common function.Kostya Shishkov2008-01-03
* add crc check to ac3 decoderJustin Ruggles2008-01-03
* Fix issue #301:Christophe Gisquet2008-01-02
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
* simplifyJustin Ruggles2007-12-30
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-30
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-30
* do not need to cast a (void *)Justin Ruggles2007-12-30
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-30
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-30
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-30
* remove unused context variableJustin Ruggles2007-12-30
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* remove forgotten debug statementIvo van Poorten2007-12-28
* Sort properlyIvo van Poorten2007-12-28
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-28
* 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