summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* correct path in *-uninstalled.pcAurelien Jacobs2008-07-07
| | | | Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 c-asm loop less and 1x unroll of float_to_int16_sse()Michael Niedermayer2008-07-07
| | | | | | 25% faster Originally committed as revision 14104 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix x86-64Michael Niedermayer2008-07-07
| | | | Originally committed as revision 14103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use C-asm loops and unroll once float_to_int16_3dnow()Michael Niedermayer2008-07-07
| | | | | | 30% faster Originally committed as revision 14102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
| | | | Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
| | | | Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
| | | | Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundant assignment found by ClangBenjamin Larsson2008-07-07
| | | | Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some missing dependenciesAurelien Jacobs2008-07-06
| | | | Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: glob->phase is always == 3Vitor Sessak2008-07-06
| | | | Originally committed as revision 14094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent tablesVitor Sessak2008-07-06
| | | | Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove phasep context var, it is just phase*5Vitor Sessak2008-07-06
| | | | Originally committed as revision 14092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Slighly faster operationVitor Sessak2008-07-06
| | | | Originally committed as revision 14091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo in a comment: s/two avoid/to avoid/Vitor Sessak2008-07-06
| | | | Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove bracesVitor Sessak2008-07-06
| | | | Originally committed as revision 14089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another use of scalar_product_float()Vitor Sessak2008-07-06
| | | | Originally committed as revision 14088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reimplement memmove()Vitor Sessak2008-07-06
| | | | Originally committed as revision 14087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove context fields which can be used as simple local variables.Gregory Montoir2008-07-06
| | | | | | patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
| | | | | | | libavformat to generate them. patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove av_cold attribute on decode_frame and add it to decode_endGregory Montoir2008-07-06
| | | | | | | to match other codecs. patch by Gregory Montoir, cyx users sourceforge net Originally committed as revision 14084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_find_opt().Stefano Sabatini2008-07-06
| | | | Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-06
| | | | Originally committed as revision 14082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-06
| | | | Originally committed as revision 14081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
| | | | Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: remove bracesVitor Sessak2008-07-05
| | | | Originally committed as revision 14080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a function for float dot product instead of duplicating all over the fileVitor Sessak2008-07-05
| | | | Originally committed as revision 14079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add correct header #include to fix 'make checkheaders'.Diego Biurrun2008-07-05
| | | | Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required stdint.h header #include.Diego Biurrun2008-07-05
| | | | Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling cosmeticsDiego Biurrun2008-07-05
| | | | Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignKostya Shishkov2008-07-05
| | | | Originally committed as revision 14075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move MLP/TrueHD from video to audio codecs section.Kostya Shishkov2008-07-05
| | | | Originally committed as revision 14074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross2008-07-05
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-05
| | | | | | the Makefile as well to allow proper selective compilation. Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes the warning:Diego Biurrun2008-07-05
| | | | | | libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’ Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not ↵Michael Niedermayer2008-07-04
| | | | | | exploitable) Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
| | | | | | and found by reimar) fix is from reimar + cosmetics by me. Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write for loops in a more standard way. In my opinion, they are much more ↵Vitor Sessak2008-07-04
| | | | | | readable now. Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
| | | | Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move vars declaration to inner loop when possibleVitor Sessak2008-07-04
| | | | Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-07-04
| | | | Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
| | | | Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded varVitor Sessak2008-07-03
| | | | Originally committed as revision 14063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a matrix instead of a vectorVitor Sessak2008-07-03
| | | | Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk