summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Electronic Arts CMV decoderPeter Ross2008-07-08
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-08
* Make LOAD4/STORE4 macros more generic.Victor Pollex2008-07-08
* Remove outdated commentLuca Abeni2008-07-08
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
* correct path in *-uninstalled.pcAurelien Jacobs2008-07-07
* 1 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer2008-07-07
* Fix x86-64Michael Niedermayer2008-07-07
* dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer2008-07-07
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
* redundant assignment found by ClangBenjamin Larsson2008-07-07
* add some missing dependenciesAurelien Jacobs2008-07-06
* Simplify: glob->phase is always == 3Vitor Sessak2008-07-06
* Cosmetics: reindent tablesVitor Sessak2008-07-06
* Remove phasep context var, it is just phase*5Vitor Sessak2008-07-06
* Slighly faster operationVitor Sessak2008-07-06
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-06
* Cosmetics: remove bracesVitor Sessak2008-07-06
* Another use of scalar_product_float()Vitor Sessak2008-07-06
* Do not reimplement memmove()Vitor Sessak2008-07-06
* Remove context fields which can be used as simple local variables.Gregory Montoir2008-07-06
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
* 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