summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove av_cold attribute on decode_frame and add it to decode_endGregory Montoir2008-07-06
* Document av_find_opt().Stefano Sabatini2008-07-06
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-06
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-06
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Cosmetics: remove bracesVitor Sessak2008-07-05
* Create a function for float dot product instead of duplicating all over the fileVitor Sessak2008-07-05
* Add correct header #include to fix 'make checkheaders'.Diego Biurrun2008-07-05
* Add required stdint.h header #include.Diego Biurrun2008-07-05
* spelling cosmeticsDiego Biurrun2008-07-05
* Cosmetics: alignKostya Shishkov2008-07-05
* Move MLP/TrueHD from video to audio codecs section.Kostya Shishkov2008-07-05
* Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross2008-07-05
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-05
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-05
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer2008-07-04
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
* Write for loops in a more standard way. In my opinion, they are much more rea...Vitor Sessak2008-07-04
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
* Move vars declaration to inner loop when possibleVitor Sessak2008-07-04
* SimplifyVitor Sessak2008-07-04
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* whitespace cosmeticsDiego Biurrun2008-07-04
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
* spelling cosmeticsDiego Biurrun2008-07-04
* Remove unneeded varVitor Sessak2008-07-03
* Use a matrix instead of a vectorVitor Sessak2008-07-03
* Reindent tableVitor Sessak2008-07-03
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
* We do not only calculate it but we also return it.Michael Niedermayer2008-07-03
* More correct comment.Michael Niedermayer2008-07-03
* make sum_of_squares() more genericMichael Niedermayer2008-07-03
* Cosmetics: split a long line.Alexander Strange2008-07-02
* Use get_cabac_bypass_sign instead of an if/else.Alexander Strange2008-07-02
* Reorder the if/else for residual cats to match gcc's branch prediction.Alexander Strange2008-07-02
* Simplify loop condition for readability.Alexander Strange2008-07-02
* Reindent.Alexander Strange2008-07-02
* Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of bran...Alexander Strange2008-07-02
* Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.Alexander Strange2008-07-02
* Don't test for H264 encoding unless an encoder exists.Alexander Strange2008-07-02
* Clarify comment about parity nibble.Ramiro Polla2008-07-02
* Reindent after last commitLuca Abeni2008-07-02
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-02
* Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.Ramiro Polla2008-07-01
* Clarify/simplify documentation for the default_val field in AVOption.Stefano Sabatini2008-06-30
* Remove credit to Philip Gladstone contribution from the ffserverStefano Sabatini2008-06-30
* Remove useless wrapper around ra288_decode_frame()Vitor Sessak2008-06-30